Shades of Lilac #C8A5CE
Tints of Lilac #C8A5CE
RGB
CMYK
RGB Variations
Color information
#C8A5CE (or 0xC8A5CE) is known color: Lilac. HEX triplet: C8, A5 and CE. RGB value is (200,165,206). Sum of RGB (Red+Green+Blue) = 200+165+206=571 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.03% from 571); Green value is 165 (64.84% from 255 or 28.90% 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 #C8A5CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A5CE is #375A31. Grayscale: #B4B4B4. Windows color (decimal): -3627570 or 13542856. OLE color: 13542856.
HSL color Cylindrical-coordinate representation of color #C8A5CE: hue angle of 291.22º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C8A5CE is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 165 | 206 | - |
| CMYK | 0.03 | 0.20 | 0 | 0.19 |
| HSL | 291.22º | 0.29% | 0.73% | - |
| HSV(B) | 291.22º | 0.2% | 0.81% | - |
| XYZ | 48.42 | 43.65 | 64.27 | - |
| YUV | 180.14 | 142.6 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 165 | 206 | 0.03 | 0.20 | 0 | 0.19 | 291.22 | 0.29 | 0.73 |
| Hex | C8 | A5 | CE | 3 | 14 | 0 | 13 | 123 | 1D | 49 |
| Octal | 310 | 245 | 316 | 3 | 24 | 0 | 23 | 443 | 35 | 111 |
| Binary | 11001000 | 10100101 | 11001110 | 11 | 10100 | 0 | 10011 | 100100011 | 11101 | 1001001 |
Color Harmonies of #C8A5CE
Complementary color
Monochromatic Colors of #C8A5CE
Black with #C8A5CE
Text Example
Text Example
White with #C8A5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A5CE; }
p { color: rgb(200,165,206); }
H1.HeaderClassName
{
color: #C8A5CE;
}
.AnyTagClassName
{
color: #C8A5CE;
}
</style>
background-color css
<style>
a { background-color: #C8A5CE; }
a { background-color: rgb(200,165,206); }
div.DivClassName
{
background-color: #C8A5CE;
}
.BgClassName
{
background-color: #C8A5CE;
}
</style>
border-color css
<style>
span { border-color: #C8A5CE; }
span { border-color: rgb(200,165,206); }
td.TdClassName
{
border-color: #C8A5CE;
}
.TagClassName
{
border-color: #C8A5CE;
}
</style>