Shades of Orchid #E875D1
Tints of Orchid #E875D1
RGB
CMYK
RGB Variations
Color information
#E875D1 (or 0xE875D1) is known color: Orchid. HEX triplet: E8, 75 and D1. RGB value is (232,117,209). Sum of RGB (Red+Green+Blue) = 232+117+209=558 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.58% from 558); Green value is 117 (46.09% from 255 or 20.97% from 558); Blue value is 209 (82.03% from 255 or 37.46% from 558); Max value from RGB is 232 - color contains mainly: red. Hex color #E875D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E875D1 is #178A2E. Grayscale: #A1A1A1. Windows color (decimal): -1542703 or 13727208. OLE color: 13727208.
HSL color Cylindrical-coordinate representation of color #E875D1: hue angle of 312º 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 #E875D1 is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 117 | 209 | - |
| CMYK | 0 | 0.50 | 0.10 | 0.09 |
| HSL | 312º | 0.71% | 0.68% | - |
| HSV(B) | 312º | 0.5% | 0.91% | - |
| XYZ | 51.15 | 34.48 | 64.28 | - |
| YUV | 161.87 | 154.6 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 117 | 209 | 0 | 0.50 | 0.10 | 0.09 | 312 | 0.71 | 0.68 |
| Hex | E8 | 75 | D1 | 0 | 32 | A | 9 | 138 | 47 | 44 |
| Octal | 350 | 165 | 321 | 0 | 62 | 12 | 11 | 470 | 107 | 104 |
| Binary | 11101000 | 1110101 | 11010001 | 0 | 110010 | 1010 | 1001 | 100111000 | 1000111 | 1000100 |
Color Harmonies of #E875D1
Complementary color
Monochromatic Colors of #E875D1
Black with #E875D1
Text Example
Text Example
White with #E875D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E875D1; }
p { color: rgb(232,117,209); }
H1.HeaderClassName
{
color: #E875D1;
}
.AnyTagClassName
{
color: #E875D1;
}
</style>
background-color css
<style>
a { background-color: #E875D1; }
a { background-color: rgb(232,117,209); }
div.DivClassName
{
background-color: #E875D1;
}
.BgClassName
{
background-color: #E875D1;
}
</style>
border-color css
<style>
span { border-color: #E875D1; }
span { border-color: rgb(232,117,209); }
td.TdClassName
{
border-color: #E875D1;
}
.TagClassName
{
border-color: #E875D1;
}
</style>