Shades of Orchid #E86CCD
Tints of Orchid #E86CCD
RGB
CMYK
RGB Variations
Color information
#E86CCD (or 0xE86CCD) is known color: Orchid. HEX triplet: E8, 6C and CD. RGB value is (232,108,205). Sum of RGB (Red+Green+Blue) = 232+108+205=545 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.57% from 545); Green value is 108 (42.58% from 255 or 19.82% from 545); Blue value is 205 (80.47% from 255 or 37.61% from 545); Max value from RGB is 232 - color contains mainly: red. Hex color #E86CCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86CCD is #179332. Grayscale: #9B9B9B. Windows color (decimal): -1545011 or 13462760. OLE color: 13462760.
HSL color Cylindrical-coordinate representation of color #E86CCD: hue angle of 313.06º 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 #E86CCD is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 108 | 205 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.09 |
| HSL | 313.06º | 0.73% | 0.67% | - |
| HSV(B) | 313.06º | 0.53% | 0.91% | - |
| XYZ | 49.66 | 32.29 | 61.37 | - |
| YUV | 156.13 | 155.58 | 182.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 108 | 205 | 0 | 0.53 | 0.12 | 0.09 | 313.06 | 0.73 | 0.67 |
| Hex | E8 | 6C | CD | 0 | 35 | C | 9 | 139 | 49 | 43 |
| Octal | 350 | 154 | 315 | 0 | 65 | 14 | 11 | 471 | 111 | 103 |
| Binary | 11101000 | 1101100 | 11001101 | 0 | 110101 | 1100 | 1001 | 100111001 | 1001001 | 1000011 |
Color Harmonies of #E86CCD
Complementary color
Monochromatic Colors of #E86CCD
Black with #E86CCD
Text Example
Text Example
White with #E86CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86CCD; }
p { color: rgb(232,108,205); }
H1.HeaderClassName
{
color: #E86CCD;
}
.AnyTagClassName
{
color: #E86CCD;
}
</style>
background-color css
<style>
a { background-color: #E86CCD; }
a { background-color: rgb(232,108,205); }
div.DivClassName
{
background-color: #E86CCD;
}
.BgClassName
{
background-color: #E86CCD;
}
</style>
border-color css
<style>
span { border-color: #E86CCD; }
span { border-color: rgb(232,108,205); }
td.TdClassName
{
border-color: #E86CCD;
}
.TagClassName
{
border-color: #E86CCD;
}
</style>