Shades of Orchid #E86DCD
Tints of Orchid #E86DCD
RGB
CMYK
RGB Variations
Color information
#E86DCD (or 0xE86DCD) is known color: Orchid. HEX triplet: E8, 6D and CD. RGB value is (232,109,205). Sum of RGB (Red+Green+Blue) = 232+109+205=546 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.49% from 546); Green value is 109 (42.97% from 255 or 19.96% from 546); Blue value is 205 (80.47% from 255 or 37.55% from 546); Max value from RGB is 232 - color contains mainly: red. Hex color #E86DCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86DCD is #179232. Grayscale: #9C9C9C. Windows color (decimal): -1544755 or 13463016. OLE color: 13463016.
HSL color Cylindrical-coordinate representation of color #E86DCD: hue angle of 313.17º 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 #E86DCD is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 109 | 205 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.09 |
| HSL | 313.17º | 0.73% | 0.67% | - |
| HSV(B) | 313.17º | 0.53% | 0.91% | - |
| XYZ | 49.77 | 32.5 | 61.41 | - |
| YUV | 156.72 | 155.25 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 109 | 205 | 0 | 0.53 | 0.12 | 0.09 | 313.17 | 0.73 | 0.67 |
| Hex | E8 | 6D | CD | 0 | 35 | C | 9 | 139 | 49 | 43 |
| Octal | 350 | 155 | 315 | 0 | 65 | 14 | 11 | 471 | 111 | 103 |
| Binary | 11101000 | 1101101 | 11001101 | 0 | 110101 | 1100 | 1001 | 100111001 | 1001001 | 1000011 |
Color Harmonies of #E86DCD
Complementary color
Monochromatic Colors of #E86DCD
Black with #E86DCD
Text Example
Text Example
White with #E86DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86DCD; }
p { color: rgb(232,109,205); }
H1.HeaderClassName
{
color: #E86DCD;
}
.AnyTagClassName
{
color: #E86DCD;
}
</style>
background-color css
<style>
a { background-color: #E86DCD; }
a { background-color: rgb(232,109,205); }
div.DivClassName
{
background-color: #E86DCD;
}
.BgClassName
{
background-color: #E86DCD;
}
</style>
border-color css
<style>
span { border-color: #E86DCD; }
span { border-color: rgb(232,109,205); }
td.TdClassName
{
border-color: #E86DCD;
}
.TagClassName
{
border-color: #E86DCD;
}
</style>