Shades of Lilac #C58ABD
Tints of Lilac #C58ABD
RGB
CMYK
RGB Variations
Color information
#C58ABD (or 0xC58ABD) is known color: Lilac. HEX triplet: C5, 8A and BD. RGB value is (197,138,189). Sum of RGB (Red+Green+Blue) = 197+138+189=524 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.60% from 524); Green value is 138 (54.30% from 255 or 26.34% from 524); Blue value is 189 (74.22% from 255 or 36.07% from 524); Max value from RGB is 197 - color contains mainly: red. Hex color #C58ABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58ABD is #3A7542. Grayscale: #A1A1A1. Windows color (decimal): -3831107 or 12421829. OLE color: 12421829.
HSL color Cylindrical-coordinate representation of color #C58ABD: hue angle of 308.14º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C58ABD is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
RGB | 197 | 138 | 189 | - |
CMYK | 0 | 0.30 | 0.04 | 0.23 |
HSL | 308.14º | 0.34% | 0.66% | - |
HSV(B) | 308.14º | 0.3% | 0.77% | - |
XYZ | 41.3 | 33.72 | 52.48 | - |
YUV | 161.46 | 143.55 | 153.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 138 | 189 | 0 | 0.30 | 0.04 | 0.23 | 308.14 | 0.34 | 0.66 |
Hex | C5 | 8A | BD | 0 | 1E | 4 | 17 | 134 | 22 | 42 |
Octal | 305 | 212 | 275 | 0 | 36 | 4 | 27 | 464 | 42 | 102 |
Binary | 11000101 | 10001010 | 10111101 | 0 | 11110 | 100 | 10111 | 100110100 | 100010 | 1000010 |
Color Harmonies of #C58ABD
Complementary color
Monochromatic Colors of #C58ABD
Black with #C58ABD
Text Example
Text Example
White with #C58ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58ABD; }
p { color: rgb(197,138,189); }
H1.HeaderClassName
{
color: #C58ABD;
}
.AnyTagClassName
{
color: #C58ABD;
}
</style>
background-color css
<style>
a { background-color: #C58ABD; }
a { background-color: rgb(197,138,189); }
div.DivClassName
{
background-color: #C58ABD;
}
.BgClassName
{
background-color: #C58ABD;
}
</style>
border-color css
<style>
span { border-color: #C58ABD; }
span { border-color: rgb(197,138,189); }
td.TdClassName
{
border-color: #C58ABD;
}
.TagClassName
{
border-color: #C58ABD;
}
</style>