Shades of Orchid #E07AD6
Tints of Orchid #E07AD6
RGB
CMYK
RGB Variations
Color information
#E07AD6 (or 0xE07AD6) is known color: Orchid. HEX triplet: E0, 7A and D6. RGB value is (224,122,214). Sum of RGB (Red+Green+Blue) = 224+122+214=560 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40% from 560); Green value is 122 (48.05% from 255 or 21.79% from 560); Blue value is 214 (83.98% from 255 or 38.21% from 560); Max value from RGB is 224 - color contains mainly: red. Hex color #E07AD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07AD6 is #1F8529. Grayscale: #A2A2A2. Windows color (decimal): -2065706 or 14056160. OLE color: 14056160.
HSL color Cylindrical-coordinate representation of color #E07AD6: hue angle of 305.88º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E07AD6 is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 122 | 214 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.12 |
| HSL | 305.88º | 0.62% | 0.68% | - |
| HSV(B) | 305.88º | 0.46% | 0.88% | - |
| XYZ | 49.84 | 34.62 | 67.67 | - |
| YUV | 162.99 | 156.79 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 122 | 214 | 0 | 0.46 | 0.04 | 0.12 | 305.88 | 0.62 | 0.68 |
| Hex | E0 | 7A | D6 | 0 | 2E | 4 | C | 132 | 3E | 44 |
| Octal | 340 | 172 | 326 | 0 | 56 | 4 | 14 | 462 | 76 | 104 |
| Binary | 11100000 | 1111010 | 11010110 | 0 | 101110 | 100 | 1100 | 100110010 | 111110 | 1000100 |
Color Harmonies of #E07AD6
Complementary color
Monochromatic Colors of #E07AD6
Black with #E07AD6
Text Example
Text Example
White with #E07AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07AD6; }
p { color: rgb(224,122,214); }
H1.HeaderClassName
{
color: #E07AD6;
}
.AnyTagClassName
{
color: #E07AD6;
}
</style>
background-color css
<style>
a { background-color: #E07AD6; }
a { background-color: rgb(224,122,214); }
div.DivClassName
{
background-color: #E07AD6;
}
.BgClassName
{
background-color: #E07AD6;
}
</style>
border-color css
<style>
span { border-color: #E07AD6; }
span { border-color: rgb(224,122,214); }
td.TdClassName
{
border-color: #E07AD6;
}
.TagClassName
{
border-color: #E07AD6;
}
</style>