Shades of Orchid #E875D4
Tints of Orchid #E875D4
RGB
CMYK
RGB Variations
Color information
#E875D4 (or 0xE875D4) is known color: Orchid. HEX triplet: E8, 75 and D4. RGB value is (232,117,212). Sum of RGB (Red+Green+Blue) = 232+117+212=561 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.35% from 561); Green value is 117 (46.09% from 255 or 20.86% from 561); Blue value is 212 (83.20% from 255 or 37.79% from 561); Max value from RGB is 232 - color contains mainly: red. Hex color #E875D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E875D4 is #178A2B. Grayscale: #A1A1A1. Windows color (decimal): -1542700 or 13923816. OLE color: 13923816.
HSL color Cylindrical-coordinate representation of color #E875D4: hue angle of 310.43º 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 #E875D4 is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 117 | 212 | - |
| CMYK | 0 | 0.50 | 0.09 | 0.09 |
| HSL | 310.43º | 0.71% | 0.68% | - |
| HSV(B) | 310.43º | 0.5% | 0.91% | - |
| XYZ | 51.52 | 34.63 | 66.26 | - |
| YUV | 162.22 | 156.1 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 117 | 212 | 0 | 0.50 | 0.09 | 0.09 | 310.43 | 0.71 | 0.68 |
| Hex | E8 | 75 | D4 | 0 | 32 | 9 | 9 | 136 | 47 | 44 |
| Octal | 350 | 165 | 324 | 0 | 62 | 11 | 11 | 466 | 107 | 104 |
| Binary | 11101000 | 1110101 | 11010100 | 0 | 110010 | 1001 | 1001 | 100110110 | 1000111 | 1000100 |
Color Harmonies of #E875D4
Complementary color
Monochromatic Colors of #E875D4
Black with #E875D4
Text Example
Text Example
White with #E875D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E875D4; }
p { color: rgb(232,117,212); }
H1.HeaderClassName
{
color: #E875D4;
}
.AnyTagClassName
{
color: #E875D4;
}
</style>
background-color css
<style>
a { background-color: #E875D4; }
a { background-color: rgb(232,117,212); }
div.DivClassName
{
background-color: #E875D4;
}
.BgClassName
{
background-color: #E875D4;
}
</style>
border-color css
<style>
span { border-color: #E875D4; }
span { border-color: rgb(232,117,212); }
td.TdClassName
{
border-color: #E875D4;
}
.TagClassName
{
border-color: #E875D4;
}
</style>