Shades of Lilac #C8A7CE
Tints of Lilac #C8A7CE
RGB
CMYK
RGB Variations
Color information
#C8A7CE (or 0xC8A7CE) is known color: Lilac. HEX triplet: C8, A7 and CE. RGB value is (200,167,206). Sum of RGB (Red+Green+Blue) = 200+167+206=573 (75% of max value = 765). Red value is 200 (78.52% from 255 or 34.90% from 573); Green value is 167 (65.62% from 255 or 29.14% from 573); Blue value is 206 (80.86% from 255 or 35.95% from 573); Max value from RGB is 206 - color contains mainly: blue. Hex color #C8A7CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A7CE is #375831. Grayscale: #B5B5B5. Windows color (decimal): -3627058 or 13543368. OLE color: 13543368.
HSL color Cylindrical-coordinate representation of color #C8A7CE: hue angle of 290.77º degrees, saturation: 0.28, 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 #C8A7CE is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 167 | 206 | - |
| CMYK | 0.03 | 0.19 | 0 | 0.19 |
| HSL | 290.77º | 0.28% | 0.73% | - |
| HSV(B) | 290.77º | 0.19% | 0.81% | - |
| XYZ | 48.78 | 44.37 | 64.39 | - |
| YUV | 181.31 | 141.93 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 167 | 206 | 0.03 | 0.19 | 0 | 0.19 | 290.77 | 0.28 | 0.73 |
| Hex | C8 | A7 | CE | 3 | 13 | 0 | 13 | 123 | 1C | 49 |
| Octal | 310 | 247 | 316 | 3 | 23 | 0 | 23 | 443 | 34 | 111 |
| Binary | 11001000 | 10100111 | 11001110 | 11 | 10011 | 0 | 10011 | 100100011 | 11100 | 1001001 |
Color Harmonies of #C8A7CE
Complementary color
Monochromatic Colors of #C8A7CE
Black with #C8A7CE
Text Example
Text Example
White with #C8A7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A7CE; }
p { color: rgb(200,167,206); }
H1.HeaderClassName
{
color: #C8A7CE;
}
.AnyTagClassName
{
color: #C8A7CE;
}
</style>
background-color css
<style>
a { background-color: #C8A7CE; }
a { background-color: rgb(200,167,206); }
div.DivClassName
{
background-color: #C8A7CE;
}
.BgClassName
{
background-color: #C8A7CE;
}
</style>
border-color css
<style>
span { border-color: #C8A7CE; }
span { border-color: rgb(200,167,206); }
td.TdClassName
{
border-color: #C8A7CE;
}
.TagClassName
{
border-color: #C8A7CE;
}
</style>