Shades of Lilac #C5A1C9
Tints of Lilac #C5A1C9
RGB
CMYK
RGB Variations
Color information
#C5A1C9 (or 0xC5A1C9) is known color: Lilac. HEX triplet: C5, A1 and C9. RGB value is (197,161,201). Sum of RGB (Red+Green+Blue) = 197+161+201=559 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.24% from 559); Green value is 161 (63.28% from 255 or 28.80% from 559); Blue value is 201 (78.91% from 255 or 35.96% from 559); Max value from RGB is 201 - color contains mainly: blue. Hex color #C5A1C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A1C9 is #3A5E36. Grayscale: #B0B0B0. Windows color (decimal): -3825207 or 13214149. OLE color: 13214149.
HSL color Cylindrical-coordinate representation of color #C5A1C9: hue angle of 294º degrees, saturation: 0.27, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C5A1C9 is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 161 | 201 | - |
| CMYK | 0.02 | 0.20 | 0 | 0.21 |
| HSL | 294º | 0.27% | 0.71% | - |
| HSV(B) | 294º | 0.2% | 0.79% | - |
| XYZ | 46.31 | 41.58 | 60.84 | - |
| YUV | 176.32 | 141.93 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 161 | 201 | 0.02 | 0.20 | 0 | 0.21 | 294 | 0.27 | 0.71 |
| Hex | C5 | A1 | C9 | 2 | 14 | 0 | 15 | 126 | 1B | 47 |
| Octal | 305 | 241 | 311 | 2 | 24 | 0 | 25 | 446 | 33 | 107 |
| Binary | 11000101 | 10100001 | 11001001 | 10 | 10100 | 0 | 10101 | 100100110 | 11011 | 1000111 |
Color Harmonies of #C5A1C9
Complementary color
Monochromatic Colors of #C5A1C9
Black with #C5A1C9
Text Example
Text Example
White with #C5A1C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A1C9; }
p { color: rgb(197,161,201); }
H1.HeaderClassName
{
color: #C5A1C9;
}
.AnyTagClassName
{
color: #C5A1C9;
}
</style>
background-color css
<style>
a { background-color: #C5A1C9; }
a { background-color: rgb(197,161,201); }
div.DivClassName
{
background-color: #C5A1C9;
}
.BgClassName
{
background-color: #C5A1C9;
}
</style>
border-color css
<style>
span { border-color: #C5A1C9; }
span { border-color: rgb(197,161,201); }
td.TdClassName
{
border-color: #C5A1C9;
}
.TagClassName
{
border-color: #C5A1C9;
}
</style>