Shades of Lilac #C7A0CA
Tints of Lilac #C7A0CA
RGB
CMYK
RGB Variations
Color information
#C7A0CA (or 0xC7A0CA) is known color: Lilac. HEX triplet: C7, A0 and CA. RGB value is (199,160,202). Sum of RGB (Red+Green+Blue) = 199+160+202=561 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.47% from 561); Green value is 160 (62.89% from 255 or 28.52% from 561); Blue value is 202 (79.30% from 255 or 36.01% from 561); Max value from RGB is 202 - color contains mainly: blue. Hex color #C7A0CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7A0CA is #385F35. Grayscale: #B0B0B0. Windows color (decimal): -3694390 or 13279431. OLE color: 13279431.
HSL color Cylindrical-coordinate representation of color #C7A0CA: hue angle of 295.71º 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 #C7A0CA is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 160 | 202 | - |
| CMYK | 0.01 | 0.21 | 0 | 0.21 |
| HSL | 295.71º | 0.28% | 0.71% | - |
| HSV(B) | 295.71º | 0.21% | 0.79% | - |
| XYZ | 46.78 | 41.55 | 61.43 | - |
| YUV | 176.45 | 142.42 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 160 | 202 | 0.01 | 0.21 | 0 | 0.21 | 295.71 | 0.28 | 0.71 |
| Hex | C7 | A0 | CA | 1 | 15 | 0 | 15 | 128 | 1C | 47 |
| Octal | 307 | 240 | 312 | 1 | 25 | 0 | 25 | 450 | 34 | 107 |
| Binary | 11000111 | 10100000 | 11001010 | 1 | 10101 | 0 | 10101 | 100101000 | 11100 | 1000111 |
Color Harmonies of #C7A0CA
Complementary color
Monochromatic Colors of #C7A0CA
Black with #C7A0CA
Text Example
Text Example
White with #C7A0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A0CA; }
p { color: rgb(199,160,202); }
H1.HeaderClassName
{
color: #C7A0CA;
}
.AnyTagClassName
{
color: #C7A0CA;
}
</style>
background-color css
<style>
a { background-color: #C7A0CA; }
a { background-color: rgb(199,160,202); }
div.DivClassName
{
background-color: #C7A0CA;
}
.BgClassName
{
background-color: #C7A0CA;
}
</style>
border-color css
<style>
span { border-color: #C7A0CA; }
span { border-color: rgb(199,160,202); }
td.TdClassName
{
border-color: #C7A0CA;
}
.TagClassName
{
border-color: #C7A0CA;
}
</style>