Shades of Orchid #E06DDD
Tints of Orchid #E06DDD
RGB
CMYK
RGB Variations
Color information
#E06DDD (or 0xE06DDD) is known color: Orchid. HEX triplet: E0, 6D and DD. RGB value is (224,109,221). Sum of RGB (Red+Green+Blue) = 224+109+221=554 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.43% from 554); Green value is 109 (42.97% from 255 or 19.68% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 224 - color contains mainly: red. Hex color #E06DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06DDD is #1F9222. Grayscale: #9B9B9B. Windows color (decimal): -2069027 or 14511584. OLE color: 14511584.
HSL color Cylindrical-coordinate representation of color #E06DDD: hue angle of 301.57º 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 #E06DDD is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 109 | 221 | - |
| CMYK | 0 | 0.51 | 0.01 | 0.12 |
| HSL | 301.57º | 0.65% | 0.65% | - |
| HSV(B) | 301.57º | 0.51% | 0.88% | - |
| XYZ | 49.26 | 32.01 | 71.99 | - |
| YUV | 156.15 | 164.6 | 176.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 109 | 221 | 0 | 0.51 | 0.01 | 0.12 | 301.57 | 0.65 | 0.65 |
| Hex | E0 | 6D | DD | 0 | 33 | 1 | C | 12E | 41 | 41 |
| Octal | 340 | 155 | 335 | 0 | 63 | 1 | 14 | 456 | 101 | 101 |
| Binary | 11100000 | 1101101 | 11011101 | 0 | 110011 | 1 | 1100 | 100101110 | 1000001 | 1000001 |
Color Harmonies of #E06DDD
Complementary color
Monochromatic Colors of #E06DDD
Black with #E06DDD
Text Example
Text Example
White with #E06DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06DDD; }
p { color: rgb(224,109,221); }
H1.HeaderClassName
{
color: #E06DDD;
}
.AnyTagClassName
{
color: #E06DDD;
}
</style>
background-color css
<style>
a { background-color: #E06DDD; }
a { background-color: rgb(224,109,221); }
div.DivClassName
{
background-color: #E06DDD;
}
.BgClassName
{
background-color: #E06DDD;
}
</style>
border-color css
<style>
span { border-color: #E06DDD; }
span { border-color: rgb(224,109,221); }
td.TdClassName
{
border-color: #E06DDD;
}
.TagClassName
{
border-color: #E06DDD;
}
</style>