Shades of Lilac #C2A0CA
Tints of Lilac #C2A0CA
RGB
CMYK
RGB Variations
Color information
#C2A0CA (or 0xC2A0CA) is known color: Lilac. HEX triplet: C2, A0 and CA. RGB value is (194,160,202). Sum of RGB (Red+Green+Blue) = 194+160+202=556 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.89% from 556); Green value is 160 (62.89% from 255 or 28.78% from 556); Blue value is 202 (79.30% from 255 or 36.33% from 556); Max value from RGB is 202 - color contains mainly: blue. Hex color #C2A0CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A0CA is #3D5F35. Grayscale: #AEAEAE. Windows color (decimal): -4022070 or 13279426. OLE color: 13279426.
HSL color Cylindrical-coordinate representation of color #C2A0CA: hue angle of 288.57º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2A0CA is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 160 | 202 | - |
| CMYK | 0.04 | 0.21 | 0 | 0.21 |
| HSL | 288.57º | 0.28% | 0.71% | - |
| HSV(B) | 288.57º | 0.21% | 0.79% | - |
| XYZ | 45.48 | 40.88 | 61.37 | - |
| YUV | 174.95 | 143.26 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 160 | 202 | 0.04 | 0.21 | 0 | 0.21 | 288.57 | 0.28 | 0.71 |
| Hex | C2 | A0 | CA | 4 | 15 | 0 | 15 | 121 | 1C | 47 |
| Octal | 302 | 240 | 312 | 4 | 25 | 0 | 25 | 441 | 34 | 107 |
| Binary | 11000010 | 10100000 | 11001010 | 100 | 10101 | 0 | 10101 | 100100001 | 11100 | 1000111 |
Color Harmonies of #C2A0CA
Complementary color
Monochromatic Colors of #C2A0CA
Black with #C2A0CA
Text Example
Text Example
White with #C2A0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A0CA; }
p { color: rgb(194,160,202); }
H1.HeaderClassName
{
color: #C2A0CA;
}
.AnyTagClassName
{
color: #C2A0CA;
}
</style>
background-color css
<style>
a { background-color: #C2A0CA; }
a { background-color: rgb(194,160,202); }
div.DivClassName
{
background-color: #C2A0CA;
}
.BgClassName
{
background-color: #C2A0CA;
}
</style>
border-color css
<style>
span { border-color: #C2A0CA; }
span { border-color: rgb(194,160,202); }
td.TdClassName
{
border-color: #C2A0CA;
}
.TagClassName
{
border-color: #C2A0CA;
}
</style>