Shades of Lilac #CDA0D3
Tints of Lilac #CDA0D3
RGB
CMYK
RGB Variations
Color information
#CDA0D3 (or 0xCDA0D3) is known color: Lilac. HEX triplet: CD, A0 and D3. RGB value is (205,160,211). Sum of RGB (Red+Green+Blue) = 205+160+211=576 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.59% from 576); Green value is 160 (62.89% from 255 or 27.78% from 576); Blue value is 211 (82.81% from 255 or 36.63% from 576); Max value from RGB is 211 - color contains mainly: blue. Hex color #CDA0D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA0D3 is #325F2C. Grayscale: #B3B3B3. Windows color (decimal): -3301165 or 13869261. OLE color: 13869261.
HSL color Cylindrical-coordinate representation of color #CDA0D3: hue angle of 292.94º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CDA0D3 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 160 | 211 | - |
| CMYK | 0.03 | 0.24 | 0 | 0.17 |
| HSL | 292.94º | 0.37% | 0.73% | - |
| HSV(B) | 292.94º | 0.24% | 0.83% | - |
| XYZ | 49.51 | 42.82 | 67.28 | - |
| YUV | 179.27 | 145.91 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 160 | 211 | 0.03 | 0.24 | 0 | 0.17 | 292.94 | 0.37 | 0.73 |
| Hex | CD | A0 | D3 | 3 | 18 | 0 | 11 | 125 | 25 | 49 |
| Octal | 315 | 240 | 323 | 3 | 30 | 0 | 21 | 445 | 45 | 111 |
| Binary | 11001101 | 10100000 | 11010011 | 11 | 11000 | 0 | 10001 | 100100101 | 100101 | 1001001 |
Color Harmonies of #CDA0D3
Complementary color
Monochromatic Colors of #CDA0D3
Black with #CDA0D3
Text Example
Text Example
White with #CDA0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA0D3; }
p { color: rgb(205,160,211); }
H1.HeaderClassName
{
color: #CDA0D3;
}
.AnyTagClassName
{
color: #CDA0D3;
}
</style>
background-color css
<style>
a { background-color: #CDA0D3; }
a { background-color: rgb(205,160,211); }
div.DivClassName
{
background-color: #CDA0D3;
}
.BgClassName
{
background-color: #CDA0D3;
}
</style>
border-color css
<style>
span { border-color: #CDA0D3; }
span { border-color: rgb(205,160,211); }
td.TdClassName
{
border-color: #CDA0D3;
}
.TagClassName
{
border-color: #CDA0D3;
}
</style>