Shades of Lilac #C5A7C8
Tints of Lilac #C5A7C8
RGB
CMYK
RGB Variations
Color information
#C5A7C8 (or 0xC5A7C8) is known color: Lilac. HEX triplet: C5, A7 and C8. RGB value is (197,167,200). Sum of RGB (Red+Green+Blue) = 197+167+200=564 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.93% from 564); Green value is 167 (65.62% from 255 or 29.61% from 564); Blue value is 200 (78.52% from 255 or 35.46% from 564); Max value from RGB is 200 - color contains mainly: blue. Hex color #C5A7C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A7C8 is #3A5837. Grayscale: #B3B3B3. Windows color (decimal): -3823672 or 13150149. OLE color: 13150149.
HSL color Cylindrical-coordinate representation of color #C5A7C8: hue angle of 294.55º 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 #C5A7C8 is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 167 | 200 | - |
| CMYK | 0.02 | 0.16 | 0 | 0.22 |
| HSL | 294.55º | 0.23% | 0.72% | - |
| HSV(B) | 294.55º | 0.17% | 0.78% | - |
| XYZ | 47.27 | 43.68 | 60.58 | - |
| YUV | 179.73 | 139.44 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 167 | 200 | 0.02 | 0.16 | 0 | 0.22 | 294.55 | 0.23 | 0.72 |
| Hex | C5 | A7 | C8 | 2 | 10 | 0 | 16 | 127 | 17 | 48 |
| Octal | 305 | 247 | 310 | 2 | 20 | 0 | 26 | 447 | 27 | 110 |
| Binary | 11000101 | 10100111 | 11001000 | 10 | 10000 | 0 | 10110 | 100100111 | 10111 | 1001000 |
Color Harmonies of #C5A7C8
Complementary color
Monochromatic Colors of #C5A7C8
Black with #C5A7C8
Text Example
Text Example
White with #C5A7C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A7C8; }
p { color: rgb(197,167,200); }
H1.HeaderClassName
{
color: #C5A7C8;
}
.AnyTagClassName
{
color: #C5A7C8;
}
</style>
background-color css
<style>
a { background-color: #C5A7C8; }
a { background-color: rgb(197,167,200); }
div.DivClassName
{
background-color: #C5A7C8;
}
.BgClassName
{
background-color: #C5A7C8;
}
</style>
border-color css
<style>
span { border-color: #C5A7C8; }
span { border-color: rgb(197,167,200); }
td.TdClassName
{
border-color: #C5A7C8;
}
.TagClassName
{
border-color: #C5A7C8;
}
</style>