Shades of Orchid #E873DF
Tints of Orchid #E873DF
RGB
CMYK
RGB Variations
Color information
#E873DF (or 0xE873DF) is known color: Orchid. HEX triplet: E8, 73 and DF. RGB value is (232,115,223). Sum of RGB (Red+Green+Blue) = 232+115+223=570 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.70% from 570); Green value is 115 (45.31% from 255 or 20.18% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 232 - color contains mainly: red. Hex color #E873DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E873DF is #178C20. Grayscale: #A1A1A1. Windows color (decimal): -1543201 or 14644200. OLE color: 14644200.
HSL color Cylindrical-coordinate representation of color #E873DF: hue angle of 304.62º 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 #E873DF is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 115 | 223 | - |
| CMYK | 0 | 0.50 | 0.04 | 0.09 |
| HSL | 304.62º | 0.72% | 0.68% | - |
| HSV(B) | 304.62º | 0.5% | 0.91% | - |
| XYZ | 52.73 | 34.74 | 73.74 | - |
| YUV | 162.3 | 162.26 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 115 | 223 | 0 | 0.50 | 0.04 | 0.09 | 304.62 | 0.72 | 0.68 |
| Hex | E8 | 73 | DF | 0 | 32 | 4 | 9 | 131 | 48 | 44 |
| Octal | 350 | 163 | 337 | 0 | 62 | 4 | 11 | 461 | 110 | 104 |
| Binary | 11101000 | 1110011 | 11011111 | 0 | 110010 | 100 | 1001 | 100110001 | 1001000 | 1000100 |
Color Harmonies of #E873DF
Complementary color
Monochromatic Colors of #E873DF
Black with #E873DF
Text Example
Text Example
White with #E873DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E873DF; }
p { color: rgb(232,115,223); }
H1.HeaderClassName
{
color: #E873DF;
}
.AnyTagClassName
{
color: #E873DF;
}
</style>
background-color css
<style>
a { background-color: #E873DF; }
a { background-color: rgb(232,115,223); }
div.DivClassName
{
background-color: #E873DF;
}
.BgClassName
{
background-color: #E873DF;
}
</style>
border-color css
<style>
span { border-color: #E873DF; }
span { border-color: rgb(232,115,223); }
td.TdClassName
{
border-color: #E873DF;
}
.TagClassName
{
border-color: #E873DF;
}
</style>