Shades of Lilac #C8A6CE
Tints of Lilac #C8A6CE
RGB
CMYK
RGB Variations
Color information
#C8A6CE (or 0xC8A6CE) is known color: Lilac. HEX triplet: C8, A6 and CE. RGB value is (200,166,206). Sum of RGB (Red+Green+Blue) = 200+166+206=572 (75% of max value = 765). Red value is 200 (78.52% from 255 or 34.97% from 572); Green value is 166 (65.23% from 255 or 29.02% from 572); Blue value is 206 (80.86% from 255 or 36.01% from 572); Max value from RGB is 206 - color contains mainly: blue. Hex color #C8A6CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A6CE is #375931. Grayscale: #B4B4B4. Windows color (decimal): -3627314 or 13543112. OLE color: 13543112.
HSL color Cylindrical-coordinate representation of color #C8A6CE: hue angle of 291º 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 #C8A6CE is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 166 | 206 | - |
| CMYK | 0.03 | 0.19 | 0 | 0.19 |
| HSL | 291º | 0.29% | 0.73% | - |
| HSV(B) | 291º | 0.19% | 0.81% | - |
| XYZ | 48.6 | 44.01 | 64.33 | - |
| YUV | 180.73 | 142.26 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 166 | 206 | 0.03 | 0.19 | 0 | 0.19 | 291 | 0.29 | 0.73 |
| Hex | C8 | A6 | CE | 3 | 13 | 0 | 13 | 123 | 1D | 49 |
| Octal | 310 | 246 | 316 | 3 | 23 | 0 | 23 | 443 | 35 | 111 |
| Binary | 11001000 | 10100110 | 11001110 | 11 | 10011 | 0 | 10011 | 100100011 | 11101 | 1001001 |
Color Harmonies of #C8A6CE
Complementary color
Monochromatic Colors of #C8A6CE
Black with #C8A6CE
Text Example
Text Example
White with #C8A6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A6CE; }
p { color: rgb(200,166,206); }
H1.HeaderClassName
{
color: #C8A6CE;
}
.AnyTagClassName
{
color: #C8A6CE;
}
</style>
background-color css
<style>
a { background-color: #C8A6CE; }
a { background-color: rgb(200,166,206); }
div.DivClassName
{
background-color: #C8A6CE;
}
.BgClassName
{
background-color: #C8A6CE;
}
</style>
border-color css
<style>
span { border-color: #C8A6CE; }
span { border-color: rgb(200,166,206); }
td.TdClassName
{
border-color: #C8A6CE;
}
.TagClassName
{
border-color: #C8A6CE;
}
</style>