Shades of Lilac #C8A2C7
Tints of Lilac #C8A2C7
RGB
CMYK
RGB Variations
Color information
#C8A2C7 (or 0xC8A2C7) is known color: Lilac. HEX triplet: C8, A2 and C7. RGB value is (200,162,199). Sum of RGB (Red+Green+Blue) = 200+162+199=561 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.65% from 561); Green value is 162 (63.67% from 255 or 28.88% from 561); Blue value is 199 (78.12% from 255 or 35.47% from 561); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A2C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A2C7 is #375D38. Grayscale: #B1B1B1. Windows color (decimal): -3628345 or 13083336. OLE color: 13083336.
HSL color Cylindrical-coordinate representation of color #C8A2C7: hue angle of 301.58º degrees, saturation: 0.26, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C8A2C7 is Cyan = 0, Magento = 0.19, Yellow = 0.00 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 162 | 199 | - |
| CMYK | 0 | 0.19 | 0.00 | 0.22 |
| HSL | 301.58º | 0.26% | 0.71% | - |
| HSV(B) | 301.58º | 0.19% | 0.78% | - |
| XYZ | 47.05 | 42.24 | 59.71 | - |
| YUV | 177.58 | 140.09 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 162 | 199 | 0 | 0.19 | 0.00 | 0.22 | 301.58 | 0.26 | 0.71 |
| Hex | C8 | A2 | C7 | 0 | 13 | 0 | 16 | 12E | 1A | 47 |
| Octal | 310 | 242 | 307 | 0 | 23 | 0 | 26 | 456 | 32 | 107 |
| Binary | 11001000 | 10100010 | 11000111 | 0 | 10011 | 0 | 10110 | 100101110 | 11010 | 1000111 |
Color Harmonies of #C8A2C7
Complementary color
Monochromatic Colors of #C8A2C7
Black with #C8A2C7
Text Example
Text Example
White with #C8A2C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A2C7; }
p { color: rgb(200,162,199); }
H1.HeaderClassName
{
color: #C8A2C7;
}
.AnyTagClassName
{
color: #C8A2C7;
}
</style>
background-color css
<style>
a { background-color: #C8A2C7; }
a { background-color: rgb(200,162,199); }
div.DivClassName
{
background-color: #C8A2C7;
}
.BgClassName
{
background-color: #C8A2C7;
}
</style>
border-color css
<style>
span { border-color: #C8A2C7; }
span { border-color: rgb(200,162,199); }
td.TdClassName
{
border-color: #C8A2C7;
}
.TagClassName
{
border-color: #C8A2C7;
}
</style>