Shades of Lily #C89BBE
Tints of Lily #C89BBE
RGB
CMYK
RGB Variations
Color information
#C89BBE (or 0xC89BBE) is known color: Lily. HEX triplet: C8, 9B and BE. RGB value is (200,155,190). Sum of RGB (Red+Green+Blue) = 200+155+190=545 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.70% from 545); Green value is 155 (60.94% from 255 or 28.44% from 545); Blue value is 190 (74.61% from 255 or 34.86% from 545); Max value from RGB is 200 - color contains mainly: red. Hex color #C89BBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C89BBE is #376441. Grayscale: #ACACAC. Windows color (decimal): -3630146 or 12491720. OLE color: 12491720.
HSL color Cylindrical-coordinate representation of color #C89BBE: hue angle of 313.33º 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 #C89BBE is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 155 | 190 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.22 |
| HSL | 313.33º | 0.29% | 0.7% | - |
| HSV(B) | 313.33º | 0.23% | 0.78% | - |
| XYZ | 44.84 | 39.44 | 53.96 | - |
| YUV | 172.45 | 137.91 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 155 | 190 | 0 | 0.22 | 0.05 | 0.22 | 313.33 | 0.29 | 0.7 |
| Hex | C8 | 9B | BE | 0 | 16 | 5 | 16 | 139 | 1D | 46 |
| Octal | 310 | 233 | 276 | 0 | 26 | 5 | 26 | 471 | 35 | 106 |
| Binary | 11001000 | 10011011 | 10111110 | 0 | 10110 | 101 | 10110 | 100111001 | 11101 | 1000110 |
Color Harmonies of #C89BBE
Complementary color
Monochromatic Colors of #C89BBE
Black with #C89BBE
Text Example
Text Example
White with #C89BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89BBE; }
p { color: rgb(200,155,190); }
H1.HeaderClassName
{
color: #C89BBE;
}
.AnyTagClassName
{
color: #C89BBE;
}
</style>
background-color css
<style>
a { background-color: #C89BBE; }
a { background-color: rgb(200,155,190); }
div.DivClassName
{
background-color: #C89BBE;
}
.BgClassName
{
background-color: #C89BBE;
}
</style>
border-color css
<style>
span { border-color: #C89BBE; }
span { border-color: rgb(200,155,190); }
td.TdClassName
{
border-color: #C89BBE;
}
.TagClassName
{
border-color: #C89BBE;
}
</style>