Shades of Lilac #C996D0
Tints of Lilac #C996D0
RGB
CMYK
RGB Variations
Color information
#C996D0 (or 0xC996D0) is known color: Lilac. HEX triplet: C9, 96 and D0. RGB value is (201,150,208). Sum of RGB (Red+Green+Blue) = 201+150+208=559 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.96% from 559); Green value is 150 (58.98% from 255 or 26.83% from 559); Blue value is 208 (81.64% from 255 or 37.21% from 559); Max value from RGB is 208 - color contains mainly: blue. Hex color #C996D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C996D0 is #36692F. Grayscale: #ABABAB. Windows color (decimal): -3565872 or 13670089. OLE color: 13670089.
HSL color Cylindrical-coordinate representation of color #C996D0: hue angle of 292.76º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C996D0 is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 150 | 208 | - |
| CMYK | 0.03 | 0.28 | 0 | 0.18 |
| HSL | 292.76º | 0.38% | 0.7% | - |
| HSV(B) | 292.76º | 0.28% | 0.82% | - |
| XYZ | 46.38 | 38.78 | 64.72 | - |
| YUV | 171.86 | 148.4 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 150 | 208 | 0.03 | 0.28 | 0 | 0.18 | 292.76 | 0.38 | 0.7 |
| Hex | C9 | 96 | D0 | 3 | 1C | 0 | 12 | 125 | 26 | 46 |
| Octal | 311 | 226 | 320 | 3 | 34 | 0 | 22 | 445 | 46 | 106 |
| Binary | 11001001 | 10010110 | 11010000 | 11 | 11100 | 0 | 10010 | 100100101 | 100110 | 1000110 |
Color Harmonies of #C996D0
Complementary color
Monochromatic Colors of #C996D0
Black with #C996D0
Text Example
Text Example
White with #C996D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C996D0; }
p { color: rgb(201,150,208); }
H1.HeaderClassName
{
color: #C996D0;
}
.AnyTagClassName
{
color: #C996D0;
}
</style>
background-color css
<style>
a { background-color: #C996D0; }
a { background-color: rgb(201,150,208); }
div.DivClassName
{
background-color: #C996D0;
}
.BgClassName
{
background-color: #C996D0;
}
</style>
border-color css
<style>
span { border-color: #C996D0; }
span { border-color: rgb(201,150,208); }
td.TdClassName
{
border-color: #C996D0;
}
.TagClassName
{
border-color: #C996D0;
}
</style>