Shades of Orchid #E86BDD
Tints of Orchid #E86BDD
RGB
CMYK
RGB Variations
Color information
#E86BDD (or 0xE86BDD) is known color: Orchid. HEX triplet: E8, 6B and DD. RGB value is (232,107,221). Sum of RGB (Red+Green+Blue) = 232+107+221=560 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.43% from 560); Green value is 107 (42.19% from 255 or 19.11% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 232 - color contains mainly: red. Hex color #E86BDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86BDD is #179422. Grayscale: #9D9D9D. Windows color (decimal): -1545251 or 14511080. OLE color: 14511080.
HSL color Cylindrical-coordinate representation of color #E86BDD: hue angle of 305.28º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E86BDD is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 107 | 221 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.09 |
| HSL | 305.28º | 0.73% | 0.66% | - |
| HSV(B) | 305.28º | 0.54% | 0.91% | - |
| XYZ | 51.59 | 32.89 | 72.04 | - |
| YUV | 157.37 | 163.91 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 107 | 221 | 0 | 0.54 | 0.05 | 0.09 | 305.28 | 0.73 | 0.66 |
| Hex | E8 | 6B | DD | 0 | 36 | 5 | 9 | 131 | 49 | 42 |
| Octal | 350 | 153 | 335 | 0 | 66 | 5 | 11 | 461 | 111 | 102 |
| Binary | 11101000 | 1101011 | 11011101 | 0 | 110110 | 101 | 1001 | 100110001 | 1001001 | 1000010 |
Color Harmonies of #E86BDD
Complementary color
Monochromatic Colors of #E86BDD
Black with #E86BDD
Text Example
Text Example
White with #E86BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86BDD; }
p { color: rgb(232,107,221); }
H1.HeaderClassName
{
color: #E86BDD;
}
.AnyTagClassName
{
color: #E86BDD;
}
</style>
background-color css
<style>
a { background-color: #E86BDD; }
a { background-color: rgb(232,107,221); }
div.DivClassName
{
background-color: #E86BDD;
}
.BgClassName
{
background-color: #E86BDD;
}
</style>
border-color css
<style>
span { border-color: #E86BDD; }
span { border-color: rgb(232,107,221); }
td.TdClassName
{
border-color: #E86BDD;
}
.TagClassName
{
border-color: #E86BDD;
}
</style>