Shades of Orchid #E86ECF
Tints of Orchid #E86ECF
RGB
CMYK
RGB Variations
Color information
#E86ECF (or 0xE86ECF) is known color: Orchid. HEX triplet: E8, 6E and CF. RGB value is (232,110,207). Sum of RGB (Red+Green+Blue) = 232+110+207=549 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.26% from 549); Green value is 110 (43.36% from 255 or 20.04% from 549); Blue value is 207 (81.25% from 255 or 37.70% from 549); Max value from RGB is 232 - color contains mainly: red. Hex color #E86ECF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86ECF is #179130. Grayscale: #9D9D9D. Windows color (decimal): -1544497 or 13594344. OLE color: 13594344.
HSL color Cylindrical-coordinate representation of color #E86ECF: hue angle of 312.3º 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 #E86ECF is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 110 | 207 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.09 |
| HSL | 312.3º | 0.73% | 0.67% | - |
| HSV(B) | 312.3º | 0.53% | 0.91% | - |
| XYZ | 50.12 | 32.81 | 62.72 | - |
| YUV | 157.54 | 155.92 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 110 | 207 | 0 | 0.53 | 0.11 | 0.09 | 312.3 | 0.73 | 0.67 |
| Hex | E8 | 6E | CF | 0 | 35 | B | 9 | 138 | 49 | 43 |
| Octal | 350 | 156 | 317 | 0 | 65 | 13 | 11 | 470 | 111 | 103 |
| Binary | 11101000 | 1101110 | 11001111 | 0 | 110101 | 1011 | 1001 | 100111000 | 1001001 | 1000011 |
Color Harmonies of #E86ECF
Complementary color
Monochromatic Colors of #E86ECF
Black with #E86ECF
Text Example
Text Example
White with #E86ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86ECF; }
p { color: rgb(232,110,207); }
H1.HeaderClassName
{
color: #E86ECF;
}
.AnyTagClassName
{
color: #E86ECF;
}
</style>
background-color css
<style>
a { background-color: #E86ECF; }
a { background-color: rgb(232,110,207); }
div.DivClassName
{
background-color: #E86ECF;
}
.BgClassName
{
background-color: #E86ECF;
}
</style>
border-color css
<style>
span { border-color: #E86ECF; }
span { border-color: rgb(232,110,207); }
td.TdClassName
{
border-color: #E86ECF;
}
.TagClassName
{
border-color: #E86ECF;
}
</style>