Shades of Lilac #CC94D0
Tints of Lilac #CC94D0
RGB
CMYK
RGB Variations
Color information
#CC94D0 (or 0xCC94D0) is known color: Lilac. HEX triplet: CC, 94 and D0. RGB value is (204,148,208). Sum of RGB (Red+Green+Blue) = 204+148+208=560 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.43% from 560); Green value is 148 (58.20% from 255 or 26.43% from 560); Blue value is 208 (81.64% from 255 or 37.14% from 560); Max value from RGB is 208 - color contains mainly: blue. Hex color #CC94D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC94D0 is #336B2F. Grayscale: #ABABAB. Windows color (decimal): -3369776 or 13669580. OLE color: 13669580.
HSL color Cylindrical-coordinate representation of color #CC94D0: hue angle of 296º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CC94D0 is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 148 | 208 | - |
| CMYK | 0.02 | 0.29 | 0 | 0.18 |
| HSL | 296º | 0.39% | 0.7% | - |
| HSV(B) | 296º | 0.29% | 0.82% | - |
| XYZ | 46.88 | 38.57 | 64.65 | - |
| YUV | 171.58 | 148.55 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 148 | 208 | 0.02 | 0.29 | 0 | 0.18 | 296 | 0.39 | 0.7 |
| Hex | CC | 94 | D0 | 2 | 1D | 0 | 12 | 128 | 27 | 46 |
| Octal | 314 | 224 | 320 | 2 | 35 | 0 | 22 | 450 | 47 | 106 |
| Binary | 11001100 | 10010100 | 11010000 | 10 | 11101 | 0 | 10010 | 100101000 | 100111 | 1000110 |
Color Harmonies of #CC94D0
Complementary color
Monochromatic Colors of #CC94D0
Black with #CC94D0
Text Example
Text Example
White with #CC94D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC94D0; }
p { color: rgb(204,148,208); }
H1.HeaderClassName
{
color: #CC94D0;
}
.AnyTagClassName
{
color: #CC94D0;
}
</style>
background-color css
<style>
a { background-color: #CC94D0; }
a { background-color: rgb(204,148,208); }
div.DivClassName
{
background-color: #CC94D0;
}
.BgClassName
{
background-color: #CC94D0;
}
</style>
border-color css
<style>
span { border-color: #CC94D0; }
span { border-color: rgb(204,148,208); }
td.TdClassName
{
border-color: #CC94D0;
}
.TagClassName
{
border-color: #CC94D0;
}
</style>