Shades of Lilac #CD99C2
Tints of Lilac #CD99C2
RGB
CMYK
RGB Variations
Color information
#CD99C2 (or 0xCD99C2) is known color: Lilac. HEX triplet: CD, 99 and C2. RGB value is (205,153,194). Sum of RGB (Red+Green+Blue) = 205+153+194=552 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.14% from 552); Green value is 153 (60.16% from 255 or 27.72% from 552); Blue value is 194 (76.17% from 255 or 35.14% from 552); Max value from RGB is 205 - color contains mainly: red. Hex color #CD99C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD99C2 is #32663D. Grayscale: #ADADAD. Windows color (decimal): -3302974 or 12753357. OLE color: 12753357.
HSL color Cylindrical-coordinate representation of color #CD99C2: hue angle of 312.69º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CD99C2 is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 153 | 194 | - |
| CMYK | 0 | 0.25 | 0.05 | 0.20 |
| HSL | 312.69º | 0.34% | 0.7% | - |
| HSV(B) | 312.69º | 0.25% | 0.8% | - |
| XYZ | 46.31 | 39.66 | 56.25 | - |
| YUV | 173.22 | 139.73 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 153 | 194 | 0 | 0.25 | 0.05 | 0.20 | 312.69 | 0.34 | 0.7 |
| Hex | CD | 99 | C2 | 0 | 19 | 5 | 14 | 139 | 22 | 46 |
| Octal | 315 | 231 | 302 | 0 | 31 | 5 | 24 | 471 | 42 | 106 |
| Binary | 11001101 | 10011001 | 11000010 | 0 | 11001 | 101 | 10100 | 100111001 | 100010 | 1000110 |
Color Harmonies of #CD99C2
Complementary color
Monochromatic Colors of #CD99C2
Black with #CD99C2
Text Example
Text Example
White with #CD99C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD99C2; }
p { color: rgb(205,153,194); }
H1.HeaderClassName
{
color: #CD99C2;
}
.AnyTagClassName
{
color: #CD99C2;
}
</style>
background-color css
<style>
a { background-color: #CD99C2; }
a { background-color: rgb(205,153,194); }
div.DivClassName
{
background-color: #CD99C2;
}
.BgClassName
{
background-color: #CD99C2;
}
</style>
border-color css
<style>
span { border-color: #CD99C2; }
span { border-color: rgb(205,153,194); }
td.TdClassName
{
border-color: #CD99C2;
}
.TagClassName
{
border-color: #CD99C2;
}
</style>