Shades of Lilac #CDA1CA
Tints of Lilac #CDA1CA
RGB
CMYK
RGB Variations
Color information
#CDA1CA (or 0xCDA1CA) is known color: Lilac. HEX triplet: CD, A1 and CA. RGB value is (205,161,202). Sum of RGB (Red+Green+Blue) = 205+161+202=568 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.09% from 568); Green value is 161 (63.28% from 255 or 28.35% from 568); Blue value is 202 (79.30% from 255 or 35.56% from 568); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA1CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA1CA is #325E35. Grayscale: #B2B2B2. Windows color (decimal): -3300918 or 13279693. OLE color: 13279693.
HSL color Cylindrical-coordinate representation of color #CDA1CA: hue angle of 304.09º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CDA1CA is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 161 | 202 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.20 |
| HSL | 304.09º | 0.31% | 0.72% | - |
| HSV(B) | 304.09º | 0.21% | 0.8% | - |
| XYZ | 48.58 | 42.73 | 61.56 | - |
| YUV | 178.83 | 141.08 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 161 | 202 | 0 | 0.21 | 0.01 | 0.20 | 304.09 | 0.31 | 0.72 |
| Hex | CD | A1 | CA | 0 | 15 | 1 | 14 | 130 | 1F | 48 |
| Octal | 315 | 241 | 312 | 0 | 25 | 1 | 24 | 460 | 37 | 110 |
| Binary | 11001101 | 10100001 | 11001010 | 0 | 10101 | 1 | 10100 | 100110000 | 11111 | 1001000 |
Color Harmonies of #CDA1CA
Complementary color
Monochromatic Colors of #CDA1CA
Black with #CDA1CA
Text Example
Text Example
White with #CDA1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA1CA; }
p { color: rgb(205,161,202); }
H1.HeaderClassName
{
color: #CDA1CA;
}
.AnyTagClassName
{
color: #CDA1CA;
}
</style>
background-color css
<style>
a { background-color: #CDA1CA; }
a { background-color: rgb(205,161,202); }
div.DivClassName
{
background-color: #CDA1CA;
}
.BgClassName
{
background-color: #CDA1CA;
}
</style>
border-color css
<style>
span { border-color: #CDA1CA; }
span { border-color: rgb(205,161,202); }
td.TdClassName
{
border-color: #CDA1CA;
}
.TagClassName
{
border-color: #CDA1CA;
}
</style>