Shades of Lilac #CD99CA
Tints of Lilac #CD99CA
RGB
CMYK
RGB Variations
Color information
#CD99CA (or 0xCD99CA) is known color: Lilac. HEX triplet: CD, 99 and CA. RGB value is (205,153,202). Sum of RGB (Red+Green+Blue) = 205+153+202=560 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.61% from 560); Green value is 153 (60.16% from 255 or 27.32% from 560); Blue value is 202 (79.30% from 255 or 36.07% from 560); Max value from RGB is 205 - color contains mainly: red. Hex color #CD99CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD99CA is #326635. Grayscale: #ADADAD. Windows color (decimal): -3302966 or 13277645. OLE color: 13277645.
HSL color Cylindrical-coordinate representation of color #CD99CA: hue angle of 303.46º 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 #CD99CA is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 153 | 202 | - |
| CMYK | 0 | 0.25 | 0.01 | 0.20 |
| HSL | 303.46º | 0.34% | 0.7% | - |
| HSV(B) | 303.46º | 0.25% | 0.8% | - |
| XYZ | 47.23 | 40.03 | 61.11 | - |
| YUV | 174.13 | 143.73 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 153 | 202 | 0 | 0.25 | 0.01 | 0.20 | 303.46 | 0.34 | 0.7 |
| Hex | CD | 99 | CA | 0 | 19 | 1 | 14 | 12F | 22 | 46 |
| Octal | 315 | 231 | 312 | 0 | 31 | 1 | 24 | 457 | 42 | 106 |
| Binary | 11001101 | 10011001 | 11001010 | 0 | 11001 | 1 | 10100 | 100101111 | 100010 | 1000110 |
Color Harmonies of #CD99CA
Complementary color
Monochromatic Colors of #CD99CA
Black with #CD99CA
Text Example
Text Example
White with #CD99CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD99CA; }
p { color: rgb(205,153,202); }
H1.HeaderClassName
{
color: #CD99CA;
}
.AnyTagClassName
{
color: #CD99CA;
}
</style>
background-color css
<style>
a { background-color: #CD99CA; }
a { background-color: rgb(205,153,202); }
div.DivClassName
{
background-color: #CD99CA;
}
.BgClassName
{
background-color: #CD99CA;
}
</style>
border-color css
<style>
span { border-color: #CD99CA; }
span { border-color: rgb(205,153,202); }
td.TdClassName
{
border-color: #CD99CA;
}
.TagClassName
{
border-color: #CD99CA;
}
</style>