Shades of Orchid #E86BDC
Tints of Orchid #E86BDC
RGB
CMYK
RGB Variations
Color information
#E86BDC (or 0xE86BDC) is known color: Orchid. HEX triplet: E8, 6B and DC. RGB value is (232,107,220). Sum of RGB (Red+Green+Blue) = 232+107+220=559 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.50% from 559); Green value is 107 (42.19% from 255 or 19.14% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 232 - color contains mainly: red. Hex color #E86BDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86BDC is #179423. Grayscale: #9C9C9C. Windows color (decimal): -1545252 or 14445544. OLE color: 14445544.
HSL color Cylindrical-coordinate representation of color #E86BDC: hue angle of 305.76º 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 #E86BDC is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 107 | 220 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.09 |
| HSL | 305.76º | 0.73% | 0.66% | - |
| HSV(B) | 305.76º | 0.54% | 0.91% | - |
| XYZ | 51.45 | 32.84 | 71.34 | - |
| YUV | 157.26 | 163.41 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 107 | 220 | 0 | 0.54 | 0.05 | 0.09 | 305.76 | 0.73 | 0.66 |
| Hex | E8 | 6B | DC | 0 | 36 | 5 | 9 | 132 | 49 | 42 |
| Octal | 350 | 153 | 334 | 0 | 66 | 5 | 11 | 462 | 111 | 102 |
| Binary | 11101000 | 1101011 | 11011100 | 0 | 110110 | 101 | 1001 | 100110010 | 1001001 | 1000010 |
Color Harmonies of #E86BDC
Complementary color
Monochromatic Colors of #E86BDC
Black with #E86BDC
Text Example
Text Example
White with #E86BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86BDC; }
p { color: rgb(232,107,220); }
H1.HeaderClassName
{
color: #E86BDC;
}
.AnyTagClassName
{
color: #E86BDC;
}
</style>
background-color css
<style>
a { background-color: #E86BDC; }
a { background-color: rgb(232,107,220); }
div.DivClassName
{
background-color: #E86BDC;
}
.BgClassName
{
background-color: #E86BDC;
}
</style>
border-color css
<style>
span { border-color: #E86BDC; }
span { border-color: rgb(232,107,220); }
td.TdClassName
{
border-color: #E86BDC;
}
.TagClassName
{
border-color: #E86BDC;
}
</style>