Shades of Orchid #E06DDE
Tints of Orchid #E06DDE
RGB
CMYK
RGB Variations
Color information
#E06DDE (or 0xE06DDE) is known color: Orchid. HEX triplet: E0, 6D and DE. RGB value is (224,109,222). Sum of RGB (Red+Green+Blue) = 224+109+222=555 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.36% from 555); Green value is 109 (42.97% from 255 or 19.64% from 555); Blue value is 222 (87.11% from 255 or 40% from 555); Max value from RGB is 224 - color contains mainly: red. Hex color #E06DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06DDE is #1F9221. Grayscale: #9B9B9B. Windows color (decimal): -2069026 or 14577120. OLE color: 14577120.
HSL color Cylindrical-coordinate representation of color #E06DDE: hue angle of 301.04º 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 #E06DDE is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 109 | 222 | - |
| CMYK | 0 | 0.51 | 0.01 | 0.12 |
| HSL | 301.04º | 0.65% | 0.65% | - |
| HSV(B) | 301.04º | 0.51% | 0.88% | - |
| XYZ | 49.39 | 32.06 | 72.69 | - |
| YUV | 156.27 | 165.1 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 109 | 222 | 0 | 0.51 | 0.01 | 0.12 | 301.04 | 0.65 | 0.65 |
| Hex | E0 | 6D | DE | 0 | 33 | 1 | C | 12D | 41 | 41 |
| Octal | 340 | 155 | 336 | 0 | 63 | 1 | 14 | 455 | 101 | 101 |
| Binary | 11100000 | 1101101 | 11011110 | 0 | 110011 | 1 | 1100 | 100101101 | 1000001 | 1000001 |
Color Harmonies of #E06DDE
Complementary color
Monochromatic Colors of #E06DDE
Black with #E06DDE
Text Example
Text Example
White with #E06DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06DDE; }
p { color: rgb(224,109,222); }
H1.HeaderClassName
{
color: #E06DDE;
}
.AnyTagClassName
{
color: #E06DDE;
}
</style>
background-color css
<style>
a { background-color: #E06DDE; }
a { background-color: rgb(224,109,222); }
div.DivClassName
{
background-color: #E06DDE;
}
.BgClassName
{
background-color: #E06DDE;
}
</style>
border-color css
<style>
span { border-color: #E06DDE; }
span { border-color: rgb(224,109,222); }
td.TdClassName
{
border-color: #E06DDE;
}
.TagClassName
{
border-color: #E06DDE;
}
</style>