Shades of Orchid #E877DB
Tints of Orchid #E877DB
RGB
CMYK
RGB Variations
Color information
#E877DB (or 0xE877DB) is known color: Orchid. HEX triplet: E8, 77 and DB. RGB value is (232,119,219). Sum of RGB (Red+Green+Blue) = 232+119+219=570 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.70% from 570); Green value is 119 (46.88% from 255 or 20.88% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 232 - color contains mainly: red. Hex color #E877DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E877DB is #178824. Grayscale: #A3A3A3. Windows color (decimal): -1542181 or 14383080. OLE color: 14383080.
HSL color Cylindrical-coordinate representation of color #E877DB: hue angle of 306.9º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E877DB is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 119 | 219 | - |
| CMYK | 0 | 0.49 | 0.06 | 0.09 |
| HSL | 306.9º | 0.71% | 0.69% | - |
| HSV(B) | 306.9º | 0.49% | 0.91% | - |
| XYZ | 52.66 | 35.46 | 71.09 | - |
| YUV | 164.19 | 158.94 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 119 | 219 | 0 | 0.49 | 0.06 | 0.09 | 306.9 | 0.71 | 0.69 |
| Hex | E8 | 77 | DB | 0 | 31 | 6 | 9 | 133 | 47 | 45 |
| Octal | 350 | 167 | 333 | 0 | 61 | 6 | 11 | 463 | 107 | 105 |
| Binary | 11101000 | 1110111 | 11011011 | 0 | 110001 | 110 | 1001 | 100110011 | 1000111 | 1000101 |
Color Harmonies of #E877DB
Complementary color
Monochromatic Colors of #E877DB
Black with #E877DB
Text Example
Text Example
White with #E877DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E877DB; }
p { color: rgb(232,119,219); }
H1.HeaderClassName
{
color: #E877DB;
}
.AnyTagClassName
{
color: #E877DB;
}
</style>
background-color css
<style>
a { background-color: #E877DB; }
a { background-color: rgb(232,119,219); }
div.DivClassName
{
background-color: #E877DB;
}
.BgClassName
{
background-color: #E877DB;
}
</style>
border-color css
<style>
span { border-color: #E877DB; }
span { border-color: rgb(232,119,219); }
td.TdClassName
{
border-color: #E877DB;
}
.TagClassName
{
border-color: #E877DB;
}
</style>