Shades of Orchid #E47AD5
Tints of Orchid #E47AD5
RGB
CMYK
RGB Variations
Color information
#E47AD5 (or 0xE47AD5) is known color: Orchid. HEX triplet: E4, 7A and D5. RGB value is (228,122,213). Sum of RGB (Red+Green+Blue) = 228+122+213=563 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.50% from 563); Green value is 122 (48.05% from 255 or 21.67% from 563); Blue value is 213 (83.59% from 255 or 37.83% from 563); Max value from RGB is 228 - color contains mainly: red. Hex color #E47AD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47AD5 is #1B852A. Grayscale: #A3A3A3. Windows color (decimal): -1803563 or 13990628. OLE color: 13990628.
HSL color Cylindrical-coordinate representation of color #E47AD5: hue angle of 308.49º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E47AD5 is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 122 | 213 | - |
| CMYK | 0 | 0.46 | 0.07 | 0.11 |
| HSL | 308.49º | 0.66% | 0.69% | - |
| HSV(B) | 308.49º | 0.46% | 0.89% | - |
| XYZ | 50.96 | 35.22 | 67.06 | - |
| YUV | 164.07 | 155.62 | 173.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 122 | 213 | 0 | 0.46 | 0.07 | 0.11 | 308.49 | 0.66 | 0.69 |
| Hex | E4 | 7A | D5 | 0 | 2E | 7 | B | 134 | 42 | 45 |
| Octal | 344 | 172 | 325 | 0 | 56 | 7 | 13 | 464 | 102 | 105 |
| Binary | 11100100 | 1111010 | 11010101 | 0 | 101110 | 111 | 1011 | 100110100 | 1000010 | 1000101 |
Color Harmonies of #E47AD5
Complementary color
Monochromatic Colors of #E47AD5
Black with #E47AD5
Text Example
Text Example
White with #E47AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47AD5; }
p { color: rgb(228,122,213); }
H1.HeaderClassName
{
color: #E47AD5;
}
.AnyTagClassName
{
color: #E47AD5;
}
</style>
background-color css
<style>
a { background-color: #E47AD5; }
a { background-color: rgb(228,122,213); }
div.DivClassName
{
background-color: #E47AD5;
}
.BgClassName
{
background-color: #E47AD5;
}
</style>
border-color css
<style>
span { border-color: #E47AD5; }
span { border-color: rgb(228,122,213); }
td.TdClassName
{
border-color: #E47AD5;
}
.TagClassName
{
border-color: #E47AD5;
}
</style>