Shades of Orchid #E06EC7
Tints of Orchid #E06EC7
RGB
CMYK
RGB Variations
Color information
#E06EC7 (or 0xE06EC7) is known color: Orchid. HEX triplet: E0, 6E and C7. RGB value is (224,110,199). Sum of RGB (Red+Green+Blue) = 224+110+199=533 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.03% from 533); Green value is 110 (43.36% from 255 or 20.64% from 533); Blue value is 199 (78.12% from 255 or 37.34% from 533); Max value from RGB is 224 - color contains mainly: red. Hex color #E06EC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06EC7 is #1F9138. Grayscale: #999999. Windows color (decimal): -2068793 or 13070048. OLE color: 13070048.
HSL color Cylindrical-coordinate representation of color #E06EC7: hue angle of 313.16º 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 #E06EC7 is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 110 | 199 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.12 |
| HSL | 313.16º | 0.65% | 0.65% | - |
| HSV(B) | 313.16º | 0.51% | 0.88% | - |
| XYZ | 46.63 | 31.12 | 57.58 | - |
| YUV | 154.23 | 153.27 | 177.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 110 | 199 | 0 | 0.51 | 0.11 | 0.12 | 313.16 | 0.65 | 0.65 |
| Hex | E0 | 6E | C7 | 0 | 33 | B | C | 139 | 41 | 41 |
| Octal | 340 | 156 | 307 | 0 | 63 | 13 | 14 | 471 | 101 | 101 |
| Binary | 11100000 | 1101110 | 11000111 | 0 | 110011 | 1011 | 1100 | 100111001 | 1000001 | 1000001 |
Color Harmonies of #E06EC7
Complementary color
Monochromatic Colors of #E06EC7
Black with #E06EC7
Text Example
Text Example
White with #E06EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06EC7; }
p { color: rgb(224,110,199); }
H1.HeaderClassName
{
color: #E06EC7;
}
.AnyTagClassName
{
color: #E06EC7;
}
</style>
background-color css
<style>
a { background-color: #E06EC7; }
a { background-color: rgb(224,110,199); }
div.DivClassName
{
background-color: #E06EC7;
}
.BgClassName
{
background-color: #E06EC7;
}
</style>
border-color css
<style>
span { border-color: #E06EC7; }
span { border-color: rgb(224,110,199); }
td.TdClassName
{
border-color: #E06EC7;
}
.TagClassName
{
border-color: #E06EC7;
}
</style>