Shades of Orchid #E06EDC
Tints of Orchid #E06EDC
RGB
CMYK
RGB Variations
Color information
#E06EDC (or 0xE06EDC) is known color: Orchid. HEX triplet: E0, 6E and DC. RGB value is (224,110,220). Sum of RGB (Red+Green+Blue) = 224+110+220=554 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.43% from 554); Green value is 110 (43.36% from 255 or 19.86% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 224 - color contains mainly: red. Hex color #E06EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06EDC is #1F9123. Grayscale: #9C9C9C. Windows color (decimal): -2068772 or 14446304. OLE color: 14446304.
HSL color Cylindrical-coordinate representation of color #E06EDC: hue angle of 302.11º 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 #E06EDC is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 110 | 220 | - |
| CMYK | 0 | 0.51 | 0.02 | 0.12 |
| HSL | 302.11º | 0.65% | 0.65% | - |
| HSV(B) | 302.11º | 0.51% | 0.88% | - |
| XYZ | 49.23 | 32.17 | 71.32 | - |
| YUV | 156.63 | 163.77 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 110 | 220 | 0 | 0.51 | 0.02 | 0.12 | 302.11 | 0.65 | 0.65 |
| Hex | E0 | 6E | DC | 0 | 33 | 2 | C | 12E | 41 | 41 |
| Octal | 340 | 156 | 334 | 0 | 63 | 2 | 14 | 456 | 101 | 101 |
| Binary | 11100000 | 1101110 | 11011100 | 0 | 110011 | 10 | 1100 | 100101110 | 1000001 | 1000001 |
Color Harmonies of #E06EDC
Complementary color
Monochromatic Colors of #E06EDC
Black with #E06EDC
Text Example
Text Example
White with #E06EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06EDC; }
p { color: rgb(224,110,220); }
H1.HeaderClassName
{
color: #E06EDC;
}
.AnyTagClassName
{
color: #E06EDC;
}
</style>
background-color css
<style>
a { background-color: #E06EDC; }
a { background-color: rgb(224,110,220); }
div.DivClassName
{
background-color: #E06EDC;
}
.BgClassName
{
background-color: #E06EDC;
}
</style>
border-color css
<style>
span { border-color: #E06EDC; }
span { border-color: rgb(224,110,220); }
td.TdClassName
{
border-color: #E06EDC;
}
.TagClassName
{
border-color: #E06EDC;
}
</style>