Shades of Lily #C89EBA
Tints of Lily #C89EBA
RGB
CMYK
RGB Variations
Color information
#C89EBA (or 0xC89EBA) is known color: Lily. HEX triplet: C8, 9E and BA. RGB value is (200,158,186). Sum of RGB (Red+Green+Blue) = 200+158+186=544 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.76% from 544); Green value is 158 (62.11% from 255 or 29.04% from 544); Blue value is 186 (73.05% from 255 or 34.19% from 544); Max value from RGB is 200 - color contains mainly: red. Hex color #C89EBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C89EBA is #376145. Grayscale: #ADADAD. Windows color (decimal): -3629382 or 12230344. OLE color: 12230344.
HSL color Cylindrical-coordinate representation of color #C89EBA: hue angle of 320º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C89EBA is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 158 | 186 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.22 |
| HSL | 320º | 0.28% | 0.7% | - |
| HSV(B) | 320º | 0.21% | 0.78% | - |
| XYZ | 44.91 | 40.28 | 51.86 | - |
| YUV | 173.75 | 134.91 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 158 | 186 | 0 | 0.21 | 0.07 | 0.22 | 320 | 0.28 | 0.7 |
| Hex | C8 | 9E | BA | 0 | 15 | 7 | 16 | 140 | 1C | 46 |
| Octal | 310 | 236 | 272 | 0 | 25 | 7 | 26 | 500 | 34 | 106 |
| Binary | 11001000 | 10011110 | 10111010 | 0 | 10101 | 111 | 10110 | 101000000 | 11100 | 1000110 |
Color Harmonies of #C89EBA
Complementary color
Monochromatic Colors of #C89EBA
Black with #C89EBA
Text Example
Text Example
White with #C89EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89EBA; }
p { color: rgb(200,158,186); }
H1.HeaderClassName
{
color: #C89EBA;
}
.AnyTagClassName
{
color: #C89EBA;
}
</style>
background-color css
<style>
a { background-color: #C89EBA; }
a { background-color: rgb(200,158,186); }
div.DivClassName
{
background-color: #C89EBA;
}
.BgClassName
{
background-color: #C89EBA;
}
</style>
border-color css
<style>
span { border-color: #C89EBA; }
span { border-color: rgb(200,158,186); }
td.TdClassName
{
border-color: #C89EBA;
}
.TagClassName
{
border-color: #C89EBA;
}
</style>