Shades of Lilac #C7A2CE
Tints of Lilac #C7A2CE
RGB
CMYK
RGB Variations
Color information
#C7A2CE (or 0xC7A2CE) is known color: Lilac. HEX triplet: C7, A2 and CE. RGB value is (199,162,206). Sum of RGB (Red+Green+Blue) = 199+162+206=567 (75% of max value = 765). Red value is 199 (78.12% from 255 or 35.10% from 567); Green value is 162 (63.67% from 255 or 28.57% from 567); Blue value is 206 (80.86% from 255 or 36.33% from 567); Max value from RGB is 206 - color contains mainly: blue. Hex color #C7A2CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7A2CE is #385D31. Grayscale: #B1B1B1. Windows color (decimal): -3693874 or 13542087. OLE color: 13542087.
HSL color Cylindrical-coordinate representation of color #C7A2CE: hue angle of 290.45º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C7A2CE is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 162 | 206 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.19 |
| HSL | 290.45º | 0.31% | 0.72% | - |
| HSV(B) | 290.45º | 0.21% | 0.81% | - |
| XYZ | 47.61 | 42.44 | 64.07 | - |
| YUV | 178.08 | 143.76 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 162 | 206 | 0.03 | 0.21 | 0 | 0.19 | 290.45 | 0.31 | 0.72 |
| Hex | C7 | A2 | CE | 3 | 15 | 0 | 13 | 122 | 1F | 48 |
| Octal | 307 | 242 | 316 | 3 | 25 | 0 | 23 | 442 | 37 | 110 |
| Binary | 11000111 | 10100010 | 11001110 | 11 | 10101 | 0 | 10011 | 100100010 | 11111 | 1001000 |
Color Harmonies of #C7A2CE
Complementary color
Monochromatic Colors of #C7A2CE
Black with #C7A2CE
Text Example
Text Example
White with #C7A2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A2CE; }
p { color: rgb(199,162,206); }
H1.HeaderClassName
{
color: #C7A2CE;
}
.AnyTagClassName
{
color: #C7A2CE;
}
</style>
background-color css
<style>
a { background-color: #C7A2CE; }
a { background-color: rgb(199,162,206); }
div.DivClassName
{
background-color: #C7A2CE;
}
.BgClassName
{
background-color: #C7A2CE;
}
</style>
border-color css
<style>
span { border-color: #C7A2CE; }
span { border-color: rgb(199,162,206); }
td.TdClassName
{
border-color: #C7A2CE;
}
.TagClassName
{
border-color: #C7A2CE;
}
</style>