Shades of Orchid #E875D0
Tints of Orchid #E875D0
RGB
CMYK
RGB Variations
Color information
#E875D0 (or 0xE875D0) is known color: Orchid. HEX triplet: E8, 75 and D0. RGB value is (232,117,208). Sum of RGB (Red+Green+Blue) = 232+117+208=557 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.65% from 557); Green value is 117 (46.09% from 255 or 21.01% from 557); Blue value is 208 (81.64% from 255 or 37.34% from 557); Max value from RGB is 232 - color contains mainly: red. Hex color #E875D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E875D0 is #178A2F. Grayscale: #A1A1A1. Windows color (decimal): -1542704 or 13661672. OLE color: 13661672.
HSL color Cylindrical-coordinate representation of color #E875D0: hue angle of 312.52º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E875D0 is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 117 | 208 | - |
| CMYK | 0 | 0.50 | 0.10 | 0.09 |
| HSL | 312.52º | 0.71% | 0.68% | - |
| HSV(B) | 312.52º | 0.5% | 0.91% | - |
| XYZ | 51.03 | 34.43 | 63.63 | - |
| YUV | 161.76 | 154.1 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 117 | 208 | 0 | 0.50 | 0.10 | 0.09 | 312.52 | 0.71 | 0.68 |
| Hex | E8 | 75 | D0 | 0 | 32 | A | 9 | 139 | 47 | 44 |
| Octal | 350 | 165 | 320 | 0 | 62 | 12 | 11 | 471 | 107 | 104 |
| Binary | 11101000 | 1110101 | 11010000 | 0 | 110010 | 1010 | 1001 | 100111001 | 1000111 | 1000100 |
Color Harmonies of #E875D0
Complementary color
Monochromatic Colors of #E875D0
Black with #E875D0
Text Example
Text Example
White with #E875D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E875D0; }
p { color: rgb(232,117,208); }
H1.HeaderClassName
{
color: #E875D0;
}
.AnyTagClassName
{
color: #E875D0;
}
</style>
background-color css
<style>
a { background-color: #E875D0; }
a { background-color: rgb(232,117,208); }
div.DivClassName
{
background-color: #E875D0;
}
.BgClassName
{
background-color: #E875D0;
}
</style>
border-color css
<style>
span { border-color: #E875D0; }
span { border-color: rgb(232,117,208); }
td.TdClassName
{
border-color: #E875D0;
}
.TagClassName
{
border-color: #E875D0;
}
</style>