Shades of Lilac #CC8EC3
Tints of Lilac #CC8EC3
RGB
CMYK
RGB Variations
Color information
#CC8EC3 (or 0xCC8EC3) is known color: Lilac. HEX triplet: CC, 8E and C3. RGB value is (204,142,195). Sum of RGB (Red+Green+Blue) = 204+142+195=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 142 (55.86% from 255 or 26.25% from 541); Blue value is 195 (76.56% from 255 or 36.04% from 541); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8EC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8EC3 is #33713C. Grayscale: #A6A6A6. Windows color (decimal): -3371325 or 12816076. OLE color: 12816076.
HSL color Cylindrical-coordinate representation of color #CC8EC3: hue angle of 308.71º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CC8EC3 is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 142 | 195 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.2 |
| HSL | 308.71º | 0.38% | 0.68% | - |
| HSV(B) | 308.71º | 0.3% | 0.8% | - |
| XYZ | 44.43 | 36.12 | 56.26 | - |
| YUV | 166.58 | 144.04 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 142 | 195 | 0 | 0.30 | 0.04 | 0.2 | 308.71 | 0.38 | 0.68 |
| Hex | CC | 8E | C3 | 0 | 1E | 4 | 14 | 135 | 26 | 44 |
| Octal | 314 | 216 | 303 | 0 | 36 | 4 | 24 | 465 | 46 | 104 |
| Binary | 11001100 | 10001110 | 11000011 | 0 | 11110 | 100 | 10100 | 100110101 | 100110 | 1000100 |
Color Harmonies of #CC8EC3
Complementary color
Monochromatic Colors of #CC8EC3
Black with #CC8EC3
Text Example
Text Example
White with #CC8EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8EC3; }
p { color: rgb(204,142,195); }
H1.HeaderClassName
{
color: #CC8EC3;
}
.AnyTagClassName
{
color: #CC8EC3;
}
</style>
background-color css
<style>
a { background-color: #CC8EC3; }
a { background-color: rgb(204,142,195); }
div.DivClassName
{
background-color: #CC8EC3;
}
.BgClassName
{
background-color: #CC8EC3;
}
</style>
border-color css
<style>
span { border-color: #CC8EC3; }
span { border-color: rgb(204,142,195); }
td.TdClassName
{
border-color: #CC8EC3;
}
.TagClassName
{
border-color: #CC8EC3;
}
</style>