Shades of Orchid #E873D6
Tints of Orchid #E873D6
RGB
CMYK
RGB Variations
Color information
#E873D6 (or 0xE873D6) is known color: Orchid. HEX triplet: E8, 73 and D6. RGB value is (232,115,214). Sum of RGB (Red+Green+Blue) = 232+115+214=561 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.35% from 561); Green value is 115 (45.31% from 255 or 20.50% from 561); Blue value is 214 (83.98% from 255 or 38.15% from 561); Max value from RGB is 232 - color contains mainly: red. Hex color #E873D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E873D6 is #178C29. Grayscale: #A0A0A0. Windows color (decimal): -1543210 or 14054376. OLE color: 14054376.
HSL color Cylindrical-coordinate representation of color #E873D6: hue angle of 309.23º degrees, saturation: 0.72, 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 #E873D6 is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 115 | 214 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.09 |
| HSL | 309.23º | 0.72% | 0.68% | - |
| HSV(B) | 309.23º | 0.5% | 0.91% | - |
| XYZ | 51.55 | 34.27 | 67.52 | - |
| YUV | 161.27 | 157.76 | 178.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 115 | 214 | 0 | 0.50 | 0.08 | 0.09 | 309.23 | 0.72 | 0.68 |
| Hex | E8 | 73 | D6 | 0 | 32 | 8 | 9 | 135 | 48 | 44 |
| Octal | 350 | 163 | 326 | 0 | 62 | 10 | 11 | 465 | 110 | 104 |
| Binary | 11101000 | 1110011 | 11010110 | 0 | 110010 | 1000 | 1001 | 100110101 | 1001000 | 1000100 |
Color Harmonies of #E873D6
Complementary color
Monochromatic Colors of #E873D6
Black with #E873D6
Text Example
Text Example
White with #E873D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E873D6; }
p { color: rgb(232,115,214); }
H1.HeaderClassName
{
color: #E873D6;
}
.AnyTagClassName
{
color: #E873D6;
}
</style>
background-color css
<style>
a { background-color: #E873D6; }
a { background-color: rgb(232,115,214); }
div.DivClassName
{
background-color: #E873D6;
}
.BgClassName
{
background-color: #E873D6;
}
</style>
border-color css
<style>
span { border-color: #E873D6; }
span { border-color: rgb(232,115,214); }
td.TdClassName
{
border-color: #E873D6;
}
.TagClassName
{
border-color: #E873D6;
}
</style>