Shades of Lilac #C5A1CC
Tints of Lilac #C5A1CC
RGB
CMYK
RGB Variations
Color information
#C5A1CC (or 0xC5A1CC) is known color: Lilac. HEX triplet: C5, A1 and CC. RGB value is (197,161,204). Sum of RGB (Red+Green+Blue) = 197+161+204=562 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.05% from 562); Green value is 161 (63.28% from 255 or 28.65% from 562); Blue value is 204 (80.08% from 255 or 36.30% from 562); Max value from RGB is 204 - color contains mainly: blue. Hex color #C5A1CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A1CC is #3A5E33. Grayscale: #B0B0B0. Windows color (decimal): -3825204 or 13410757. OLE color: 13410757.
HSL color Cylindrical-coordinate representation of color #C5A1CC: hue angle of 290.23º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C5A1CC is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 197 | 161 | 204 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.2 |
| HSL | 290.23º | 0.3% | 0.72% | - |
| HSV(B) | 290.23º | 0.21% | 0.8% | - |
| XYZ | 46.67 | 41.72 | 62.72 | - |
| YUV | 176.67 | 143.43 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 161 | 204 | 0.03 | 0.21 | 0 | 0.2 | 290.23 | 0.3 | 0.72 |
| Hex | C5 | A1 | CC | 3 | 15 | 0 | 14 | 122 | 1E | 48 |
| Octal | 305 | 241 | 314 | 3 | 25 | 0 | 24 | 442 | 36 | 110 |
| Binary | 11000101 | 10100001 | 11001100 | 11 | 10101 | 0 | 10100 | 100100010 | 11110 | 1001000 |
Color Harmonies of #C5A1CC
Complementary color
Monochromatic Colors of #C5A1CC
Black with #C5A1CC
Text Example
Text Example
White with #C5A1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A1CC; }
p { color: rgb(197,161,204); }
H1.HeaderClassName
{
color: #C5A1CC;
}
.AnyTagClassName
{
color: #C5A1CC;
}
</style>
background-color css
<style>
a { background-color: #C5A1CC; }
a { background-color: rgb(197,161,204); }
div.DivClassName
{
background-color: #C5A1CC;
}
.BgClassName
{
background-color: #C5A1CC;
}
</style>
border-color css
<style>
span { border-color: #C5A1CC; }
span { border-color: rgb(197,161,204); }
td.TdClassName
{
border-color: #C5A1CC;
}
.TagClassName
{
border-color: #C5A1CC;
}
</style>