Shades of Lily #C89BBA
Tints of Lily #C89BBA
RGB
CMYK
RGB Variations
Color information
#C89BBA (or 0xC89BBA) is known color: Lily. HEX triplet: C8, 9B and BA. RGB value is (200,155,186). Sum of RGB (Red+Green+Blue) = 200+155+186=541 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.97% from 541); Green value is 155 (60.94% from 255 or 28.65% from 541); Blue value is 186 (73.05% from 255 or 34.38% from 541); Max value from RGB is 200 - color contains mainly: red. Hex color #C89BBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C89BBA is #376445. Grayscale: #ABABAB. Windows color (decimal): -3630150 or 12229576. OLE color: 12229576.
HSL color Cylindrical-coordinate representation of color #C89BBA: hue angle of 318.67º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C89BBA is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 155 | 186 | - |
| CMYK | 0 | 0.22 | 0.07 | 0.22 |
| HSL | 318.67º | 0.29% | 0.7% | - |
| HSV(B) | 318.67º | 0.23% | 0.78% | - |
| XYZ | 44.4 | 39.27 | 51.69 | - |
| YUV | 171.99 | 135.91 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 155 | 186 | 0 | 0.22 | 0.07 | 0.22 | 318.67 | 0.29 | 0.7 |
| Hex | C8 | 9B | BA | 0 | 16 | 7 | 16 | 13F | 1D | 46 |
| Octal | 310 | 233 | 272 | 0 | 26 | 7 | 26 | 477 | 35 | 106 |
| Binary | 11001000 | 10011011 | 10111010 | 0 | 10110 | 111 | 10110 | 100111111 | 11101 | 1000110 |
Color Harmonies of #C89BBA
Complementary color
Monochromatic Colors of #C89BBA
Black with #C89BBA
Text Example
Text Example
White with #C89BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89BBA; }
p { color: rgb(200,155,186); }
H1.HeaderClassName
{
color: #C89BBA;
}
.AnyTagClassName
{
color: #C89BBA;
}
</style>
background-color css
<style>
a { background-color: #C89BBA; }
a { background-color: rgb(200,155,186); }
div.DivClassName
{
background-color: #C89BBA;
}
.BgClassName
{
background-color: #C89BBA;
}
</style>
border-color css
<style>
span { border-color: #C89BBA; }
span { border-color: rgb(200,155,186); }
td.TdClassName
{
border-color: #C89BBA;
}
.TagClassName
{
border-color: #C89BBA;
}
</style>