Shades of Orchid #E06DDC
Tints of Orchid #E06DDC
RGB
CMYK
RGB Variations
Color information
#E06DDC (or 0xE06DDC) is known color: Orchid. HEX triplet: E0, 6D and DC. RGB value is (224,109,220). Sum of RGB (Red+Green+Blue) = 224+109+220=553 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.51% from 553); Green value is 109 (42.97% from 255 or 19.71% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 224 - color contains mainly: red. Hex color #E06DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06DDC is #1F9223. Grayscale: #9B9B9B. Windows color (decimal): -2069028 or 14446048. OLE color: 14446048.
HSL color Cylindrical-coordinate representation of color #E06DDC: hue angle of 302.09º 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 #E06DDC is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 109 | 220 | - |
| CMYK | 0 | 0.51 | 0.02 | 0.12 |
| HSL | 302.09º | 0.65% | 0.65% | - |
| HSV(B) | 302.09º | 0.51% | 0.88% | - |
| XYZ | 49.13 | 31.95 | 71.29 | - |
| YUV | 156.04 | 164.1 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 109 | 220 | 0 | 0.51 | 0.02 | 0.12 | 302.09 | 0.65 | 0.65 |
| Hex | E0 | 6D | DC | 0 | 33 | 2 | C | 12E | 41 | 41 |
| Octal | 340 | 155 | 334 | 0 | 63 | 2 | 14 | 456 | 101 | 101 |
| Binary | 11100000 | 1101101 | 11011100 | 0 | 110011 | 10 | 1100 | 100101110 | 1000001 | 1000001 |
Color Harmonies of #E06DDC
Complementary color
Monochromatic Colors of #E06DDC
Black with #E06DDC
Text Example
Text Example
White with #E06DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06DDC; }
p { color: rgb(224,109,220); }
H1.HeaderClassName
{
color: #E06DDC;
}
.AnyTagClassName
{
color: #E06DDC;
}
</style>
background-color css
<style>
a { background-color: #E06DDC; }
a { background-color: rgb(224,109,220); }
div.DivClassName
{
background-color: #E06DDC;
}
.BgClassName
{
background-color: #E06DDC;
}
</style>
border-color css
<style>
span { border-color: #E06DDC; }
span { border-color: rgb(224,109,220); }
td.TdClassName
{
border-color: #E06DDC;
}
.TagClassName
{
border-color: #E06DDC;
}
</style>