Shades of Lilac #CC92D1
Tints of Lilac #CC92D1
RGB
CMYK
RGB Variations
Color information
#CC92D1 (or 0xCC92D1) is known color: Lilac. HEX triplet: CC, 92 and D1. RGB value is (204,146,209). Sum of RGB (Red+Green+Blue) = 204+146+209=559 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.49% from 559); Green value is 146 (57.42% from 255 or 26.12% from 559); Blue value is 209 (82.03% from 255 or 37.39% from 559); Max value from RGB is 209 - color contains mainly: blue. Hex color #CC92D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC92D1 is #336D2E. Grayscale: #AAAAAA. Windows color (decimal): -3370287 or 13734604. OLE color: 13734604.
HSL color Cylindrical-coordinate representation of color #CC92D1: hue angle of 295.24º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CC92D1 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 146 | 209 | - |
| CMYK | 0.02 | 0.30 | 0 | 0.18 |
| HSL | 295.24º | 0.41% | 0.7% | - |
| HSV(B) | 295.24º | 0.3% | 0.82% | - |
| XYZ | 46.69 | 38 | 65.2 | - |
| YUV | 170.52 | 149.72 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 146 | 209 | 0.02 | 0.30 | 0 | 0.18 | 295.24 | 0.41 | 0.7 |
| Hex | CC | 92 | D1 | 2 | 1E | 0 | 12 | 127 | 29 | 46 |
| Octal | 314 | 222 | 321 | 2 | 36 | 0 | 22 | 447 | 51 | 106 |
| Binary | 11001100 | 10010010 | 11010001 | 10 | 11110 | 0 | 10010 | 100100111 | 101001 | 1000110 |
Color Harmonies of #CC92D1
Complementary color
Monochromatic Colors of #CC92D1
Black with #CC92D1
Text Example
Text Example
White with #CC92D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC92D1; }
p { color: rgb(204,146,209); }
H1.HeaderClassName
{
color: #CC92D1;
}
.AnyTagClassName
{
color: #CC92D1;
}
</style>
background-color css
<style>
a { background-color: #CC92D1; }
a { background-color: rgb(204,146,209); }
div.DivClassName
{
background-color: #CC92D1;
}
.BgClassName
{
background-color: #CC92D1;
}
</style>
border-color css
<style>
span { border-color: #CC92D1; }
span { border-color: rgb(204,146,209); }
td.TdClassName
{
border-color: #CC92D1;
}
.TagClassName
{
border-color: #CC92D1;
}
</style>