Shades of Lilac #C5A8C3
Tints of Lilac #C5A8C3
RGB
CMYK
RGB Variations
Color information
#C5A8C3 (or 0xC5A8C3) is known color: Lilac. HEX triplet: C5, A8 and C3. RGB value is (197,168,195). Sum of RGB (Red+Green+Blue) = 197+168+195=560 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.18% from 560); Green value is 168 (66.02% from 255 or 30% from 560); Blue value is 195 (76.56% from 255 or 34.82% from 560); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A8C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A8C3 is #3A573C. Grayscale: #B3B3B3. Windows color (decimal): -3823421 or 12822725. OLE color: 12822725.
HSL color Cylindrical-coordinate representation of color #C5A8C3: hue angle of 304.14º degrees, saturation: 0.2, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C5A8C3 is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 168 | 195 | - |
| CMYK | 0 | 0.15 | 0.01 | 0.23 |
| HSL | 304.14º | 0.2% | 0.72% | - |
| HSV(B) | 304.14º | 0.15% | 0.77% | - |
| XYZ | 46.88 | 43.82 | 57.62 | - |
| YUV | 179.75 | 136.61 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 168 | 195 | 0 | 0.15 | 0.01 | 0.23 | 304.14 | 0.2 | 0.72 |
| Hex | C5 | A8 | C3 | 0 | F | 1 | 17 | 130 | 14 | 48 |
| Octal | 305 | 250 | 303 | 0 | 17 | 1 | 27 | 460 | 24 | 110 |
| Binary | 11000101 | 10101000 | 11000011 | 0 | 1111 | 1 | 10111 | 100110000 | 10100 | 1001000 |
Color Harmonies of #C5A8C3
Complementary color
Monochromatic Colors of #C5A8C3
Black with #C5A8C3
Text Example
Text Example
White with #C5A8C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A8C3; }
p { color: rgb(197,168,195); }
H1.HeaderClassName
{
color: #C5A8C3;
}
.AnyTagClassName
{
color: #C5A8C3;
}
</style>
background-color css
<style>
a { background-color: #C5A8C3; }
a { background-color: rgb(197,168,195); }
div.DivClassName
{
background-color: #C5A8C3;
}
.BgClassName
{
background-color: #C5A8C3;
}
</style>
border-color css
<style>
span { border-color: #C5A8C3; }
span { border-color: rgb(197,168,195); }
td.TdClassName
{
border-color: #C5A8C3;
}
.TagClassName
{
border-color: #C5A8C3;
}
</style>