Shades of Lilac #CC96D2
Tints of Lilac #CC96D2
RGB
CMYK
RGB Variations
Color information
#CC96D2 (or 0xCC96D2) is known color: Lilac. HEX triplet: CC, 96 and D2. RGB value is (204,150,210). Sum of RGB (Red+Green+Blue) = 204+150+210=564 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.17% from 564); Green value is 150 (58.98% from 255 or 26.60% from 564); Blue value is 210 (82.42% from 255 or 37.23% from 564); Max value from RGB is 210 - color contains mainly: blue. Hex color #CC96D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC96D2 is #33692D. Grayscale: #ACACAC. Windows color (decimal): -3369262 or 13801164. OLE color: 13801164.
HSL color Cylindrical-coordinate representation of color #CC96D2: hue angle of 294º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CC96D2 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 150 | 210 | - |
| CMYK | 0.03 | 0.29 | 0 | 0.18 |
| HSL | 294º | 0.4% | 0.71% | - |
| HSV(B) | 294º | 0.29% | 0.82% | - |
| XYZ | 47.44 | 39.3 | 66.06 | - |
| YUV | 172.99 | 148.89 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 150 | 210 | 0.03 | 0.29 | 0 | 0.18 | 294 | 0.4 | 0.71 |
| Hex | CC | 96 | D2 | 3 | 1D | 0 | 12 | 126 | 28 | 47 |
| Octal | 314 | 226 | 322 | 3 | 35 | 0 | 22 | 446 | 50 | 107 |
| Binary | 11001100 | 10010110 | 11010010 | 11 | 11101 | 0 | 10010 | 100100110 | 101000 | 1000111 |
Color Harmonies of #CC96D2
Complementary color
Monochromatic Colors of #CC96D2
Black with #CC96D2
Text Example
Text Example
White with #CC96D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC96D2; }
p { color: rgb(204,150,210); }
H1.HeaderClassName
{
color: #CC96D2;
}
.AnyTagClassName
{
color: #CC96D2;
}
</style>
background-color css
<style>
a { background-color: #CC96D2; }
a { background-color: rgb(204,150,210); }
div.DivClassName
{
background-color: #CC96D2;
}
.BgClassName
{
background-color: #CC96D2;
}
</style>
border-color css
<style>
span { border-color: #CC96D2; }
span { border-color: rgb(204,150,210); }
td.TdClassName
{
border-color: #CC96D2;
}
.TagClassName
{
border-color: #CC96D2;
}
</style>