Shades of Orchid #E875D5
Tints of Orchid #E875D5
RGB
CMYK
RGB Variations
Color information
#E875D5 (or 0xE875D5) is known color: Orchid. HEX triplet: E8, 75 and D5. RGB value is (232,117,213). Sum of RGB (Red+Green+Blue) = 232+117+213=562 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.28% from 562); Green value is 117 (46.09% from 255 or 20.82% from 562); Blue value is 213 (83.59% from 255 or 37.90% from 562); Max value from RGB is 232 - color contains mainly: red. Hex color #E875D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E875D5 is #178A2A. Grayscale: #A2A2A2. Windows color (decimal): -1542699 or 13989352. OLE color: 13989352.
HSL color Cylindrical-coordinate representation of color #E875D5: hue angle of 309.91º 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 #E875D5 is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 117 | 213 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.09 |
| HSL | 309.91º | 0.71% | 0.68% | - |
| HSV(B) | 309.91º | 0.5% | 0.91% | - |
| XYZ | 51.65 | 34.68 | 66.92 | - |
| YUV | 162.33 | 156.6 | 177.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 117 | 213 | 0 | 0.50 | 0.08 | 0.09 | 309.91 | 0.71 | 0.68 |
| Hex | E8 | 75 | D5 | 0 | 32 | 8 | 9 | 136 | 47 | 44 |
| Octal | 350 | 165 | 325 | 0 | 62 | 10 | 11 | 466 | 107 | 104 |
| Binary | 11101000 | 1110101 | 11010101 | 0 | 110010 | 1000 | 1001 | 100110110 | 1000111 | 1000100 |
Color Harmonies of #E875D5
Complementary color
Monochromatic Colors of #E875D5
Black with #E875D5
Text Example
Text Example
White with #E875D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E875D5; }
p { color: rgb(232,117,213); }
H1.HeaderClassName
{
color: #E875D5;
}
.AnyTagClassName
{
color: #E875D5;
}
</style>
background-color css
<style>
a { background-color: #E875D5; }
a { background-color: rgb(232,117,213); }
div.DivClassName
{
background-color: #E875D5;
}
.BgClassName
{
background-color: #E875D5;
}
</style>
border-color css
<style>
span { border-color: #E875D5; }
span { border-color: rgb(232,117,213); }
td.TdClassName
{
border-color: #E875D5;
}
.TagClassName
{
border-color: #E875D5;
}
</style>