Shades of Orchid #E06DC7
Tints of Orchid #E06DC7
RGB
CMYK
RGB Variations
Color information
#E06DC7 (or 0xE06DC7) is known color: Orchid. HEX triplet: E0, 6D and C7. RGB value is (224,109,199). Sum of RGB (Red+Green+Blue) = 224+109+199=532 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.11% from 532); Green value is 109 (42.97% from 255 or 20.49% from 532); Blue value is 199 (78.12% from 255 or 37.41% from 532); Max value from RGB is 224 - color contains mainly: red. Hex color #E06DC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06DC7 is #1F9238. Grayscale: #999999. Windows color (decimal): -2069049 or 13069792. OLE color: 13069792.
HSL color Cylindrical-coordinate representation of color #E06DC7: hue angle of 313.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 #E06DC7 is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 109 | 199 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.12 |
| HSL | 313.04º | 0.65% | 0.65% | - |
| HSV(B) | 313.04º | 0.51% | 0.88% | - |
| XYZ | 46.52 | 30.91 | 57.55 | - |
| YUV | 153.65 | 153.6 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 109 | 199 | 0 | 0.51 | 0.11 | 0.12 | 313.04 | 0.65 | 0.65 |
| Hex | E0 | 6D | C7 | 0 | 33 | B | C | 139 | 41 | 41 |
| Octal | 340 | 155 | 307 | 0 | 63 | 13 | 14 | 471 | 101 | 101 |
| Binary | 11100000 | 1101101 | 11000111 | 0 | 110011 | 1011 | 1100 | 100111001 | 1000001 | 1000001 |
Color Harmonies of #E06DC7
Complementary color
Monochromatic Colors of #E06DC7
Black with #E06DC7
Text Example
Text Example
White with #E06DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06DC7; }
p { color: rgb(224,109,199); }
H1.HeaderClassName
{
color: #E06DC7;
}
.AnyTagClassName
{
color: #E06DC7;
}
</style>
background-color css
<style>
a { background-color: #E06DC7; }
a { background-color: rgb(224,109,199); }
div.DivClassName
{
background-color: #E06DC7;
}
.BgClassName
{
background-color: #E06DC7;
}
</style>
border-color css
<style>
span { border-color: #E06DC7; }
span { border-color: rgb(224,109,199); }
td.TdClassName
{
border-color: #E06DC7;
}
.TagClassName
{
border-color: #E06DC7;
}
</style>