Shades of Lilac #CD99D1
Tints of Lilac #CD99D1
RGB
CMYK
RGB Variations
Color information
#CD99D1 (or 0xCD99D1) is known color: Lilac. HEX triplet: CD, 99 and D1. RGB value is (205,153,209). Sum of RGB (Red+Green+Blue) = 205+153+209=567 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.16% from 567); Green value is 153 (60.16% from 255 or 26.98% from 567); Blue value is 209 (82.03% from 255 or 36.86% from 567); Max value from RGB is 209 - color contains mainly: blue. Hex color #CD99D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD99D1 is #32662E. Grayscale: #AEAEAE. Windows color (decimal): -3302959 or 13736397. OLE color: 13736397.
HSL color Cylindrical-coordinate representation of color #CD99D1: hue angle of 295.71º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CD99D1 is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 153 | 209 | - |
| CMYK | 0.02 | 0.27 | 0 | 0.18 |
| HSL | 295.71º | 0.38% | 0.71% | - |
| HSV(B) | 295.71º | 0.27% | 0.82% | - |
| XYZ | 48.08 | 40.37 | 65.58 | - |
| YUV | 174.93 | 147.23 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 153 | 209 | 0.02 | 0.27 | 0 | 0.18 | 295.71 | 0.38 | 0.71 |
| Hex | CD | 99 | D1 | 2 | 1B | 0 | 12 | 128 | 26 | 47 |
| Octal | 315 | 231 | 321 | 2 | 33 | 0 | 22 | 450 | 46 | 107 |
| Binary | 11001101 | 10011001 | 11010001 | 10 | 11011 | 0 | 10010 | 100101000 | 100110 | 1000111 |
Color Harmonies of #CD99D1
Complementary color
Monochromatic Colors of #CD99D1
Black with #CD99D1
Text Example
Text Example
White with #CD99D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD99D1; }
p { color: rgb(205,153,209); }
H1.HeaderClassName
{
color: #CD99D1;
}
.AnyTagClassName
{
color: #CD99D1;
}
</style>
background-color css
<style>
a { background-color: #CD99D1; }
a { background-color: rgb(205,153,209); }
div.DivClassName
{
background-color: #CD99D1;
}
.BgClassName
{
background-color: #CD99D1;
}
</style>
border-color css
<style>
span { border-color: #CD99D1; }
span { border-color: rgb(205,153,209); }
td.TdClassName
{
border-color: #CD99D1;
}
.TagClassName
{
border-color: #CD99D1;
}
</style>