Shades of Lilac #C5A4CC
Tints of Lilac #C5A4CC
RGB
CMYK
RGB Variations
Color information
#C5A4CC (or 0xC5A4CC) is known color: Lilac. HEX triplet: C5, A4 and CC. RGB value is (197,164,204). Sum of RGB (Red+Green+Blue) = 197+164+204=565 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.87% from 565); Green value is 164 (64.45% from 255 or 29.03% from 565); Blue value is 204 (80.08% from 255 or 36.11% from 565); Max value from RGB is 204 - color contains mainly: blue. Hex color #C5A4CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A4CC is #3A5B33. Grayscale: #B2B2B2. Windows color (decimal): -3824436 or 13411525. OLE color: 13411525.
HSL color Cylindrical-coordinate representation of color #C5A4CC: hue angle of 289.5º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C5A4CC is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 197 | 164 | 204 | - |
| CMYK | 0.03 | 0.20 | 0 | 0.2 |
| HSL | 289.5º | 0.28% | 0.72% | - |
| HSV(B) | 289.5º | 0.2% | 0.8% | - |
| XYZ | 47.2 | 42.78 | 62.9 | - |
| YUV | 178.43 | 142.43 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 164 | 204 | 0.03 | 0.20 | 0 | 0.2 | 289.5 | 0.28 | 0.72 |
| Hex | C5 | A4 | CC | 3 | 14 | 0 | 14 | 122 | 1C | 48 |
| Octal | 305 | 244 | 314 | 3 | 24 | 0 | 24 | 442 | 34 | 110 |
| Binary | 11000101 | 10100100 | 11001100 | 11 | 10100 | 0 | 10100 | 100100010 | 11100 | 1001000 |
Color Harmonies of #C5A4CC
Complementary color
Monochromatic Colors of #C5A4CC
Black with #C5A4CC
Text Example
Text Example
White with #C5A4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A4CC; }
p { color: rgb(197,164,204); }
H1.HeaderClassName
{
color: #C5A4CC;
}
.AnyTagClassName
{
color: #C5A4CC;
}
</style>
background-color css
<style>
a { background-color: #C5A4CC; }
a { background-color: rgb(197,164,204); }
div.DivClassName
{
background-color: #C5A4CC;
}
.BgClassName
{
background-color: #C5A4CC;
}
</style>
border-color css
<style>
span { border-color: #C5A4CC; }
span { border-color: rgb(197,164,204); }
td.TdClassName
{
border-color: #C5A4CC;
}
.TagClassName
{
border-color: #C5A4CC;
}
</style>