Shades of Lilac #C7A6CE
Tints of Lilac #C7A6CE
RGB
CMYK
RGB Variations
Color information
#C7A6CE (or 0xC7A6CE) is known color: Lilac. HEX triplet: C7, A6 and CE. RGB value is (199,166,206). Sum of RGB (Red+Green+Blue) = 199+166+206=571 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.85% from 571); Green value is 166 (65.23% from 255 or 29.07% from 571); Blue value is 206 (80.86% from 255 or 36.08% from 571); Max value from RGB is 206 - color contains mainly: blue. Hex color #C7A6CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7A6CE is #385931. Grayscale: #B4B4B4. Windows color (decimal): -3692850 or 13543111. OLE color: 13543111.
HSL color Cylindrical-coordinate representation of color #C7A6CE: hue angle of 289.5º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C7A6CE is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 166 | 206 | - |
| CMYK | 0.03 | 0.19 | 0 | 0.19 |
| HSL | 289.5º | 0.29% | 0.73% | - |
| HSV(B) | 289.5º | 0.19% | 0.81% | - |
| XYZ | 48.33 | 43.87 | 64.31 | - |
| YUV | 180.43 | 142.43 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 166 | 206 | 0.03 | 0.19 | 0 | 0.19 | 289.5 | 0.29 | 0.73 |
| Hex | C7 | A6 | CE | 3 | 13 | 0 | 13 | 122 | 1D | 49 |
| Octal | 307 | 246 | 316 | 3 | 23 | 0 | 23 | 442 | 35 | 111 |
| Binary | 11000111 | 10100110 | 11001110 | 11 | 10011 | 0 | 10011 | 100100010 | 11101 | 1001001 |
Color Harmonies of #C7A6CE
Complementary color
Monochromatic Colors of #C7A6CE
Black with #C7A6CE
Text Example
Text Example
White with #C7A6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A6CE; }
p { color: rgb(199,166,206); }
H1.HeaderClassName
{
color: #C7A6CE;
}
.AnyTagClassName
{
color: #C7A6CE;
}
</style>
background-color css
<style>
a { background-color: #C7A6CE; }
a { background-color: rgb(199,166,206); }
div.DivClassName
{
background-color: #C7A6CE;
}
.BgClassName
{
background-color: #C7A6CE;
}
</style>
border-color css
<style>
span { border-color: #C7A6CE; }
span { border-color: rgb(199,166,206); }
td.TdClassName
{
border-color: #C7A6CE;
}
.TagClassName
{
border-color: #C7A6CE;
}
</style>