color_converter
Convert colors between HEX, RGB, HSL, HSV, and CMYK formats. Accepts CSS color names and standard notations.
Instructions
Convert colors between HEX, RGB, HSL, HSV, and CMYK formats.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | Color in any format: #FF5733 or rgb(255,87,51) or hsl(11,100%,60%) or a CSS color name like "coral" |