Shades of Orchid #E86CD1
Tints of Orchid #E86CD1
RGB
CMYK
RGB Variations
Color information
#E86CD1 (or 0xE86CD1) is known color: Orchid. HEX triplet: E8, 6C and D1. RGB value is (232,108,209). Sum of RGB (Red+Green+Blue) = 232+108+209=549 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.26% from 549); Green value is 108 (42.58% from 255 or 19.67% from 549); Blue value is 209 (82.03% from 255 or 38.07% from 549); Max value from RGB is 232 - color contains mainly: red. Hex color #E86CD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86CD1 is #17932E. Grayscale: #9C9C9C. Windows color (decimal): -1545007 or 13724904. OLE color: 13724904.
HSL color Cylindrical-coordinate representation of color #E86CD1: hue angle of 311.13º 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 #E86CD1 is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 108 | 209 | - |
| CMYK | 0 | 0.53 | 0.10 | 0.09 |
| HSL | 311.13º | 0.73% | 0.67% | - |
| HSV(B) | 311.13º | 0.53% | 0.91% | - |
| XYZ | 50.15 | 32.48 | 63.95 | - |
| YUV | 156.59 | 157.58 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 108 | 209 | 0 | 0.53 | 0.10 | 0.09 | 311.13 | 0.73 | 0.67 |
| Hex | E8 | 6C | D1 | 0 | 35 | A | 9 | 137 | 49 | 43 |
| Octal | 350 | 154 | 321 | 0 | 65 | 12 | 11 | 467 | 111 | 103 |
| Binary | 11101000 | 1101100 | 11010001 | 0 | 110101 | 1010 | 1001 | 100110111 | 1001001 | 1000011 |
Color Harmonies of #E86CD1
Complementary color
Monochromatic Colors of #E86CD1
Black with #E86CD1
Text Example
Text Example
White with #E86CD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86CD1; }
p { color: rgb(232,108,209); }
H1.HeaderClassName
{
color: #E86CD1;
}
.AnyTagClassName
{
color: #E86CD1;
}
</style>
background-color css
<style>
a { background-color: #E86CD1; }
a { background-color: rgb(232,108,209); }
div.DivClassName
{
background-color: #E86CD1;
}
.BgClassName
{
background-color: #E86CD1;
}
</style>
border-color css
<style>
span { border-color: #E86CD1; }
span { border-color: rgb(232,108,209); }
td.TdClassName
{
border-color: #E86CD1;
}
.TagClassName
{
border-color: #E86CD1;
}
</style>