Shades of Lily #C19EBA
Tints of Lily #C19EBA
RGB
CMYK
RGB Variations
Color information
#C19EBA (or 0xC19EBA) is known color: Lily. HEX triplet: C1, 9E and BA. RGB value is (193,158,186). Sum of RGB (Red+Green+Blue) = 193+158+186=537 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.94% from 537); Green value is 158 (62.11% from 255 or 29.42% from 537); Blue value is 186 (73.05% from 255 or 34.64% from 537); Max value from RGB is 193 - color contains mainly: red. Hex color #C19EBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19EBA is #3E6145. Grayscale: #ABABAB. Windows color (decimal): -4088134 or 12230337. OLE color: 12230337.
HSL color Cylindrical-coordinate representation of color #C19EBA: hue angle of 312º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C19EBA is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 158 | 186 | - |
| CMYK | 0 | 0.18 | 0.04 | 0.24 |
| HSL | 312º | 0.22% | 0.69% | - |
| HSV(B) | 312º | 0.18% | 0.76% | - |
| XYZ | 43.08 | 39.34 | 51.78 | - |
| YUV | 171.66 | 136.1 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 158 | 186 | 0 | 0.18 | 0.04 | 0.24 | 312 | 0.22 | 0.69 |
| Hex | C1 | 9E | BA | 0 | 12 | 4 | 18 | 138 | 16 | 45 |
| Octal | 301 | 236 | 272 | 0 | 22 | 4 | 30 | 470 | 26 | 105 |
| Binary | 11000001 | 10011110 | 10111010 | 0 | 10010 | 100 | 11000 | 100111000 | 10110 | 1000101 |
Color Harmonies of #C19EBA
Complementary color
Monochromatic Colors of #C19EBA
Black with #C19EBA
Text Example
Text Example
White with #C19EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19EBA; }
p { color: rgb(193,158,186); }
H1.HeaderClassName
{
color: #C19EBA;
}
.AnyTagClassName
{
color: #C19EBA;
}
</style>
background-color css
<style>
a { background-color: #C19EBA; }
a { background-color: rgb(193,158,186); }
div.DivClassName
{
background-color: #C19EBA;
}
.BgClassName
{
background-color: #C19EBA;
}
</style>
border-color css
<style>
span { border-color: #C19EBA; }
span { border-color: rgb(193,158,186); }
td.TdClassName
{
border-color: #C19EBA;
}
.TagClassName
{
border-color: #C19EBA;
}
</style>