Shades of Lilac #C8A0C7
Tints of Lilac #C8A0C7
RGB
CMYK
RGB Variations
Color information
#C8A0C7 (or 0xC8A0C7) is known color: Lilac. HEX triplet: C8, A0 and C7. RGB value is (200,160,199). Sum of RGB (Red+Green+Blue) = 200+160+199=559 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.78% from 559); Green value is 160 (62.89% from 255 or 28.62% from 559); Blue value is 199 (78.12% from 255 or 35.60% from 559); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A0C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A0C7 is #375F38. Grayscale: #B0B0B0. Windows color (decimal): -3628857 or 13082824. OLE color: 13082824.
HSL color Cylindrical-coordinate representation of color #C8A0C7: hue angle of 301.5º degrees, saturation: 0.27, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C8A0C7 is Cyan = 0, Magento = 0.2, Yellow = 0.00 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 160 | 199 | - |
| CMYK | 0 | 0.2 | 0.00 | 0.22 |
| HSL | 301.5º | 0.27% | 0.71% | - |
| HSV(B) | 301.5º | 0.2% | 0.78% | - |
| XYZ | 46.7 | 41.54 | 59.59 | - |
| YUV | 176.41 | 140.75 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 160 | 199 | 0 | 0.2 | 0.00 | 0.22 | 301.5 | 0.27 | 0.71 |
| Hex | C8 | A0 | C7 | 0 | 14 | 0 | 16 | 12E | 1B | 47 |
| Octal | 310 | 240 | 307 | 0 | 24 | 0 | 26 | 456 | 33 | 107 |
| Binary | 11001000 | 10100000 | 11000111 | 0 | 10100 | 0 | 10110 | 100101110 | 11011 | 1000111 |
Color Harmonies of #C8A0C7
Complementary color
Monochromatic Colors of #C8A0C7
Black with #C8A0C7
Text Example
Text Example
White with #C8A0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A0C7; }
p { color: rgb(200,160,199); }
H1.HeaderClassName
{
color: #C8A0C7;
}
.AnyTagClassName
{
color: #C8A0C7;
}
</style>
background-color css
<style>
a { background-color: #C8A0C7; }
a { background-color: rgb(200,160,199); }
div.DivClassName
{
background-color: #C8A0C7;
}
.BgClassName
{
background-color: #C8A0C7;
}
</style>
border-color css
<style>
span { border-color: #C8A0C7; }
span { border-color: rgb(200,160,199); }
td.TdClassName
{
border-color: #C8A0C7;
}
.TagClassName
{
border-color: #C8A0C7;
}
</style>