Shades of Lilac #CC8DCE
Tints of Lilac #CC8DCE
RGB
CMYK
RGB Variations
Color information
#CC8DCE (or 0xCC8DCE) is known color: Lilac. HEX triplet: CC, 8D and CE. RGB value is (204,141,206). Sum of RGB (Red+Green+Blue) = 204+141+206=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 141 (55.47% from 255 or 25.59% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC8DCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8DCE is #337231. Grayscale: #A7A7A7. Windows color (decimal): -3371570 or 13536716. OLE color: 13536716.
HSL color Cylindrical-coordinate representation of color #CC8DCE: hue angle of 298.15º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CC8DCE is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 141 | 206 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.19 |
| HSL | 298.15º | 0.4% | 0.68% | - |
| HSV(B) | 298.15º | 0.32% | 0.81% | - |
| XYZ | 45.57 | 36.34 | 63.01 | - |
| YUV | 167.25 | 149.87 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 141 | 206 | 0.01 | 0.32 | 0 | 0.19 | 298.15 | 0.4 | 0.68 |
| Hex | CC | 8D | CE | 1 | 20 | 0 | 13 | 12A | 28 | 44 |
| Octal | 314 | 215 | 316 | 1 | 40 | 0 | 23 | 452 | 50 | 104 |
| Binary | 11001100 | 10001101 | 11001110 | 1 | 100000 | 0 | 10011 | 100101010 | 101000 | 1000100 |
Color Harmonies of #CC8DCE
Complementary color
Monochromatic Colors of #CC8DCE
Black with #CC8DCE
Text Example
Text Example
White with #CC8DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8DCE; }
p { color: rgb(204,141,206); }
H1.HeaderClassName
{
color: #CC8DCE;
}
.AnyTagClassName
{
color: #CC8DCE;
}
</style>
background-color css
<style>
a { background-color: #CC8DCE; }
a { background-color: rgb(204,141,206); }
div.DivClassName
{
background-color: #CC8DCE;
}
.BgClassName
{
background-color: #CC8DCE;
}
</style>
border-color css
<style>
span { border-color: #CC8DCE; }
span { border-color: rgb(204,141,206); }
td.TdClassName
{
border-color: #CC8DCE;
}
.TagClassName
{
border-color: #CC8DCE;
}
</style>