Shades of Lilac #CC8CCE
Tints of Lilac #CC8CCE
RGB
CMYK
RGB Variations
Color information
#CC8CCE (or 0xCC8CCE) is known color: Lilac. HEX triplet: CC, 8C and CE. RGB value is (204,140,206). Sum of RGB (Red+Green+Blue) = 204+140+206=550 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.09% from 550); Green value is 140 (55.08% from 255 or 25.45% from 550); Blue value is 206 (80.86% from 255 or 37.45% from 550); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC8CCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8CCE is #337331. Grayscale: #A6A6A6. Windows color (decimal): -3371826 or 13536460. OLE color: 13536460.
HSL color Cylindrical-coordinate representation of color #CC8CCE: hue angle of 298.18º 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 #CC8CCE is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 140 | 206 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.19 |
| HSL | 298.18º | 0.4% | 0.68% | - |
| HSV(B) | 298.18º | 0.32% | 0.81% | - |
| XYZ | 45.42 | 36.05 | 62.96 | - |
| YUV | 166.66 | 150.2 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 140 | 206 | 0.01 | 0.32 | 0 | 0.19 | 298.18 | 0.4 | 0.68 |
| Hex | CC | 8C | CE | 1 | 20 | 0 | 13 | 12A | 28 | 44 |
| Octal | 314 | 214 | 316 | 1 | 40 | 0 | 23 | 452 | 50 | 104 |
| Binary | 11001100 | 10001100 | 11001110 | 1 | 100000 | 0 | 10011 | 100101010 | 101000 | 1000100 |
Color Harmonies of #CC8CCE
Complementary color
Monochromatic Colors of #CC8CCE
Black with #CC8CCE
Text Example
Text Example
White with #CC8CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8CCE; }
p { color: rgb(204,140,206); }
H1.HeaderClassName
{
color: #CC8CCE;
}
.AnyTagClassName
{
color: #CC8CCE;
}
</style>
background-color css
<style>
a { background-color: #CC8CCE; }
a { background-color: rgb(204,140,206); }
div.DivClassName
{
background-color: #CC8CCE;
}
.BgClassName
{
background-color: #CC8CCE;
}
</style>
border-color css
<style>
span { border-color: #CC8CCE; }
span { border-color: rgb(204,140,206); }
td.TdClassName
{
border-color: #CC8CCE;
}
.TagClassName
{
border-color: #CC8CCE;
}
</style>