Shades of Orchid #E86ECD
Tints of Orchid #E86ECD
RGB
CMYK
RGB Variations
Color information
#E86ECD (or 0xE86ECD) is known color: Orchid. HEX triplet: E8, 6E and CD. RGB value is (232,110,205). Sum of RGB (Red+Green+Blue) = 232+110+205=547 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.41% from 547); Green value is 110 (43.36% from 255 or 20.11% from 547); Blue value is 205 (80.47% from 255 or 37.48% from 547); Max value from RGB is 232 - color contains mainly: red. Hex color #E86ECD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86ECD is #179132. Grayscale: #9D9D9D. Windows color (decimal): -1544499 or 13463272. OLE color: 13463272.
HSL color Cylindrical-coordinate representation of color #E86ECD: hue angle of 313.28º 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 #E86ECD is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 110 | 205 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.09 |
| HSL | 313.28º | 0.73% | 0.67% | - |
| HSV(B) | 313.28º | 0.53% | 0.91% | - |
| XYZ | 49.87 | 32.72 | 61.44 | - |
| YUV | 157.31 | 154.92 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 110 | 205 | 0 | 0.53 | 0.12 | 0.09 | 313.28 | 0.73 | 0.67 |
| Hex | E8 | 6E | CD | 0 | 35 | C | 9 | 139 | 49 | 43 |
| Octal | 350 | 156 | 315 | 0 | 65 | 14 | 11 | 471 | 111 | 103 |
| Binary | 11101000 | 1101110 | 11001101 | 0 | 110101 | 1100 | 1001 | 100111001 | 1001001 | 1000011 |
Color Harmonies of #E86ECD
Complementary color
Monochromatic Colors of #E86ECD
Black with #E86ECD
Text Example
Text Example
White with #E86ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86ECD; }
p { color: rgb(232,110,205); }
H1.HeaderClassName
{
color: #E86ECD;
}
.AnyTagClassName
{
color: #E86ECD;
}
</style>
background-color css
<style>
a { background-color: #E86ECD; }
a { background-color: rgb(232,110,205); }
div.DivClassName
{
background-color: #E86ECD;
}
.BgClassName
{
background-color: #E86ECD;
}
</style>
border-color css
<style>
span { border-color: #E86ECD; }
span { border-color: rgb(232,110,205); }
td.TdClassName
{
border-color: #E86ECD;
}
.TagClassName
{
border-color: #E86ECD;
}
</style>