Shades of Lily #C58EBA
Tints of Lily #C58EBA
RGB
CMYK
RGB Variations
Color information
#C58EBA (or 0xC58EBA) is known color: Lily. HEX triplet: C5, 8E and BA. RGB value is (197,142,186). Sum of RGB (Red+Green+Blue) = 197+142+186=525 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.52% from 525); Green value is 142 (55.86% from 255 or 27.05% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 197 - color contains mainly: red. Hex color #C58EBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58EBA is #3A7145. Grayscale: #A3A3A3. Windows color (decimal): -3830086 or 12226245. OLE color: 12226245.
HSL color Cylindrical-coordinate representation of color #C58EBA: hue angle of 312º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C58EBA is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 142 | 186 | - |
| CMYK | 0 | 0.28 | 0.06 | 0.23 |
| HSL | 312º | 0.32% | 0.66% | - |
| HSV(B) | 312º | 0.28% | 0.77% | - |
| XYZ | 41.56 | 34.76 | 50.97 | - |
| YUV | 163.46 | 140.72 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 142 | 186 | 0 | 0.28 | 0.06 | 0.23 | 312 | 0.32 | 0.66 |
| Hex | C5 | 8E | BA | 0 | 1C | 6 | 17 | 138 | 20 | 42 |
| Octal | 305 | 216 | 272 | 0 | 34 | 6 | 27 | 470 | 40 | 102 |
| Binary | 11000101 | 10001110 | 10111010 | 0 | 11100 | 110 | 10111 | 100111000 | 100000 | 1000010 |
Color Harmonies of #C58EBA
Complementary color
Monochromatic Colors of #C58EBA
Black with #C58EBA
Text Example
Text Example
White with #C58EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58EBA; }
p { color: rgb(197,142,186); }
H1.HeaderClassName
{
color: #C58EBA;
}
.AnyTagClassName
{
color: #C58EBA;
}
</style>
background-color css
<style>
a { background-color: #C58EBA; }
a { background-color: rgb(197,142,186); }
div.DivClassName
{
background-color: #C58EBA;
}
.BgClassName
{
background-color: #C58EBA;
}
</style>
border-color css
<style>
span { border-color: #C58EBA; }
span { border-color: rgb(197,142,186); }
td.TdClassName
{
border-color: #C58EBA;
}
.TagClassName
{
border-color: #C58EBA;
}
</style>