Shades of Lilac #CC93D1
Tints of Lilac #CC93D1
RGB
CMYK
RGB Variations
Color information
#CC93D1 (or 0xCC93D1) is known color: Lilac. HEX triplet: CC, 93 and D1. RGB value is (204,147,209). Sum of RGB (Red+Green+Blue) = 204+147+209=560 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.43% from 560); Green value is 147 (57.81% from 255 or 26.25% from 560); Blue value is 209 (82.03% from 255 or 37.32% from 560); Max value from RGB is 209 - color contains mainly: blue. Hex color #CC93D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC93D1 is #336C2E. Grayscale: #AAAAAA. Windows color (decimal): -3370031 or 13734860. OLE color: 13734860.
HSL color Cylindrical-coordinate representation of color #CC93D1: hue angle of 295.16º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CC93D1 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 147 | 209 | - |
| CMYK | 0.02 | 0.30 | 0 | 0.18 |
| HSL | 295.16º | 0.4% | 0.7% | - |
| HSV(B) | 295.16º | 0.3% | 0.82% | - |
| XYZ | 46.84 | 38.31 | 65.25 | - |
| YUV | 171.11 | 149.38 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 147 | 209 | 0.02 | 0.30 | 0 | 0.18 | 295.16 | 0.4 | 0.7 |
| Hex | CC | 93 | D1 | 2 | 1E | 0 | 12 | 127 | 28 | 46 |
| Octal | 314 | 223 | 321 | 2 | 36 | 0 | 22 | 447 | 50 | 106 |
| Binary | 11001100 | 10010011 | 11010001 | 10 | 11110 | 0 | 10010 | 100100111 | 101000 | 1000110 |
Color Harmonies of #CC93D1
Complementary color
Monochromatic Colors of #CC93D1
Black with #CC93D1
Text Example
Text Example
White with #CC93D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC93D1; }
p { color: rgb(204,147,209); }
H1.HeaderClassName
{
color: #CC93D1;
}
.AnyTagClassName
{
color: #CC93D1;
}
</style>
background-color css
<style>
a { background-color: #CC93D1; }
a { background-color: rgb(204,147,209); }
div.DivClassName
{
background-color: #CC93D1;
}
.BgClassName
{
background-color: #CC93D1;
}
</style>
border-color css
<style>
span { border-color: #CC93D1; }
span { border-color: rgb(204,147,209); }
td.TdClassName
{
border-color: #CC93D1;
}
.TagClassName
{
border-color: #CC93D1;
}
</style>