Shades of Lilac #CC8CCD
Tints of Lilac #CC8CCD
RGB
CMYK
RGB Variations
Color information
#CC8CCD (or 0xCC8CCD) is known color: Lilac. HEX triplet: CC, 8C and CD. RGB value is (204,140,205). Sum of RGB (Red+Green+Blue) = 204+140+205=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 140 (55.08% from 255 or 25.50% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 205 - color contains mainly: blue. Hex color #CC8CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8CCD is #337332. Grayscale: #A6A6A6. Windows color (decimal): -3371827 or 13470924. OLE color: 13470924.
HSL color Cylindrical-coordinate representation of color #CC8CCD: hue angle of 299.08º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CC8CCD is Cyan = 0.00, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 204 | 140 | 205 | - |
| CMYK | 0.00 | 0.32 | 0 | 0.20 |
| HSL | 299.08º | 0.39% | 0.68% | - |
| HSV(B) | 299.08º | 0.32% | 0.8% | - |
| XYZ | 45.3 | 36 | 62.32 | - |
| YUV | 166.55 | 149.7 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 140 | 205 | 0.00 | 0.32 | 0 | 0.20 | 299.08 | 0.39 | 0.68 |
| Hex | CC | 8C | CD | 0 | 20 | 0 | 14 | 12B | 27 | 44 |
| Octal | 314 | 214 | 315 | 0 | 40 | 0 | 24 | 453 | 47 | 104 |
| Binary | 11001100 | 10001100 | 11001101 | 0 | 100000 | 0 | 10100 | 100101011 | 100111 | 1000100 |
Color Harmonies of #CC8CCD
Complementary color
Monochromatic Colors of #CC8CCD
Black with #CC8CCD
Text Example
Text Example
White with #CC8CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8CCD; }
p { color: rgb(204,140,205); }
H1.HeaderClassName
{
color: #CC8CCD;
}
.AnyTagClassName
{
color: #CC8CCD;
}
</style>
background-color css
<style>
a { background-color: #CC8CCD; }
a { background-color: rgb(204,140,205); }
div.DivClassName
{
background-color: #CC8CCD;
}
.BgClassName
{
background-color: #CC8CCD;
}
</style>
border-color css
<style>
span { border-color: #CC8CCD; }
span { border-color: rgb(204,140,205); }
td.TdClassName
{
border-color: #CC8CCD;
}
.TagClassName
{
border-color: #CC8CCD;
}
</style>