Shades of Lilac #CC96D1
Tints of Lilac #CC96D1
RGB
CMYK
RGB Variations
Color information
#CC96D1 (or 0xCC96D1) is known color: Lilac. HEX triplet: CC, 96 and D1. RGB value is (204,150,209). Sum of RGB (Red+Green+Blue) = 204+150+209=563 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.23% from 563); Green value is 150 (58.98% from 255 or 26.64% from 563); Blue value is 209 (82.03% from 255 or 37.12% from 563); Max value from RGB is 209 - color contains mainly: blue. Hex color #CC96D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC96D1 is #33692E. Grayscale: #ACACAC. Windows color (decimal): -3369263 or 13735628. OLE color: 13735628.
HSL color Cylindrical-coordinate representation of color #CC96D1: hue angle of 294.92º degrees, saturation: 0.39, 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 #CC96D1 is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 150 | 209 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.18 |
| HSL | 294.92º | 0.39% | 0.7% | - |
| HSV(B) | 294.92º | 0.28% | 0.82% | - |
| XYZ | 47.32 | 39.25 | 65.4 | - |
| YUV | 172.87 | 148.39 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 150 | 209 | 0.02 | 0.28 | 0 | 0.18 | 294.92 | 0.39 | 0.7 |
| Hex | CC | 96 | D1 | 2 | 1C | 0 | 12 | 127 | 27 | 46 |
| Octal | 314 | 226 | 321 | 2 | 34 | 0 | 22 | 447 | 47 | 106 |
| Binary | 11001100 | 10010110 | 11010001 | 10 | 11100 | 0 | 10010 | 100100111 | 100111 | 1000110 |
Color Harmonies of #CC96D1
Complementary color
Monochromatic Colors of #CC96D1
Black with #CC96D1
Text Example
Text Example
White with #CC96D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC96D1; }
p { color: rgb(204,150,209); }
H1.HeaderClassName
{
color: #CC96D1;
}
.AnyTagClassName
{
color: #CC96D1;
}
</style>
background-color css
<style>
a { background-color: #CC96D1; }
a { background-color: rgb(204,150,209); }
div.DivClassName
{
background-color: #CC96D1;
}
.BgClassName
{
background-color: #CC96D1;
}
</style>
border-color css
<style>
span { border-color: #CC96D1; }
span { border-color: rgb(204,150,209); }
td.TdClassName
{
border-color: #CC96D1;
}
.TagClassName
{
border-color: #CC96D1;
}
</style>