Shades of Orchid #E06DCE
Tints of Orchid #E06DCE
RGB
CMYK
RGB Variations
Color information
#E06DCE (or 0xE06DCE) is known color: Orchid. HEX triplet: E0, 6D and CE. RGB value is (224,109,206). Sum of RGB (Red+Green+Blue) = 224+109+206=539 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.56% from 539); Green value is 109 (42.97% from 255 or 20.22% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 224 - color contains mainly: red. Hex color #E06DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06DCE is #1F9231. Grayscale: #9A9A9A. Windows color (decimal): -2069042 or 13528544. OLE color: 13528544.
HSL color Cylindrical-coordinate representation of color #E06DCE: hue angle of 309.39º 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 #E06DCE is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 109 | 206 | - |
| CMYK | 0 | 0.51 | 0.08 | 0.12 |
| HSL | 309.39º | 0.65% | 0.65% | - |
| HSV(B) | 309.39º | 0.51% | 0.88% | - |
| XYZ | 47.35 | 31.24 | 61.93 | - |
| YUV | 154.44 | 157.1 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 109 | 206 | 0 | 0.51 | 0.08 | 0.12 | 309.39 | 0.65 | 0.65 |
| Hex | E0 | 6D | CE | 0 | 33 | 8 | C | 135 | 41 | 41 |
| Octal | 340 | 155 | 316 | 0 | 63 | 10 | 14 | 465 | 101 | 101 |
| Binary | 11100000 | 1101101 | 11001110 | 0 | 110011 | 1000 | 1100 | 100110101 | 1000001 | 1000001 |
Color Harmonies of #E06DCE
Complementary color
Monochromatic Colors of #E06DCE
Black with #E06DCE
Text Example
Text Example
White with #E06DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06DCE; }
p { color: rgb(224,109,206); }
H1.HeaderClassName
{
color: #E06DCE;
}
.AnyTagClassName
{
color: #E06DCE;
}
</style>
background-color css
<style>
a { background-color: #E06DCE; }
a { background-color: rgb(224,109,206); }
div.DivClassName
{
background-color: #E06DCE;
}
.BgClassName
{
background-color: #E06DCE;
}
</style>
border-color css
<style>
span { border-color: #E06DCE; }
span { border-color: rgb(224,109,206); }
td.TdClassName
{
border-color: #E06DCE;
}
.TagClassName
{
border-color: #E06DCE;
}
</style>