What is the RGB code for bright lilac?
The CSS color bright lilac in RGB format is rgb(201, 94, 251). Use this value directly in CSS, SVG, and most design tools.
How do I use bright lilac in CSS?
To apply bright lilac in CSS:
- Text color: color: rgb(201, 94, 251);
- Background: background-color: rgb(201, 94, 251);
- Border: border-color: rgb(201, 94, 251);
What are all the color format values for bright lilac?
| Format | Value |
|---|---|
| HEX | #c95efb |
| RGB | rgb(201, 94, 251) |
| HSL | hsl(280.9, 95.2%, 67.6%) |
| CMYK | cmyk(19.9%, 62.5%, 0%, 1.6%) |
How do I convert bright lilac to RGB?
Select bright lilac from the color name list in our color converter. The RGB value — rgb(201, 94, 251) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does bright lilac belong to?
bright lilac belongs to the purple color family. It is a medium, vivid color with HSL values: hue 280.9°, saturation 95.2%, lightness 67.6%.
How do I create lighter and darker shades of bright lilac?
Lighter variant (lightness 82.6%): #e2a8fd. Darker variant (lightness 52.599999999999994%): #b013f9. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is RGB used for?
RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.