Design
LCH to HSV Converter
Convert LCH color values to HSV/HSB for color manipulation
text· Text result
Quick start
Call this tool from your code in three languages.
cURL
curl -X POST 'https://api.elysiatools.com/en/api/tools/lch-to-hsv-converter' \
-H 'Content-Type: application/json' \
-d '{"lch":"lch(50,50,180)\n50,50,180\nL:50 C:50 H:180","format":"hsv"}'