Shades of Orchid #E86DDA
Tints of Orchid #E86DDA
RGB
CMYK
RGB Variations
Color information
#E86DDA (or 0xE86DDA) is known color: Orchid. HEX triplet: E8, 6D and DA. RGB value is (232,109,218). Sum of RGB (Red+Green+Blue) = 232+109+218=559 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.50% from 559); Green value is 109 (42.97% from 255 or 19.50% from 559); Blue value is 218 (85.55% from 255 or 39.00% from 559); Max value from RGB is 232 - color contains mainly: red. Hex color #E86DDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86DDA is #179225. Grayscale: #9D9D9D. Windows color (decimal): -1544742 or 14314984. OLE color: 14314984.
HSL color Cylindrical-coordinate representation of color #E86DDA: hue angle of 306.83º 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 #E86DDA is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 109 | 218 | - |
| CMYK | 0 | 0.53 | 0.06 | 0.09 |
| HSL | 306.83º | 0.73% | 0.67% | - |
| HSV(B) | 306.83º | 0.53% | 0.91% | - |
| XYZ | 51.4 | 33.16 | 70.02 | - |
| YUV | 158.2 | 161.75 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 109 | 218 | 0 | 0.53 | 0.06 | 0.09 | 306.83 | 0.73 | 0.67 |
| Hex | E8 | 6D | DA | 0 | 35 | 6 | 9 | 133 | 49 | 43 |
| Octal | 350 | 155 | 332 | 0 | 65 | 6 | 11 | 463 | 111 | 103 |
| Binary | 11101000 | 1101101 | 11011010 | 0 | 110101 | 110 | 1001 | 100110011 | 1001001 | 1000011 |
Color Harmonies of #E86DDA
Complementary color
Monochromatic Colors of #E86DDA
Black with #E86DDA
Text Example
Text Example
White with #E86DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86DDA; }
p { color: rgb(232,109,218); }
H1.HeaderClassName
{
color: #E86DDA;
}
.AnyTagClassName
{
color: #E86DDA;
}
</style>
background-color css
<style>
a { background-color: #E86DDA; }
a { background-color: rgb(232,109,218); }
div.DivClassName
{
background-color: #E86DDA;
}
.BgClassName
{
background-color: #E86DDA;
}
</style>
border-color css
<style>
span { border-color: #E86DDA; }
span { border-color: rgb(232,109,218); }
td.TdClassName
{
border-color: #E86DDA;
}
.TagClassName
{
border-color: #E86DDA;
}
</style>