Shades of Lily #C89BBD
Tints of Lily #C89BBD
RGB
CMYK
RGB Variations
Color information
#C89BBD (or 0xC89BBD) is known color: Lily. HEX triplet: C8, 9B and BD. RGB value is (200,155,189). Sum of RGB (Red+Green+Blue) = 200+155+189=544 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.76% from 544); Green value is 155 (60.94% from 255 or 28.49% from 544); Blue value is 189 (74.22% from 255 or 34.74% from 544); Max value from RGB is 200 - color contains mainly: red. Hex color #C89BBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C89BBD is #376442. Grayscale: #ACACAC. Windows color (decimal): -3630147 or 12426184. OLE color: 12426184.
HSL color Cylindrical-coordinate representation of color #C89BBD: hue angle of 314.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 #C89BBD is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 155 | 189 | - |
| CMYK | 0 | 0.22 | 0.06 | 0.22 |
| HSL | 314.67º | 0.29% | 0.7% | - |
| HSV(B) | 314.67º | 0.23% | 0.78% | - |
| XYZ | 44.73 | 39.4 | 53.39 | - |
| YUV | 172.33 | 137.41 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 155 | 189 | 0 | 0.22 | 0.06 | 0.22 | 314.67 | 0.29 | 0.7 |
| Hex | C8 | 9B | BD | 0 | 16 | 6 | 16 | 13B | 1D | 46 |
| Octal | 310 | 233 | 275 | 0 | 26 | 6 | 26 | 473 | 35 | 106 |
| Binary | 11001000 | 10011011 | 10111101 | 0 | 10110 | 110 | 10110 | 100111011 | 11101 | 1000110 |
Color Harmonies of #C89BBD
Complementary color
Monochromatic Colors of #C89BBD
Black with #C89BBD
Text Example
Text Example
White with #C89BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89BBD; }
p { color: rgb(200,155,189); }
H1.HeaderClassName
{
color: #C89BBD;
}
.AnyTagClassName
{
color: #C89BBD;
}
</style>
background-color css
<style>
a { background-color: #C89BBD; }
a { background-color: rgb(200,155,189); }
div.DivClassName
{
background-color: #C89BBD;
}
.BgClassName
{
background-color: #C89BBD;
}
</style>
border-color css
<style>
span { border-color: #C89BBD; }
span { border-color: rgb(200,155,189); }
td.TdClassName
{
border-color: #C89BBD;
}
.TagClassName
{
border-color: #C89BBD;
}
</style>