Shades of Lilac #C8A7C2
Tints of Lilac #C8A7C2
RGB
CMYK
RGB Variations
Color information
#C8A7C2 (or 0xC8A7C2) is known color: Lilac. HEX triplet: C8, A7 and C2. RGB value is (200,167,194). Sum of RGB (Red+Green+Blue) = 200+167+194=561 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.65% from 561); Green value is 167 (65.62% from 255 or 29.77% from 561); Blue value is 194 (76.17% from 255 or 34.58% from 561); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A7C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A7C2 is #37583D. Grayscale: #B3B3B3. Windows color (decimal): -3627070 or 12756936. OLE color: 12756936.
HSL color Cylindrical-coordinate representation of color #C8A7C2: hue angle of 310.91º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C8A7C2 is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 167 | 194 | - |
| CMYK | 0 | 0.16 | 0.03 | 0.22 |
| HSL | 310.91º | 0.23% | 0.72% | - |
| HSV(B) | 310.91º | 0.17% | 0.78% | - |
| XYZ | 47.38 | 43.81 | 57 | - |
| YUV | 179.95 | 135.93 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 167 | 194 | 0 | 0.16 | 0.03 | 0.22 | 310.91 | 0.23 | 0.72 |
| Hex | C8 | A7 | C2 | 0 | 10 | 3 | 16 | 137 | 17 | 48 |
| Octal | 310 | 247 | 302 | 0 | 20 | 3 | 26 | 467 | 27 | 110 |
| Binary | 11001000 | 10100111 | 11000010 | 0 | 10000 | 11 | 10110 | 100110111 | 10111 | 1001000 |
Color Harmonies of #C8A7C2
Complementary color
Monochromatic Colors of #C8A7C2
Black with #C8A7C2
Text Example
Text Example
White with #C8A7C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A7C2; }
p { color: rgb(200,167,194); }
H1.HeaderClassName
{
color: #C8A7C2;
}
.AnyTagClassName
{
color: #C8A7C2;
}
</style>
background-color css
<style>
a { background-color: #C8A7C2; }
a { background-color: rgb(200,167,194); }
div.DivClassName
{
background-color: #C8A7C2;
}
.BgClassName
{
background-color: #C8A7C2;
}
</style>
border-color css
<style>
span { border-color: #C8A7C2; }
span { border-color: rgb(200,167,194); }
td.TdClassName
{
border-color: #C8A7C2;
}
.TagClassName
{
border-color: #C8A7C2;
}
</style>