Shades of Lilac #CD9EC3
Tints of Lilac #CD9EC3
RGB
CMYK
RGB Variations
Color information
#CD9EC3 (or 0xCD9EC3) is known color: Lilac. HEX triplet: CD, 9E and C3. RGB value is (205,158,195). Sum of RGB (Red+Green+Blue) = 205+158+195=558 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.74% from 558); Green value is 158 (62.11% from 255 or 28.32% from 558); Blue value is 195 (76.56% from 255 or 34.95% from 558); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9EC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9EC3 is #32613C. Grayscale: #B0B0B0. Windows color (decimal): -3301693 or 12820173. OLE color: 12820173.
HSL color Cylindrical-coordinate representation of color #CD9EC3: hue angle of 312.77º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CD9EC3 is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 158 | 195 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.20 |
| HSL | 312.77º | 0.32% | 0.71% | - |
| HSV(B) | 312.77º | 0.23% | 0.8% | - |
| XYZ | 47.25 | 41.37 | 57.12 | - |
| YUV | 176.27 | 138.57 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 158 | 195 | 0 | 0.23 | 0.05 | 0.20 | 312.77 | 0.32 | 0.71 |
| Hex | CD | 9E | C3 | 0 | 17 | 5 | 14 | 139 | 20 | 47 |
| Octal | 315 | 236 | 303 | 0 | 27 | 5 | 24 | 471 | 40 | 107 |
| Binary | 11001101 | 10011110 | 11000011 | 0 | 10111 | 101 | 10100 | 100111001 | 100000 | 1000111 |
Color Harmonies of #CD9EC3
Complementary color
Monochromatic Colors of #CD9EC3
Black with #CD9EC3
Text Example
Text Example
White with #CD9EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9EC3; }
p { color: rgb(205,158,195); }
H1.HeaderClassName
{
color: #CD9EC3;
}
.AnyTagClassName
{
color: #CD9EC3;
}
</style>
background-color css
<style>
a { background-color: #CD9EC3; }
a { background-color: rgb(205,158,195); }
div.DivClassName
{
background-color: #CD9EC3;
}
.BgClassName
{
background-color: #CD9EC3;
}
</style>
border-color css
<style>
span { border-color: #CD9EC3; }
span { border-color: rgb(205,158,195); }
td.TdClassName
{
border-color: #CD9EC3;
}
.TagClassName
{
border-color: #CD9EC3;
}
</style>