Shades of Lilac #CD99CF
Tints of Lilac #CD99CF
RGB
CMYK
RGB Variations
Color information
#CD99CF (or 0xCD99CF) is known color: Lilac. HEX triplet: CD, 99 and CF. RGB value is (205,153,207). Sum of RGB (Red+Green+Blue) = 205+153+207=565 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.28% from 565); Green value is 153 (60.16% from 255 or 27.08% from 565); Blue value is 207 (81.25% from 255 or 36.64% from 565); Max value from RGB is 207 - color contains mainly: blue. Hex color #CD99CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD99CF is #326630. Grayscale: #AEAEAE. Windows color (decimal): -3302961 or 13605325. OLE color: 13605325.
HSL color Cylindrical-coordinate representation of color #CD99CF: hue angle of 297.78º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CD99CF is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 153 | 207 | - |
| CMYK | 0.01 | 0.26 | 0 | 0.19 |
| HSL | 297.78º | 0.36% | 0.71% | - |
| HSV(B) | 297.78º | 0.26% | 0.81% | - |
| XYZ | 47.83 | 40.27 | 64.28 | - |
| YUV | 174.7 | 146.23 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 153 | 207 | 0.01 | 0.26 | 0 | 0.19 | 297.78 | 0.36 | 0.71 |
| Hex | CD | 99 | CF | 1 | 1A | 0 | 13 | 12A | 24 | 47 |
| Octal | 315 | 231 | 317 | 1 | 32 | 0 | 23 | 452 | 44 | 107 |
| Binary | 11001101 | 10011001 | 11001111 | 1 | 11010 | 0 | 10011 | 100101010 | 100100 | 1000111 |
Color Harmonies of #CD99CF
Complementary color
Monochromatic Colors of #CD99CF
Black with #CD99CF
Text Example
Text Example
White with #CD99CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD99CF; }
p { color: rgb(205,153,207); }
H1.HeaderClassName
{
color: #CD99CF;
}
.AnyTagClassName
{
color: #CD99CF;
}
</style>
background-color css
<style>
a { background-color: #CD99CF; }
a { background-color: rgb(205,153,207); }
div.DivClassName
{
background-color: #CD99CF;
}
.BgClassName
{
background-color: #CD99CF;
}
</style>
border-color css
<style>
span { border-color: #CD99CF; }
span { border-color: rgb(205,153,207); }
td.TdClassName
{
border-color: #CD99CF;
}
.TagClassName
{
border-color: #CD99CF;
}
</style>