Shades of Lilac #CC92D0
Tints of Lilac #CC92D0
RGB
CMYK
RGB Variations
Color information
#CC92D0 (or 0xCC92D0) is known color: Lilac. HEX triplet: CC, 92 and D0. RGB value is (204,146,208). Sum of RGB (Red+Green+Blue) = 204+146+208=558 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.56% from 558); Green value is 146 (57.42% from 255 or 26.16% from 558); Blue value is 208 (81.64% from 255 or 37.28% from 558); Max value from RGB is 208 - color contains mainly: blue. Hex color #CC92D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC92D0 is #336D2F. Grayscale: #AAAAAA. Windows color (decimal): -3370288 or 13669068. OLE color: 13669068.
HSL color Cylindrical-coordinate representation of color #CC92D0: hue angle of 296.13º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CC92D0 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 146 | 208 | - |
| CMYK | 0.02 | 0.30 | 0 | 0.18 |
| HSL | 296.13º | 0.4% | 0.69% | - |
| HSV(B) | 296.13º | 0.3% | 0.82% | - |
| XYZ | 46.57 | 37.95 | 64.55 | - |
| YUV | 170.41 | 149.22 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 146 | 208 | 0.02 | 0.30 | 0 | 0.18 | 296.13 | 0.4 | 0.69 |
| Hex | CC | 92 | D0 | 2 | 1E | 0 | 12 | 128 | 28 | 45 |
| Octal | 314 | 222 | 320 | 2 | 36 | 0 | 22 | 450 | 50 | 105 |
| Binary | 11001100 | 10010010 | 11010000 | 10 | 11110 | 0 | 10010 | 100101000 | 101000 | 1000101 |
Color Harmonies of #CC92D0
Complementary color
Monochromatic Colors of #CC92D0
Black with #CC92D0
Text Example
Text Example
White with #CC92D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC92D0; }
p { color: rgb(204,146,208); }
H1.HeaderClassName
{
color: #CC92D0;
}
.AnyTagClassName
{
color: #CC92D0;
}
</style>
background-color css
<style>
a { background-color: #CC92D0; }
a { background-color: rgb(204,146,208); }
div.DivClassName
{
background-color: #CC92D0;
}
.BgClassName
{
background-color: #CC92D0;
}
</style>
border-color css
<style>
span { border-color: #CC92D0; }
span { border-color: rgb(204,146,208); }
td.TdClassName
{
border-color: #CC92D0;
}
.TagClassName
{
border-color: #CC92D0;
}
</style>