Shades of Orchid #E86EDF
Tints of Orchid #E86EDF
RGB
CMYK
RGB Variations
Color information
#E86EDF (or 0xE86EDF) is known color: Orchid. HEX triplet: E8, 6E and DF. RGB value is (232,110,223). Sum of RGB (Red+Green+Blue) = 232+110+223=565 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.06% from 565); Green value is 110 (43.36% from 255 or 19.47% from 565); Blue value is 223 (87.5% from 255 or 39.47% from 565); Max value from RGB is 232 - color contains mainly: red. Hex color #E86EDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86EDF is #179120. Grayscale: #9F9F9F. Windows color (decimal): -1544481 or 14642920. OLE color: 14642920.
HSL color Cylindrical-coordinate representation of color #E86EDF: hue angle of 304.43º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E86EDF is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 110 | 223 | - |
| CMYK | 0 | 0.53 | 0.04 | 0.09 |
| HSL | 304.43º | 0.73% | 0.67% | - |
| HSV(B) | 304.43º | 0.53% | 0.91% | - |
| XYZ | 52.17 | 33.64 | 73.55 | - |
| YUV | 159.36 | 163.92 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 110 | 223 | 0 | 0.53 | 0.04 | 0.09 | 304.43 | 0.73 | 0.67 |
| Hex | E8 | 6E | DF | 0 | 35 | 4 | 9 | 130 | 49 | 43 |
| Octal | 350 | 156 | 337 | 0 | 65 | 4 | 11 | 460 | 111 | 103 |
| Binary | 11101000 | 1101110 | 11011111 | 0 | 110101 | 100 | 1001 | 100110000 | 1001001 | 1000011 |
Color Harmonies of #E86EDF
Complementary color
Monochromatic Colors of #E86EDF
Black with #E86EDF
Text Example
Text Example
White with #E86EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86EDF; }
p { color: rgb(232,110,223); }
H1.HeaderClassName
{
color: #E86EDF;
}
.AnyTagClassName
{
color: #E86EDF;
}
</style>
background-color css
<style>
a { background-color: #E86EDF; }
a { background-color: rgb(232,110,223); }
div.DivClassName
{
background-color: #E86EDF;
}
.BgClassName
{
background-color: #E86EDF;
}
</style>
border-color css
<style>
span { border-color: #E86EDF; }
span { border-color: rgb(232,110,223); }
td.TdClassName
{
border-color: #E86EDF;
}
.TagClassName
{
border-color: #E86EDF;
}
</style>