Shades of Orchid #E07CD6
Tints of Orchid #E07CD6
RGB
CMYK
RGB Variations
Color information
#E07CD6 (or 0xE07CD6) is known color: Orchid. HEX triplet: E0, 7C and D6. RGB value is (224,124,214). Sum of RGB (Red+Green+Blue) = 224+124+214=562 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.86% from 562); Green value is 124 (48.83% from 255 or 22.06% from 562); Blue value is 214 (83.98% from 255 or 38.08% from 562); Max value from RGB is 224 - color contains mainly: red. Hex color #E07CD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07CD6 is #1F8329. Grayscale: #A3A3A3. Windows color (decimal): -2065194 or 14056672. OLE color: 14056672.
HSL color Cylindrical-coordinate representation of color #E07CD6: hue angle of 306º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E07CD6 is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 124 | 214 | - |
| CMYK | 0 | 0.45 | 0.04 | 0.12 |
| HSL | 306º | 0.62% | 0.68% | - |
| HSV(B) | 306º | 0.45% | 0.88% | - |
| XYZ | 50.09 | 35.12 | 67.76 | - |
| YUV | 164.16 | 156.13 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 124 | 214 | 0 | 0.45 | 0.04 | 0.12 | 306 | 0.62 | 0.68 |
| Hex | E0 | 7C | D6 | 0 | 2D | 4 | C | 132 | 3E | 44 |
| Octal | 340 | 174 | 326 | 0 | 55 | 4 | 14 | 462 | 76 | 104 |
| Binary | 11100000 | 1111100 | 11010110 | 0 | 101101 | 100 | 1100 | 100110010 | 111110 | 1000100 |
Color Harmonies of #E07CD6
Complementary color
Monochromatic Colors of #E07CD6
Black with #E07CD6
Text Example
Text Example
White with #E07CD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07CD6; }
p { color: rgb(224,124,214); }
H1.HeaderClassName
{
color: #E07CD6;
}
.AnyTagClassName
{
color: #E07CD6;
}
</style>
background-color css
<style>
a { background-color: #E07CD6; }
a { background-color: rgb(224,124,214); }
div.DivClassName
{
background-color: #E07CD6;
}
.BgClassName
{
background-color: #E07CD6;
}
</style>
border-color css
<style>
span { border-color: #E07CD6; }
span { border-color: rgb(224,124,214); }
td.TdClassName
{
border-color: #E07CD6;
}
.TagClassName
{
border-color: #E07CD6;
}
</style>