Shades of Lilac #C5A5CC
Tints of Lilac #C5A5CC
RGB
CMYK
RGB Variations
Color information
#C5A5CC (or 0xC5A5CC) is known color: Lilac. HEX triplet: C5, A5 and CC. RGB value is (197,165,204). Sum of RGB (Red+Green+Blue) = 197+165+204=566 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.81% from 566); Green value is 165 (64.84% from 255 or 29.15% from 566); Blue value is 204 (80.08% from 255 or 36.04% from 566); Max value from RGB is 204 - color contains mainly: blue. Hex color #C5A5CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A5CC is #3A5A33. Grayscale: #B2B2B2. Windows color (decimal): -3824180 or 13411781. OLE color: 13411781.
HSL color Cylindrical-coordinate representation of color #C5A5CC: hue angle of 289.23º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C5A5CC is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 197 | 165 | 204 | - |
| CMYK | 0.03 | 0.19 | 0 | 0.2 |
| HSL | 289.23º | 0.28% | 0.72% | - |
| HSV(B) | 289.23º | 0.19% | 0.8% | - |
| XYZ | 47.38 | 43.14 | 62.96 | - |
| YUV | 179.01 | 142.1 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 165 | 204 | 0.03 | 0.19 | 0 | 0.2 | 289.23 | 0.28 | 0.72 |
| Hex | C5 | A5 | CC | 3 | 13 | 0 | 14 | 121 | 1C | 48 |
| Octal | 305 | 245 | 314 | 3 | 23 | 0 | 24 | 441 | 34 | 110 |
| Binary | 11000101 | 10100101 | 11001100 | 11 | 10011 | 0 | 10100 | 100100001 | 11100 | 1001000 |
Color Harmonies of #C5A5CC
Complementary color
Monochromatic Colors of #C5A5CC
Black with #C5A5CC
Text Example
Text Example
White with #C5A5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A5CC; }
p { color: rgb(197,165,204); }
H1.HeaderClassName
{
color: #C5A5CC;
}
.AnyTagClassName
{
color: #C5A5CC;
}
</style>
background-color css
<style>
a { background-color: #C5A5CC; }
a { background-color: rgb(197,165,204); }
div.DivClassName
{
background-color: #C5A5CC;
}
.BgClassName
{
background-color: #C5A5CC;
}
</style>
border-color css
<style>
span { border-color: #C5A5CC; }
span { border-color: rgb(197,165,204); }
td.TdClassName
{
border-color: #C5A5CC;
}
.TagClassName
{
border-color: #C5A5CC;
}
</style>