Shades of Orchid #E07DDA
Tints of Orchid #E07DDA
RGB
CMYK
RGB Variations
Color information
#E07DDA (or 0xE07DDA) is known color: Orchid. HEX triplet: E0, 7D and DA. RGB value is (224,125,218). Sum of RGB (Red+Green+Blue) = 224+125+218=567 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.51% from 567); Green value is 125 (49.22% from 255 or 22.05% from 567); Blue value is 218 (85.55% from 255 or 38.45% from 567); Max value from RGB is 224 - color contains mainly: red. Hex color #E07DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07DDA is #1F8225. Grayscale: #A4A4A4. Windows color (decimal): -2064934 or 14319072. OLE color: 14319072.
HSL color Cylindrical-coordinate representation of color #E07DDA: hue angle of 303.64º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E07DDA is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 125 | 218 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.12 |
| HSL | 303.64º | 0.61% | 0.68% | - |
| HSV(B) | 303.64º | 0.44% | 0.88% | - |
| XYZ | 50.73 | 35.58 | 70.52 | - |
| YUV | 165.2 | 157.8 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 125 | 218 | 0 | 0.44 | 0.03 | 0.12 | 303.64 | 0.61 | 0.68 |
| Hex | E0 | 7D | DA | 0 | 2C | 3 | C | 130 | 3D | 44 |
| Octal | 340 | 175 | 332 | 0 | 54 | 3 | 14 | 460 | 75 | 104 |
| Binary | 11100000 | 1111101 | 11011010 | 0 | 101100 | 11 | 1100 | 100110000 | 111101 | 1000100 |
Color Harmonies of #E07DDA
Complementary color
Monochromatic Colors of #E07DDA
Black with #E07DDA
Text Example
Text Example
White with #E07DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07DDA; }
p { color: rgb(224,125,218); }
H1.HeaderClassName
{
color: #E07DDA;
}
.AnyTagClassName
{
color: #E07DDA;
}
</style>
background-color css
<style>
a { background-color: #E07DDA; }
a { background-color: rgb(224,125,218); }
div.DivClassName
{
background-color: #E07DDA;
}
.BgClassName
{
background-color: #E07DDA;
}
</style>
border-color css
<style>
span { border-color: #E07DDA; }
span { border-color: rgb(224,125,218); }
td.TdClassName
{
border-color: #E07DDA;
}
.TagClassName
{
border-color: #E07DDA;
}
</style>