Shades of Lilac #CC96CC
Tints of Lilac #CC96CC
RGB
CMYK
RGB Variations
Color information
#CC96CC (or 0xCC96CC) is known color: Lilac. HEX triplet: CC, 96 and CC. RGB value is (204,150,204). Sum of RGB (Red+Green+Blue) = 204+150+204=558 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.56% from 558); Green value is 150 (58.98% from 255 or 26.88% from 558); Blue value is 204 (80.08% from 255 or 36.56% from 558); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC96CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC96CC is #336933. Grayscale: #ACACAC. Windows color (decimal): -3369268 or 13407948. OLE color: 13407948.
HSL color Cylindrical-coordinate representation of color #CC96CC: hue angle of 300º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CC96CC is Cyan = 0, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 150 | 204 | - |
| CMYK | 0 | 0.26 | 0 | 0.2 |
| HSL | 300º | 0.35% | 0.69% | - |
| HSV(B) | 300º | 0.26% | 0.8% | - |
| XYZ | 46.71 | 39.01 | 62.19 | - |
| YUV | 172.3 | 145.89 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 150 | 204 | 0 | 0.26 | 0 | 0.2 | 300 | 0.35 | 0.69 |
| Hex | CC | 96 | CC | 0 | 1A | 0 | 14 | 12C | 23 | 45 |
| Octal | 314 | 226 | 314 | 0 | 32 | 0 | 24 | 454 | 43 | 105 |
| Binary | 11001100 | 10010110 | 11001100 | 0 | 11010 | 0 | 10100 | 100101100 | 100011 | 1000101 |
Color Harmonies of #CC96CC
Complementary color
Monochromatic Colors of #CC96CC
Black with #CC96CC
Text Example
Text Example
White with #CC96CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC96CC; }
p { color: rgb(204,150,204); }
H1.HeaderClassName
{
color: #CC96CC;
}
.AnyTagClassName
{
color: #CC96CC;
}
</style>
background-color css
<style>
a { background-color: #CC96CC; }
a { background-color: rgb(204,150,204); }
div.DivClassName
{
background-color: #CC96CC;
}
.BgClassName
{
background-color: #CC96CC;
}
</style>
border-color css
<style>
span { border-color: #CC96CC; }
span { border-color: rgb(204,150,204); }
td.TdClassName
{
border-color: #CC96CC;
}
.TagClassName
{
border-color: #CC96CC;
}
</style>