Shades of Orchid #E877DF
Tints of Orchid #E877DF
RGB
CMYK
RGB Variations
Color information
#E877DF (or 0xE877DF) is known color: Orchid. HEX triplet: E8, 77 and DF. RGB value is (232,119,223). Sum of RGB (Red+Green+Blue) = 232+119+223=574 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.42% from 574); Green value is 119 (46.88% from 255 or 20.73% from 574); Blue value is 223 (87.5% from 255 or 38.85% from 574); Max value from RGB is 232 - color contains mainly: red. Hex color #E877DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E877DF is #178820. Grayscale: #A4A4A4. Windows color (decimal): -1542177 or 14645224. OLE color: 14645224.
HSL color Cylindrical-coordinate representation of color #E877DF: hue angle of 304.78º 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 #E877DF is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 119 | 223 | - |
| CMYK | 0 | 0.49 | 0.04 | 0.09 |
| HSL | 304.78º | 0.71% | 0.69% | - |
| HSV(B) | 304.78º | 0.49% | 0.91% | - |
| XYZ | 53.19 | 35.68 | 73.89 | - |
| YUV | 164.64 | 160.94 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 119 | 223 | 0 | 0.49 | 0.04 | 0.09 | 304.78 | 0.71 | 0.69 |
| Hex | E8 | 77 | DF | 0 | 31 | 4 | 9 | 131 | 47 | 45 |
| Octal | 350 | 167 | 337 | 0 | 61 | 4 | 11 | 461 | 107 | 105 |
| Binary | 11101000 | 1110111 | 11011111 | 0 | 110001 | 100 | 1001 | 100110001 | 1000111 | 1000101 |
Color Harmonies of #E877DF
Complementary color
Monochromatic Colors of #E877DF
Black with #E877DF
Text Example
Text Example
White with #E877DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E877DF; }
p { color: rgb(232,119,223); }
H1.HeaderClassName
{
color: #E877DF;
}
.AnyTagClassName
{
color: #E877DF;
}
</style>
background-color css
<style>
a { background-color: #E877DF; }
a { background-color: rgb(232,119,223); }
div.DivClassName
{
background-color: #E877DF;
}
.BgClassName
{
background-color: #E877DF;
}
</style>
border-color css
<style>
span { border-color: #E877DF; }
span { border-color: rgb(232,119,223); }
td.TdClassName
{
border-color: #E877DF;
}
.TagClassName
{
border-color: #E877DF;
}
</style>