Shades of Lilac #C991CF
Tints of Lilac #C991CF
RGB
CMYK
RGB Variations
Color information
#C991CF (or 0xC991CF) is known color: Lilac. HEX triplet: C9, 91 and CF. RGB value is (201,145,207). Sum of RGB (Red+Green+Blue) = 201+145+207=553 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.35% from 553); Green value is 145 (57.03% from 255 or 26.22% from 553); Blue value is 207 (81.25% from 255 or 37.43% from 553); Max value from RGB is 207 - color contains mainly: blue. Hex color #C991CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C991CF is #366E30. Grayscale: #A8A8A8. Windows color (decimal): -3567153 or 13603273. OLE color: 13603273.
HSL color Cylindrical-coordinate representation of color #C991CF: hue angle of 294.19º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C991CF is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 145 | 207 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.19 |
| HSL | 294.19º | 0.39% | 0.69% | - |
| HSV(B) | 294.19º | 0.3% | 0.81% | - |
| XYZ | 45.48 | 37.17 | 63.81 | - |
| YUV | 168.81 | 149.55 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 145 | 207 | 0.03 | 0.30 | 0 | 0.19 | 294.19 | 0.39 | 0.69 |
| Hex | C9 | 91 | CF | 3 | 1E | 0 | 13 | 126 | 27 | 45 |
| Octal | 311 | 221 | 317 | 3 | 36 | 0 | 23 | 446 | 47 | 105 |
| Binary | 11001001 | 10010001 | 11001111 | 11 | 11110 | 0 | 10011 | 100100110 | 100111 | 1000101 |
Color Harmonies of #C991CF
Complementary color
Monochromatic Colors of #C991CF
Black with #C991CF
Text Example
Text Example
White with #C991CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C991CF; }
p { color: rgb(201,145,207); }
H1.HeaderClassName
{
color: #C991CF;
}
.AnyTagClassName
{
color: #C991CF;
}
</style>
background-color css
<style>
a { background-color: #C991CF; }
a { background-color: rgb(201,145,207); }
div.DivClassName
{
background-color: #C991CF;
}
.BgClassName
{
background-color: #C991CF;
}
</style>
border-color css
<style>
span { border-color: #C991CF; }
span { border-color: rgb(201,145,207); }
td.TdClassName
{
border-color: #C991CF;
}
.TagClassName
{
border-color: #C991CF;
}
</style>