Shades of Orchid #E86BDA
Tints of Orchid #E86BDA
RGB
CMYK
RGB Variations
Color information
#E86BDA (or 0xE86BDA) is known color: Orchid. HEX triplet: E8, 6B and DA. RGB value is (232,107,218). Sum of RGB (Red+Green+Blue) = 232+107+218=557 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.65% from 557); Green value is 107 (42.19% from 255 or 19.21% from 557); Blue value is 218 (85.55% from 255 or 39.14% from 557); Max value from RGB is 232 - color contains mainly: red. Hex color #E86BDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86BDA is #179425. Grayscale: #9C9C9C. Windows color (decimal): -1545254 or 14314472. OLE color: 14314472.
HSL color Cylindrical-coordinate representation of color #E86BDA: hue angle of 306.72º 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 #E86BDA is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 107 | 218 | - |
| CMYK | 0 | 0.54 | 0.06 | 0.09 |
| HSL | 306.72º | 0.73% | 0.66% | - |
| HSV(B) | 306.72º | 0.54% | 0.91% | - |
| XYZ | 51.19 | 32.73 | 69.95 | - |
| YUV | 157.03 | 162.41 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 107 | 218 | 0 | 0.54 | 0.06 | 0.09 | 306.72 | 0.73 | 0.66 |
| Hex | E8 | 6B | DA | 0 | 36 | 6 | 9 | 133 | 49 | 42 |
| Octal | 350 | 153 | 332 | 0 | 66 | 6 | 11 | 463 | 111 | 102 |
| Binary | 11101000 | 1101011 | 11011010 | 0 | 110110 | 110 | 1001 | 100110011 | 1001001 | 1000010 |
Color Harmonies of #E86BDA
Complementary color
Monochromatic Colors of #E86BDA
Black with #E86BDA
Text Example
Text Example
White with #E86BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86BDA; }
p { color: rgb(232,107,218); }
H1.HeaderClassName
{
color: #E86BDA;
}
.AnyTagClassName
{
color: #E86BDA;
}
</style>
background-color css
<style>
a { background-color: #E86BDA; }
a { background-color: rgb(232,107,218); }
div.DivClassName
{
background-color: #E86BDA;
}
.BgClassName
{
background-color: #E86BDA;
}
</style>
border-color css
<style>
span { border-color: #E86BDA; }
span { border-color: rgb(232,107,218); }
td.TdClassName
{
border-color: #E86BDA;
}
.TagClassName
{
border-color: #E86BDA;
}
</style>