Shades of Orchid #E86DCB
Tints of Orchid #E86DCB
RGB
CMYK
RGB Variations
Color information
#E86DCB (or 0xE86DCB) is known color: Orchid. HEX triplet: E8, 6D and CB. RGB value is (232,109,203). Sum of RGB (Red+Green+Blue) = 232+109+203=544 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.65% from 544); Green value is 109 (42.97% from 255 or 20.04% from 544); Blue value is 203 (79.69% from 255 or 37.32% from 544); Max value from RGB is 232 - color contains mainly: red. Hex color #E86DCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86DCB is #179234. Grayscale: #9C9C9C. Windows color (decimal): -1544757 or 13331944. OLE color: 13331944.
HSL color Cylindrical-coordinate representation of color #E86DCB: hue angle of 314.15º 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 #E86DCB is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 109 | 203 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.09 |
| HSL | 314.15º | 0.73% | 0.67% | - |
| HSV(B) | 314.15º | 0.53% | 0.91% | - |
| XYZ | 49.53 | 32.4 | 60.14 | - |
| YUV | 156.49 | 154.25 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 109 | 203 | 0 | 0.53 | 0.12 | 0.09 | 314.15 | 0.73 | 0.67 |
| Hex | E8 | 6D | CB | 0 | 35 | C | 9 | 13A | 49 | 43 |
| Octal | 350 | 155 | 313 | 0 | 65 | 14 | 11 | 472 | 111 | 103 |
| Binary | 11101000 | 1101101 | 11001011 | 0 | 110101 | 1100 | 1001 | 100111010 | 1001001 | 1000011 |
Color Harmonies of #E86DCB
Complementary color
Monochromatic Colors of #E86DCB
Black with #E86DCB
Text Example
Text Example
White with #E86DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86DCB; }
p { color: rgb(232,109,203); }
H1.HeaderClassName
{
color: #E86DCB;
}
.AnyTagClassName
{
color: #E86DCB;
}
</style>
background-color css
<style>
a { background-color: #E86DCB; }
a { background-color: rgb(232,109,203); }
div.DivClassName
{
background-color: #E86DCB;
}
.BgClassName
{
background-color: #E86DCB;
}
</style>
border-color css
<style>
span { border-color: #E86DCB; }
span { border-color: rgb(232,109,203); }
td.TdClassName
{
border-color: #E86DCB;
}
.TagClassName
{
border-color: #E86DCB;
}
</style>