Shades of Lilac #C8A2CE
Tints of Lilac #C8A2CE
RGB
CMYK
RGB Variations
Color information
#C8A2CE (or 0xC8A2CE) is known color: Lilac. HEX triplet: C8, A2 and CE. RGB value is (200,162,206). Sum of RGB (Red+Green+Blue) = 200+162+206=568 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.21% from 568); Green value is 162 (63.67% from 255 or 28.52% from 568); Blue value is 206 (80.86% from 255 or 36.27% from 568); Max value from RGB is 206 - color contains mainly: blue. Hex color #C8A2CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A2CE is #375D31. Grayscale: #B2B2B2. Windows color (decimal): -3628338 or 13542088. OLE color: 13542088.
HSL color Cylindrical-coordinate representation of color #C8A2CE: hue angle of 291.82º 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 #C8A2CE is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 162 | 206 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.19 |
| HSL | 291.82º | 0.31% | 0.72% | - |
| HSV(B) | 291.82º | 0.21% | 0.81% | - |
| XYZ | 47.88 | 42.58 | 64.09 | - |
| YUV | 178.38 | 143.59 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 162 | 206 | 0.03 | 0.21 | 0 | 0.19 | 291.82 | 0.31 | 0.72 |
| Hex | C8 | A2 | CE | 3 | 15 | 0 | 13 | 124 | 1F | 48 |
| Octal | 310 | 242 | 316 | 3 | 25 | 0 | 23 | 444 | 37 | 110 |
| Binary | 11001000 | 10100010 | 11001110 | 11 | 10101 | 0 | 10011 | 100100100 | 11111 | 1001000 |
Color Harmonies of #C8A2CE
Complementary color
Monochromatic Colors of #C8A2CE
Black with #C8A2CE
Text Example
Text Example
White with #C8A2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A2CE; }
p { color: rgb(200,162,206); }
H1.HeaderClassName
{
color: #C8A2CE;
}
.AnyTagClassName
{
color: #C8A2CE;
}
</style>
background-color css
<style>
a { background-color: #C8A2CE; }
a { background-color: rgb(200,162,206); }
div.DivClassName
{
background-color: #C8A2CE;
}
.BgClassName
{
background-color: #C8A2CE;
}
</style>
border-color css
<style>
span { border-color: #C8A2CE; }
span { border-color: rgb(200,162,206); }
td.TdClassName
{
border-color: #C8A2CE;
}
.TagClassName
{
border-color: #C8A2CE;
}
</style>