Shades of Orchid #E06EDD
Tints of Orchid #E06EDD
RGB
CMYK
RGB Variations
Color information
#E06EDD (or 0xE06EDD) is known color: Orchid. HEX triplet: E0, 6E and DD. RGB value is (224,110,221). Sum of RGB (Red+Green+Blue) = 224+110+221=555 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.36% from 555); Green value is 110 (43.36% from 255 or 19.82% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 224 - color contains mainly: red. Hex color #E06EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06EDD is #1F9122. Grayscale: #9C9C9C. Windows color (decimal): -2068771 or 14511840. OLE color: 14511840.
HSL color Cylindrical-coordinate representation of color #E06EDD: hue angle of 301.58º 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 #E06EDD is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 110 | 221 | - |
| CMYK | 0 | 0.51 | 0.01 | 0.12 |
| HSL | 301.58º | 0.65% | 0.65% | - |
| HSV(B) | 301.58º | 0.51% | 0.88% | - |
| XYZ | 49.37 | 32.22 | 72.02 | - |
| YUV | 156.74 | 164.27 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 110 | 221 | 0 | 0.51 | 0.01 | 0.12 | 301.58 | 0.65 | 0.65 |
| Hex | E0 | 6E | DD | 0 | 33 | 1 | C | 12E | 41 | 41 |
| Octal | 340 | 156 | 335 | 0 | 63 | 1 | 14 | 456 | 101 | 101 |
| Binary | 11100000 | 1101110 | 11011101 | 0 | 110011 | 1 | 1100 | 100101110 | 1000001 | 1000001 |
Color Harmonies of #E06EDD
Complementary color
Monochromatic Colors of #E06EDD
Black with #E06EDD
Text Example
Text Example
White with #E06EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06EDD; }
p { color: rgb(224,110,221); }
H1.HeaderClassName
{
color: #E06EDD;
}
.AnyTagClassName
{
color: #E06EDD;
}
</style>
background-color css
<style>
a { background-color: #E06EDD; }
a { background-color: rgb(224,110,221); }
div.DivClassName
{
background-color: #E06EDD;
}
.BgClassName
{
background-color: #E06EDD;
}
</style>
border-color css
<style>
span { border-color: #E06EDD; }
span { border-color: rgb(224,110,221); }
td.TdClassName
{
border-color: #E06EDD;
}
.TagClassName
{
border-color: #E06EDD;
}
</style>