color_convert
Convert a color from any format (HEX, RGB, HSL, HSV, CMYK) to all formats simultaneously.
Instructions
Convert a color between formats: HEX, RGB, HSL, HSV, CMYK. Accepts any format as input and returns all formats.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| color | Yes | Color in any format: HEX (#ff0000), RGB (rgb(255,0,0)), HSL (hsl(0,100%,50%)), HSV (hsv(0,100%,100%)), CMYK (cmyk(0,100,100,0)) |