Shades of Lilac #CC96CF
Tints of Lilac #CC96CF
RGB
CMYK
RGB Variations
Color information
#CC96CF (or 0xCC96CF) is known color: Lilac. HEX triplet: CC, 96 and CF. RGB value is (204,150,207). Sum of RGB (Red+Green+Blue) = 204+150+207=561 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.36% from 561); Green value is 150 (58.98% from 255 or 26.74% from 561); Blue value is 207 (81.25% from 255 or 36.90% from 561); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC96CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC96CF is #336930. Grayscale: #ACACAC. Windows color (decimal): -3369265 or 13604556. OLE color: 13604556.
HSL color Cylindrical-coordinate representation of color #CC96CF: hue angle of 296.84º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CC96CF is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 150 | 207 | - |
| CMYK | 0.01 | 0.28 | 0 | 0.19 |
| HSL | 296.84º | 0.37% | 0.7% | - |
| HSV(B) | 296.84º | 0.28% | 0.81% | - |
| XYZ | 47.07 | 39.16 | 64.11 | - |
| YUV | 172.64 | 147.39 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 150 | 207 | 0.01 | 0.28 | 0 | 0.19 | 296.84 | 0.37 | 0.7 |
| Hex | CC | 96 | CF | 1 | 1C | 0 | 13 | 129 | 25 | 46 |
| Octal | 314 | 226 | 317 | 1 | 34 | 0 | 23 | 451 | 45 | 106 |
| Binary | 11001100 | 10010110 | 11001111 | 1 | 11100 | 0 | 10011 | 100101001 | 100101 | 1000110 |
Color Harmonies of #CC96CF
Complementary color
Monochromatic Colors of #CC96CF
Black with #CC96CF
Text Example
Text Example
White with #CC96CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC96CF; }
p { color: rgb(204,150,207); }
H1.HeaderClassName
{
color: #CC96CF;
}
.AnyTagClassName
{
color: #CC96CF;
}
</style>
background-color css
<style>
a { background-color: #CC96CF; }
a { background-color: rgb(204,150,207); }
div.DivClassName
{
background-color: #CC96CF;
}
.BgClassName
{
background-color: #CC96CF;
}
</style>
border-color css
<style>
span { border-color: #CC96CF; }
span { border-color: rgb(204,150,207); }
td.TdClassName
{
border-color: #CC96CF;
}
.TagClassName
{
border-color: #CC96CF;
}
</style>