Shades of Lily #C885B9
Tints of Lily #C885B9
RGB
CMYK
RGB Variations
Color information
#C885B9 (or 0xC885B9) is known color: Lily. HEX triplet: C8, 85 and B9. RGB value is (200,133,185). Sum of RGB (Red+Green+Blue) = 200+133+185=518 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.61% from 518); Green value is 133 (52.34% from 255 or 25.68% from 518); Blue value is 185 (72.66% from 255 or 35.71% from 518); Max value from RGB is 200 - color contains mainly: red. Hex color #C885B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C885B9 is #377A46. Grayscale: #9E9E9E. Windows color (decimal): -3635783 or 12158408. OLE color: 12158408.
HSL color Cylindrical-coordinate representation of color #C885B9: hue angle of 313.43º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C885B9 is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 133 | 185 | - |
| CMYK | 0 | 0.34 | 0.08 | 0.22 |
| HSL | 313.43º | 0.38% | 0.65% | - |
| HSV(B) | 313.43º | 0.34% | 0.78% | - |
| XYZ | 40.96 | 32.56 | 50.02 | - |
| YUV | 158.96 | 142.7 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 133 | 185 | 0 | 0.34 | 0.08 | 0.22 | 313.43 | 0.38 | 0.65 |
| Hex | C8 | 85 | B9 | 0 | 22 | 8 | 16 | 139 | 26 | 41 |
| Octal | 310 | 205 | 271 | 0 | 42 | 10 | 26 | 471 | 46 | 101 |
| Binary | 11001000 | 10000101 | 10111001 | 0 | 100010 | 1000 | 10110 | 100111001 | 100110 | 1000001 |
Color Harmonies of #C885B9
Complementary color
Monochromatic Colors of #C885B9
Black with #C885B9
Text Example
Text Example
White with #C885B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C885B9; }
p { color: rgb(200,133,185); }
H1.HeaderClassName
{
color: #C885B9;
}
.AnyTagClassName
{
color: #C885B9;
}
</style>
background-color css
<style>
a { background-color: #C885B9; }
a { background-color: rgb(200,133,185); }
div.DivClassName
{
background-color: #C885B9;
}
.BgClassName
{
background-color: #C885B9;
}
</style>
border-color css
<style>
span { border-color: #C885B9; }
span { border-color: rgb(200,133,185); }
td.TdClassName
{
border-color: #C885B9;
}
.TagClassName
{
border-color: #C885B9;
}
</style>