Shades of Lilac #CD93D1
Tints of Lilac #CD93D1
RGB
CMYK
RGB Variations
Color information
#CD93D1 (or 0xCD93D1) is known color: Lilac. HEX triplet: CD, 93 and D1. RGB value is (205,147,209). Sum of RGB (Red+Green+Blue) = 205+147+209=561 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.54% from 561); Green value is 147 (57.81% from 255 or 26.20% from 561); Blue value is 209 (82.03% from 255 or 37.25% from 561); Max value from RGB is 209 - color contains mainly: blue. Hex color #CD93D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD93D1 is #326C2E. Grayscale: #ABABAB. Windows color (decimal): -3304495 or 13734861. OLE color: 13734861.
HSL color Cylindrical-coordinate representation of color #CD93D1: hue angle of 296.13º 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 #CD93D1 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 147 | 209 | - |
| CMYK | 0.02 | 0.30 | 0 | 0.18 |
| HSL | 296.13º | 0.4% | 0.7% | - |
| HSV(B) | 296.13º | 0.3% | 0.82% | - |
| XYZ | 47.12 | 38.45 | 65.26 | - |
| YUV | 171.41 | 149.22 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 147 | 209 | 0.02 | 0.30 | 0 | 0.18 | 296.13 | 0.4 | 0.7 |
| Hex | CD | 93 | D1 | 2 | 1E | 0 | 12 | 128 | 28 | 46 |
| Octal | 315 | 223 | 321 | 2 | 36 | 0 | 22 | 450 | 50 | 106 |
| Binary | 11001101 | 10010011 | 11010001 | 10 | 11110 | 0 | 10010 | 100101000 | 101000 | 1000110 |
Color Harmonies of #CD93D1
Complementary color
Monochromatic Colors of #CD93D1
Black with #CD93D1
Text Example
Text Example
White with #CD93D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD93D1; }
p { color: rgb(205,147,209); }
H1.HeaderClassName
{
color: #CD93D1;
}
.AnyTagClassName
{
color: #CD93D1;
}
</style>
background-color css
<style>
a { background-color: #CD93D1; }
a { background-color: rgb(205,147,209); }
div.DivClassName
{
background-color: #CD93D1;
}
.BgClassName
{
background-color: #CD93D1;
}
</style>
border-color css
<style>
span { border-color: #CD93D1; }
span { border-color: rgb(205,147,209); }
td.TdClassName
{
border-color: #CD93D1;
}
.TagClassName
{
border-color: #CD93D1;
}
</style>