Shades of Lilac #CC96D0
Tints of Lilac #CC96D0
RGB
CMYK
RGB Variations
Color information
#CC96D0 (or 0xCC96D0) is known color: Lilac. HEX triplet: CC, 96 and D0. RGB value is (204,150,208). Sum of RGB (Red+Green+Blue) = 204+150+208=562 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.30% from 562); Green value is 150 (58.98% from 255 or 26.69% from 562); Blue value is 208 (81.64% from 255 or 37.01% from 562); Max value from RGB is 208 - color contains mainly: blue. Hex color #CC96D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC96D0 is #33692F. Grayscale: #ACACAC. Windows color (decimal): -3369264 or 13670092. OLE color: 13670092.
HSL color Cylindrical-coordinate representation of color #CC96D0: hue angle of 295.86º 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 #CC96D0 is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 150 | 208 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.18 |
| HSL | 295.86º | 0.38% | 0.7% | - |
| HSV(B) | 295.86º | 0.28% | 0.82% | - |
| XYZ | 47.19 | 39.2 | 64.75 | - |
| YUV | 172.76 | 147.89 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 150 | 208 | 0.02 | 0.28 | 0 | 0.18 | 295.86 | 0.38 | 0.7 |
| Hex | CC | 96 | D0 | 2 | 1C | 0 | 12 | 128 | 26 | 46 |
| Octal | 314 | 226 | 320 | 2 | 34 | 0 | 22 | 450 | 46 | 106 |
| Binary | 11001100 | 10010110 | 11010000 | 10 | 11100 | 0 | 10010 | 100101000 | 100110 | 1000110 |
Color Harmonies of #CC96D0
Complementary color
Monochromatic Colors of #CC96D0
Black with #CC96D0
Text Example
Text Example
White with #CC96D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC96D0; }
p { color: rgb(204,150,208); }
H1.HeaderClassName
{
color: #CC96D0;
}
.AnyTagClassName
{
color: #CC96D0;
}
</style>
background-color css
<style>
a { background-color: #CC96D0; }
a { background-color: rgb(204,150,208); }
div.DivClassName
{
background-color: #CC96D0;
}
.BgClassName
{
background-color: #CC96D0;
}
</style>
border-color css
<style>
span { border-color: #CC96D0; }
span { border-color: rgb(204,150,208); }
td.TdClassName
{
border-color: #CC96D0;
}
.TagClassName
{
border-color: #CC96D0;
}
</style>