What is the HSL code for darkorchid?
The CSS color darkorchid in HSL format is hsl(280.1, 60.6%, 49.8%). Use this value directly in CSS, SVG, and most design tools.
How do I use darkorchid in CSS?
To apply darkorchid in CSS:
- Text color: color: hsl(280.1, 60.6%, 49.8%);
- Background: background-color: hsl(280.1, 60.6%, 49.8%);
- Border: border-color: hsl(280.1, 60.6%, 49.8%);
What are all the color format values for darkorchid?
| Format | Value |
|---|---|
| HEX | #9932cc |
| RGB | rgb(153, 50, 204) |
| HSL | hsl(280.1, 60.6%, 49.8%) |
| CMYK | cmyk(25%, 75.5%, 0%, 20%) |
How do I convert darkorchid to HSL?
Select darkorchid from the color name list in our color converter. The HSL value — hsl(280.1, 60.6%, 49.8%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does darkorchid belong to?
darkorchid belongs to the purple color family. It is a medium, moderately saturated color with HSL values: hue 280.1°, saturation 60.6%, lightness 49.8%.
How do I create lighter and darker shades of darkorchid?
Lighter variant (lightness 64.8%): #b86fdc. Darker variant (lightness 34.8%): #6b238f. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HSL used for?
HSL describes colors by hue (0–360°), saturation (0–100%) and lightness (0–100%). It is more intuitive for designers — easy to create lighter, darker or less saturated variants of any color.