Shades of Orchid #E86CDC
Tints of Orchid #E86CDC
RGB
CMYK
RGB Variations
Color information
#E86CDC (or 0xE86CDC) is known color: Orchid. HEX triplet: E8, 6C and DC. RGB value is (232,108,220). Sum of RGB (Red+Green+Blue) = 232+108+220=560 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.43% from 560); Green value is 108 (42.58% from 255 or 19.29% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 232 - color contains mainly: red. Hex color #E86CDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86CDC is #179323. Grayscale: #9D9D9D. Windows color (decimal): -1544996 or 14445800. OLE color: 14445800.
HSL color Cylindrical-coordinate representation of color #E86CDC: hue angle of 305.81º 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 #E86CDC is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 108 | 220 | - |
| CMYK | 0 | 0.53 | 0.05 | 0.09 |
| HSL | 305.81º | 0.73% | 0.67% | - |
| HSV(B) | 305.81º | 0.53% | 0.91% | - |
| XYZ | 51.56 | 33.05 | 71.37 | - |
| YUV | 157.84 | 163.08 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 108 | 220 | 0 | 0.53 | 0.05 | 0.09 | 305.81 | 0.73 | 0.67 |
| Hex | E8 | 6C | DC | 0 | 35 | 5 | 9 | 132 | 49 | 43 |
| Octal | 350 | 154 | 334 | 0 | 65 | 5 | 11 | 462 | 111 | 103 |
| Binary | 11101000 | 1101100 | 11011100 | 0 | 110101 | 101 | 1001 | 100110010 | 1001001 | 1000011 |
Color Harmonies of #E86CDC
Complementary color
Monochromatic Colors of #E86CDC
Black with #E86CDC
Text Example
Text Example
White with #E86CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86CDC; }
p { color: rgb(232,108,220); }
H1.HeaderClassName
{
color: #E86CDC;
}
.AnyTagClassName
{
color: #E86CDC;
}
</style>
background-color css
<style>
a { background-color: #E86CDC; }
a { background-color: rgb(232,108,220); }
div.DivClassName
{
background-color: #E86CDC;
}
.BgClassName
{
background-color: #E86CDC;
}
</style>
border-color css
<style>
span { border-color: #E86CDC; }
span { border-color: rgb(232,108,220); }
td.TdClassName
{
border-color: #E86CDC;
}
.TagClassName
{
border-color: #E86CDC;
}
</style>