Shades of Lily #C58ABA
Tints of Lily #C58ABA
RGB
CMYK
RGB Variations
Color information
#C58ABA (or 0xC58ABA) is known color: Lily. HEX triplet: C5, 8A and BA. RGB value is (197,138,186). Sum of RGB (Red+Green+Blue) = 197+138+186=521 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.81% from 521); Green value is 138 (54.30% from 255 or 26.49% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 197 - color contains mainly: red. Hex color #C58ABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58ABA is #3A7545. Grayscale: #A0A0A0. Windows color (decimal): -3831110 or 12225221. OLE color: 12225221.
HSL color Cylindrical-coordinate representation of color #C58ABA: hue angle of 311.19º 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 #C58ABA is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 138 | 186 | - |
| CMYK | 0 | 0.30 | 0.06 | 0.23 |
| HSL | 311.19º | 0.34% | 0.66% | - |
| HSV(B) | 311.19º | 0.3% | 0.77% | - |
| XYZ | 40.98 | 33.59 | 50.78 | - |
| YUV | 161.11 | 142.05 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 138 | 186 | 0 | 0.30 | 0.06 | 0.23 | 311.19 | 0.34 | 0.66 |
| Hex | C5 | 8A | BA | 0 | 1E | 6 | 17 | 137 | 22 | 42 |
| Octal | 305 | 212 | 272 | 0 | 36 | 6 | 27 | 467 | 42 | 102 |
| Binary | 11000101 | 10001010 | 10111010 | 0 | 11110 | 110 | 10111 | 100110111 | 100010 | 1000010 |
Color Harmonies of #C58ABA
Complementary color
Monochromatic Colors of #C58ABA
Black with #C58ABA
Text Example
Text Example
White with #C58ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58ABA; }
p { color: rgb(197,138,186); }
H1.HeaderClassName
{
color: #C58ABA;
}
.AnyTagClassName
{
color: #C58ABA;
}
</style>
background-color css
<style>
a { background-color: #C58ABA; }
a { background-color: rgb(197,138,186); }
div.DivClassName
{
background-color: #C58ABA;
}
.BgClassName
{
background-color: #C58ABA;
}
</style>
border-color css
<style>
span { border-color: #C58ABA; }
span { border-color: rgb(197,138,186); }
td.TdClassName
{
border-color: #C58ABA;
}
.TagClassName
{
border-color: #C58ABA;
}
</style>