Shades of Lilac #CC96CE
Tints of Lilac #CC96CE
RGB
CMYK
RGB Variations
Color information
#CC96CE (or 0xCC96CE) is known color: Lilac. HEX triplet: CC, 96 and CE. RGB value is (204,150,206). Sum of RGB (Red+Green+Blue) = 204+150+206=560 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.43% from 560); Green value is 150 (58.98% from 255 or 26.79% from 560); Blue value is 206 (80.86% from 255 or 36.79% from 560); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC96CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC96CE is #336931. Grayscale: #ACACAC. Windows color (decimal): -3369266 or 13539020. OLE color: 13539020.
HSL color Cylindrical-coordinate representation of color #CC96CE: hue angle of 297.86º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CC96CE is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 150 | 206 | - |
| CMYK | 0.01 | 0.27 | 0 | 0.19 |
| HSL | 297.86º | 0.36% | 0.7% | - |
| HSV(B) | 297.86º | 0.27% | 0.81% | - |
| XYZ | 46.95 | 39.11 | 63.47 | - |
| YUV | 172.53 | 146.89 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 150 | 206 | 0.01 | 0.27 | 0 | 0.19 | 297.86 | 0.36 | 0.7 |
| Hex | CC | 96 | CE | 1 | 1B | 0 | 13 | 12A | 24 | 46 |
| Octal | 314 | 226 | 316 | 1 | 33 | 0 | 23 | 452 | 44 | 106 |
| Binary | 11001100 | 10010110 | 11001110 | 1 | 11011 | 0 | 10011 | 100101010 | 100100 | 1000110 |
Color Harmonies of #CC96CE
Complementary color
Monochromatic Colors of #CC96CE
Black with #CC96CE
Text Example
Text Example
White with #CC96CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC96CE; }
p { color: rgb(204,150,206); }
H1.HeaderClassName
{
color: #CC96CE;
}
.AnyTagClassName
{
color: #CC96CE;
}
</style>
background-color css
<style>
a { background-color: #CC96CE; }
a { background-color: rgb(204,150,206); }
div.DivClassName
{
background-color: #CC96CE;
}
.BgClassName
{
background-color: #CC96CE;
}
</style>
border-color css
<style>
span { border-color: #CC96CE; }
span { border-color: rgb(204,150,206); }
td.TdClassName
{
border-color: #CC96CE;
}
.TagClassName
{
border-color: #CC96CE;
}
</style>