Shades of Orchid #E07ADC
Tints of Orchid #E07ADC
RGB
CMYK
RGB Variations
Color information
#E07ADC (or 0xE07ADC) is known color: Orchid. HEX triplet: E0, 7A and DC. RGB value is (224,122,220). Sum of RGB (Red+Green+Blue) = 224+122+220=566 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.58% from 566); Green value is 122 (48.05% from 255 or 21.55% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 224 - color contains mainly: red. Hex color #E07ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07ADC is #1F8523. Grayscale: #A3A3A3. Windows color (decimal): -2065700 or 14449376. OLE color: 14449376.
HSL color Cylindrical-coordinate representation of color #E07ADC: hue angle of 302.35º 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 #E07ADC is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 122 | 220 | - |
| CMYK | 0 | 0.46 | 0.02 | 0.12 |
| HSL | 302.35º | 0.62% | 0.68% | - |
| HSV(B) | 302.35º | 0.46% | 0.88% | - |
| XYZ | 50.62 | 34.93 | 71.79 | - |
| YUV | 163.67 | 159.79 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 122 | 220 | 0 | 0.46 | 0.02 | 0.12 | 302.35 | 0.62 | 0.68 |
| Hex | E0 | 7A | DC | 0 | 2E | 2 | C | 12E | 3E | 44 |
| Octal | 340 | 172 | 334 | 0 | 56 | 2 | 14 | 456 | 76 | 104 |
| Binary | 11100000 | 1111010 | 11011100 | 0 | 101110 | 10 | 1100 | 100101110 | 111110 | 1000100 |
Color Harmonies of #E07ADC
Complementary color
Monochromatic Colors of #E07ADC
Black with #E07ADC
Text Example
Text Example
White with #E07ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07ADC; }
p { color: rgb(224,122,220); }
H1.HeaderClassName
{
color: #E07ADC;
}
.AnyTagClassName
{
color: #E07ADC;
}
</style>
background-color css
<style>
a { background-color: #E07ADC; }
a { background-color: rgb(224,122,220); }
div.DivClassName
{
background-color: #E07ADC;
}
.BgClassName
{
background-color: #E07ADC;
}
</style>
border-color css
<style>
span { border-color: #E07ADC; }
span { border-color: rgb(224,122,220); }
td.TdClassName
{
border-color: #E07ADC;
}
.TagClassName
{
border-color: #E07ADC;
}
</style>