Shades of Orchid #E86DDE
Tints of Orchid #E86DDE
RGB
CMYK
RGB Variations
Color information
#E86DDE (or 0xE86DDE) is known color: Orchid. HEX triplet: E8, 6D and DE. RGB value is (232,109,222). Sum of RGB (Red+Green+Blue) = 232+109+222=563 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.21% from 563); Green value is 109 (42.97% from 255 or 19.36% from 563); Blue value is 222 (87.11% from 255 or 39.43% from 563); Max value from RGB is 232 - color contains mainly: red. Hex color #E86DDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86DDE is #179221. Grayscale: #9E9E9E. Windows color (decimal): -1544738 or 14577128. OLE color: 14577128.
HSL color Cylindrical-coordinate representation of color #E86DDE: hue angle of 304.88º 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 #E86DDE is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 109 | 222 | - |
| CMYK | 0 | 0.53 | 0.04 | 0.09 |
| HSL | 304.88º | 0.73% | 0.67% | - |
| HSV(B) | 304.88º | 0.53% | 0.91% | - |
| XYZ | 51.93 | 33.37 | 72.81 | - |
| YUV | 158.66 | 163.75 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 109 | 222 | 0 | 0.53 | 0.04 | 0.09 | 304.88 | 0.73 | 0.67 |
| Hex | E8 | 6D | DE | 0 | 35 | 4 | 9 | 131 | 49 | 43 |
| Octal | 350 | 155 | 336 | 0 | 65 | 4 | 11 | 461 | 111 | 103 |
| Binary | 11101000 | 1101101 | 11011110 | 0 | 110101 | 100 | 1001 | 100110001 | 1001001 | 1000011 |
Color Harmonies of #E86DDE
Complementary color
Monochromatic Colors of #E86DDE
Black with #E86DDE
Text Example
Text Example
White with #E86DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86DDE; }
p { color: rgb(232,109,222); }
H1.HeaderClassName
{
color: #E86DDE;
}
.AnyTagClassName
{
color: #E86DDE;
}
</style>
background-color css
<style>
a { background-color: #E86DDE; }
a { background-color: rgb(232,109,222); }
div.DivClassName
{
background-color: #E86DDE;
}
.BgClassName
{
background-color: #E86DDE;
}
</style>
border-color css
<style>
span { border-color: #E86DDE; }
span { border-color: rgb(232,109,222); }
td.TdClassName
{
border-color: #E86DDE;
}
.TagClassName
{
border-color: #E86DDE;
}
</style>