Shades of Lilac #CD9EC5
Tints of Lilac #CD9EC5
RGB
CMYK
RGB Variations
Color information
#CD9EC5 (or 0xCD9EC5) is known color: Lilac. HEX triplet: CD, 9E and C5. RGB value is (205,158,197). Sum of RGB (Red+Green+Blue) = 205+158+197=560 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.61% from 560); Green value is 158 (62.11% from 255 or 28.21% from 560); Blue value is 197 (77.34% from 255 or 35.18% from 560); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9EC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9EC5 is #32613A. Grayscale: #B0B0B0. Windows color (decimal): -3301691 or 12951245. OLE color: 12951245.
HSL color Cylindrical-coordinate representation of color #CD9EC5: hue angle of 310.21º 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 #CD9EC5 is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 158 | 197 | - |
| CMYK | 0 | 0.23 | 0.04 | 0.20 |
| HSL | 310.21º | 0.32% | 0.71% | - |
| HSV(B) | 310.21º | 0.23% | 0.8% | - |
| XYZ | 47.48 | 41.46 | 58.32 | - |
| YUV | 176.5 | 139.57 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 158 | 197 | 0 | 0.23 | 0.04 | 0.20 | 310.21 | 0.32 | 0.71 |
| Hex | CD | 9E | C5 | 0 | 17 | 4 | 14 | 136 | 20 | 47 |
| Octal | 315 | 236 | 305 | 0 | 27 | 4 | 24 | 466 | 40 | 107 |
| Binary | 11001101 | 10011110 | 11000101 | 0 | 10111 | 100 | 10100 | 100110110 | 100000 | 1000111 |
Color Harmonies of #CD9EC5
Complementary color
Monochromatic Colors of #CD9EC5
Black with #CD9EC5
Text Example
Text Example
White with #CD9EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9EC5; }
p { color: rgb(205,158,197); }
H1.HeaderClassName
{
color: #CD9EC5;
}
.AnyTagClassName
{
color: #CD9EC5;
}
</style>
background-color css
<style>
a { background-color: #CD9EC5; }
a { background-color: rgb(205,158,197); }
div.DivClassName
{
background-color: #CD9EC5;
}
.BgClassName
{
background-color: #CD9EC5;
}
</style>
border-color css
<style>
span { border-color: #CD9EC5; }
span { border-color: rgb(205,158,197); }
td.TdClassName
{
border-color: #CD9EC5;
}
.TagClassName
{
border-color: #CD9EC5;
}
</style>