Shades of Orchid #E06ED7
Tints of Orchid #E06ED7
RGB
CMYK
RGB Variations
Color information
#E06ED7 (or 0xE06ED7) is known color: Orchid. HEX triplet: E0, 6E and D7. RGB value is (224,110,215). Sum of RGB (Red+Green+Blue) = 224+110+215=549 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.80% from 549); Green value is 110 (43.36% from 255 or 20.04% from 549); Blue value is 215 (84.38% from 255 or 39.16% from 549); Max value from RGB is 224 - color contains mainly: red. Hex color #E06ED7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06ED7 is #1F9128. Grayscale: #9B9B9B. Windows color (decimal): -2068777 or 14118624. OLE color: 14118624.
HSL color Cylindrical-coordinate representation of color #E06ED7: hue angle of 304.74º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E06ED7 is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 110 | 215 | - |
| CMYK | 0 | 0.51 | 0.04 | 0.12 |
| HSL | 304.74º | 0.65% | 0.65% | - |
| HSV(B) | 304.74º | 0.51% | 0.88% | - |
| XYZ | 48.58 | 31.91 | 67.89 | - |
| YUV | 156.06 | 161.27 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 110 | 215 | 0 | 0.51 | 0.04 | 0.12 | 304.74 | 0.65 | 0.65 |
| Hex | E0 | 6E | D7 | 0 | 33 | 4 | C | 131 | 41 | 41 |
| Octal | 340 | 156 | 327 | 0 | 63 | 4 | 14 | 461 | 101 | 101 |
| Binary | 11100000 | 1101110 | 11010111 | 0 | 110011 | 100 | 1100 | 100110001 | 1000001 | 1000001 |
Color Harmonies of #E06ED7
Complementary color
Monochromatic Colors of #E06ED7
Black with #E06ED7
Text Example
Text Example
White with #E06ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06ED7; }
p { color: rgb(224,110,215); }
H1.HeaderClassName
{
color: #E06ED7;
}
.AnyTagClassName
{
color: #E06ED7;
}
</style>
background-color css
<style>
a { background-color: #E06ED7; }
a { background-color: rgb(224,110,215); }
div.DivClassName
{
background-color: #E06ED7;
}
.BgClassName
{
background-color: #E06ED7;
}
</style>
border-color css
<style>
span { border-color: #E06ED7; }
span { border-color: rgb(224,110,215); }
td.TdClassName
{
border-color: #E06ED7;
}
.TagClassName
{
border-color: #E06ED7;
}
</style>