Shades of Lily #C89ABD
Tints of Lily #C89ABD
RGB
CMYK
RGB Variations
Color information
#C89ABD (or 0xC89ABD) is known color: Lily. HEX triplet: C8, 9A and BD. RGB value is (200,154,189). Sum of RGB (Red+Green+Blue) = 200+154+189=543 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.83% from 543); Green value is 154 (60.55% from 255 or 28.36% from 543); Blue value is 189 (74.22% from 255 or 34.81% from 543); Max value from RGB is 200 - color contains mainly: red. Hex color #C89ABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C89ABD is #376542. Grayscale: #ABABAB. Windows color (decimal): -3630403 or 12425928. OLE color: 12425928.
HSL color Cylindrical-coordinate representation of color #C89ABD: hue angle of 314.35º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C89ABD is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 154 | 189 | - |
| CMYK | 0 | 0.23 | 0.06 | 0.22 |
| HSL | 314.35º | 0.29% | 0.69% | - |
| HSV(B) | 314.35º | 0.23% | 0.78% | - |
| XYZ | 44.56 | 39.06 | 53.34 | - |
| YUV | 171.74 | 137.74 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 154 | 189 | 0 | 0.23 | 0.06 | 0.22 | 314.35 | 0.29 | 0.69 |
| Hex | C8 | 9A | BD | 0 | 17 | 6 | 16 | 13A | 1D | 45 |
| Octal | 310 | 232 | 275 | 0 | 27 | 6 | 26 | 472 | 35 | 105 |
| Binary | 11001000 | 10011010 | 10111101 | 0 | 10111 | 110 | 10110 | 100111010 | 11101 | 1000101 |
Color Harmonies of #C89ABD
Complementary color
Monochromatic Colors of #C89ABD
Black with #C89ABD
Text Example
Text Example
White with #C89ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89ABD; }
p { color: rgb(200,154,189); }
H1.HeaderClassName
{
color: #C89ABD;
}
.AnyTagClassName
{
color: #C89ABD;
}
</style>
background-color css
<style>
a { background-color: #C89ABD; }
a { background-color: rgb(200,154,189); }
div.DivClassName
{
background-color: #C89ABD;
}
.BgClassName
{
background-color: #C89ABD;
}
</style>
border-color css
<style>
span { border-color: #C89ABD; }
span { border-color: rgb(200,154,189); }
td.TdClassName
{
border-color: #C89ABD;
}
.TagClassName
{
border-color: #C89ABD;
}
</style>