Shades of Orchid #E06DCC
Tints of Orchid #E06DCC
RGB
CMYK
RGB Variations
Color information
#E06DCC (or 0xE06DCC) is known color: Orchid. HEX triplet: E0, 6D and CC. RGB value is (224,109,204). Sum of RGB (Red+Green+Blue) = 224+109+204=537 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.71% from 537); Green value is 109 (42.97% from 255 or 20.30% from 537); Blue value is 204 (80.08% from 255 or 37.99% from 537); Max value from RGB is 224 - color contains mainly: red. Hex color #E06DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06DCC is #1F9233. Grayscale: #999999. Windows color (decimal): -2069044 or 13397472. OLE color: 13397472.
HSL color Cylindrical-coordinate representation of color #E06DCC: hue angle of 310.43º 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 #E06DCC is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 109 | 204 | - |
| CMYK | 0 | 0.51 | 0.09 | 0.12 |
| HSL | 310.43º | 0.65% | 0.65% | - |
| HSV(B) | 310.43º | 0.51% | 0.88% | - |
| XYZ | 47.11 | 31.14 | 60.66 | - |
| YUV | 154.22 | 156.1 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 109 | 204 | 0 | 0.51 | 0.09 | 0.12 | 310.43 | 0.65 | 0.65 |
| Hex | E0 | 6D | CC | 0 | 33 | 9 | C | 136 | 41 | 41 |
| Octal | 340 | 155 | 314 | 0 | 63 | 11 | 14 | 466 | 101 | 101 |
| Binary | 11100000 | 1101101 | 11001100 | 0 | 110011 | 1001 | 1100 | 100110110 | 1000001 | 1000001 |
Color Harmonies of #E06DCC
Complementary color
Monochromatic Colors of #E06DCC
Black with #E06DCC
Text Example
Text Example
White with #E06DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06DCC; }
p { color: rgb(224,109,204); }
H1.HeaderClassName
{
color: #E06DCC;
}
.AnyTagClassName
{
color: #E06DCC;
}
</style>
background-color css
<style>
a { background-color: #E06DCC; }
a { background-color: rgb(224,109,204); }
div.DivClassName
{
background-color: #E06DCC;
}
.BgClassName
{
background-color: #E06DCC;
}
</style>
border-color css
<style>
span { border-color: #E06DCC; }
span { border-color: rgb(224,109,204); }
td.TdClassName
{
border-color: #E06DCC;
}
.TagClassName
{
border-color: #E06DCC;
}
</style>