Shades of Lilac #C5A3CD
Tints of Lilac #C5A3CD
RGB
CMYK
RGB Variations
Color information
#C5A3CD (or 0xC5A3CD) is known color: Lilac. HEX triplet: C5, A3 and CD. RGB value is (197,163,205). Sum of RGB (Red+Green+Blue) = 197+163+205=565 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.87% from 565); Green value is 163 (64.06% from 255 or 28.85% from 565); Blue value is 205 (80.47% from 255 or 36.28% from 565); Max value from RGB is 205 - color contains mainly: blue. Hex color #C5A3CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A3CD is #3A5C32. Grayscale: #B1B1B1. Windows color (decimal): -3824691 or 13476805. OLE color: 13476805.
HSL color Cylindrical-coordinate representation of color #C5A3CD: hue angle of 288.57º degrees, saturation: 0.3, 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 #C5A3CD is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 163 | 205 | - |
| CMYK | 0.04 | 0.20 | 0 | 0.20 |
| HSL | 288.57º | 0.3% | 0.72% | - |
| HSV(B) | 288.57º | 0.2% | 0.8% | - |
| XYZ | 47.14 | 42.47 | 63.47 | - |
| YUV | 177.95 | 143.26 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 163 | 205 | 0.04 | 0.20 | 0 | 0.20 | 288.57 | 0.3 | 0.72 |
| Hex | C5 | A3 | CD | 4 | 14 | 0 | 14 | 121 | 1E | 48 |
| Octal | 305 | 243 | 315 | 4 | 24 | 0 | 24 | 441 | 36 | 110 |
| Binary | 11000101 | 10100011 | 11001101 | 100 | 10100 | 0 | 10100 | 100100001 | 11110 | 1001000 |
Color Harmonies of #C5A3CD
Complementary color
Monochromatic Colors of #C5A3CD
Black with #C5A3CD
Text Example
Text Example
White with #C5A3CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A3CD; }
p { color: rgb(197,163,205); }
H1.HeaderClassName
{
color: #C5A3CD;
}
.AnyTagClassName
{
color: #C5A3CD;
}
</style>
background-color css
<style>
a { background-color: #C5A3CD; }
a { background-color: rgb(197,163,205); }
div.DivClassName
{
background-color: #C5A3CD;
}
.BgClassName
{
background-color: #C5A3CD;
}
</style>
border-color css
<style>
span { border-color: #C5A3CD; }
span { border-color: rgb(197,163,205); }
td.TdClassName
{
border-color: #C5A3CD;
}
.TagClassName
{
border-color: #C5A3CD;
}
</style>