Shades of Lilac #CDA3CA
Tints of Lilac #CDA3CA
RGB
CMYK
RGB Variations
Color information
#CDA3CA (or 0xCDA3CA) is known color: Lilac. HEX triplet: CD, A3 and CA. RGB value is (205,163,202). Sum of RGB (Red+Green+Blue) = 205+163+202=570 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.96% from 570); Green value is 163 (64.06% from 255 or 28.60% from 570); Blue value is 202 (79.30% from 255 or 35.44% from 570); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA3CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA3CA is #325C35. Grayscale: #B3B3B3. Windows color (decimal): -3300406 or 13280205. OLE color: 13280205.
HSL color Cylindrical-coordinate representation of color #CDA3CA: hue angle of 304.29º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDA3CA is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 163 | 202 | - |
| CMYK | 0 | 0.20 | 0.01 | 0.20 |
| HSL | 304.29º | 0.3% | 0.72% | - |
| HSV(B) | 304.29º | 0.2% | 0.8% | - |
| XYZ | 48.93 | 43.44 | 61.68 | - |
| YUV | 180 | 140.41 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 163 | 202 | 0 | 0.20 | 0.01 | 0.20 | 304.29 | 0.3 | 0.72 |
| Hex | CD | A3 | CA | 0 | 14 | 1 | 14 | 130 | 1E | 48 |
| Octal | 315 | 243 | 312 | 0 | 24 | 1 | 24 | 460 | 36 | 110 |
| Binary | 11001101 | 10100011 | 11001010 | 0 | 10100 | 1 | 10100 | 100110000 | 11110 | 1001000 |
Color Harmonies of #CDA3CA
Complementary color
Monochromatic Colors of #CDA3CA
Black with #CDA3CA
Text Example
Text Example
White with #CDA3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA3CA; }
p { color: rgb(205,163,202); }
H1.HeaderClassName
{
color: #CDA3CA;
}
.AnyTagClassName
{
color: #CDA3CA;
}
</style>
background-color css
<style>
a { background-color: #CDA3CA; }
a { background-color: rgb(205,163,202); }
div.DivClassName
{
background-color: #CDA3CA;
}
.BgClassName
{
background-color: #CDA3CA;
}
</style>
border-color css
<style>
span { border-color: #CDA3CA; }
span { border-color: rgb(205,163,202); }
td.TdClassName
{
border-color: #CDA3CA;
}
.TagClassName
{
border-color: #CDA3CA;
}
</style>