Shades of Lilac #CC8ACD
Tints of Lilac #CC8ACD
RGB
CMYK
RGB Variations
Color information
#CC8ACD (or 0xCC8ACD) is known color: Lilac. HEX triplet: CC, 8A and CD. RGB value is (204,138,205). Sum of RGB (Red+Green+Blue) = 204+138+205=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 138 (54.30% from 255 or 25.23% from 547); Blue value is 205 (80.47% from 255 or 37.48% from 547); Max value from RGB is 205 - color contains mainly: blue. Hex color #CC8ACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8ACD is #337532. Grayscale: #A5A5A5. Windows color (decimal): -3372339 or 13470412. OLE color: 13470412.
HSL color Cylindrical-coordinate representation of color #CC8ACD: hue angle of 299.1º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CC8ACD is Cyan = 0.00, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 204 | 138 | 205 | - |
| CMYK | 0.00 | 0.33 | 0 | 0.20 |
| HSL | 299.1º | 0.4% | 0.67% | - |
| HSV(B) | 299.1º | 0.33% | 0.8% | - |
| XYZ | 45.01 | 35.42 | 62.22 | - |
| YUV | 165.37 | 150.37 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 138 | 205 | 0.00 | 0.33 | 0 | 0.20 | 299.1 | 0.4 | 0.67 |
| Hex | CC | 8A | CD | 0 | 21 | 0 | 14 | 12B | 28 | 43 |
| Octal | 314 | 212 | 315 | 0 | 41 | 0 | 24 | 453 | 50 | 103 |
| Binary | 11001100 | 10001010 | 11001101 | 0 | 100001 | 0 | 10100 | 100101011 | 101000 | 1000011 |
Color Harmonies of #CC8ACD
Complementary color
Monochromatic Colors of #CC8ACD
Black with #CC8ACD
Text Example
Text Example
White with #CC8ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8ACD; }
p { color: rgb(204,138,205); }
H1.HeaderClassName
{
color: #CC8ACD;
}
.AnyTagClassName
{
color: #CC8ACD;
}
</style>
background-color css
<style>
a { background-color: #CC8ACD; }
a { background-color: rgb(204,138,205); }
div.DivClassName
{
background-color: #CC8ACD;
}
.BgClassName
{
background-color: #CC8ACD;
}
</style>
border-color css
<style>
span { border-color: #CC8ACD; }
span { border-color: rgb(204,138,205); }
td.TdClassName
{
border-color: #CC8ACD;
}
.TagClassName
{
border-color: #CC8ACD;
}
</style>