Shades of Orchid #E07FD0
Tints of Orchid #E07FD0
RGB
CMYK
RGB Variations
Color information
#E07FD0 (or 0xE07FD0) is known color: Orchid. HEX triplet: E0, 7F and D0. RGB value is (224,127,208). Sum of RGB (Red+Green+Blue) = 224+127+208=559 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40.07% from 559); Green value is 127 (50% from 255 or 22.72% from 559); Blue value is 208 (81.64% from 255 or 37.21% from 559); Max value from RGB is 224 - color contains mainly: red. Hex color #E07FD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07FD0 is #1F802F. Grayscale: #A5A5A5. Windows color (decimal): -2064432 or 13664224. OLE color: 13664224.
HSL color Cylindrical-coordinate representation of color #E07FD0: hue angle of 309.9º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E07FD0 is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 127 | 208 | - |
| CMYK | 0 | 0.43 | 0.07 | 0.12 |
| HSL | 309.9º | 0.61% | 0.69% | - |
| HSV(B) | 309.9º | 0.43% | 0.88% | - |
| XYZ | 49.72 | 35.58 | 63.92 | - |
| YUV | 165.24 | 152.14 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 127 | 208 | 0 | 0.43 | 0.07 | 0.12 | 309.9 | 0.61 | 0.69 |
| Hex | E0 | 7F | D0 | 0 | 2B | 7 | C | 136 | 3D | 45 |
| Octal | 340 | 177 | 320 | 0 | 53 | 7 | 14 | 466 | 75 | 105 |
| Binary | 11100000 | 1111111 | 11010000 | 0 | 101011 | 111 | 1100 | 100110110 | 111101 | 1000101 |
Color Harmonies of #E07FD0
Complementary color
Monochromatic Colors of #E07FD0
Black with #E07FD0
Text Example
Text Example
White with #E07FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07FD0; }
p { color: rgb(224,127,208); }
H1.HeaderClassName
{
color: #E07FD0;
}
.AnyTagClassName
{
color: #E07FD0;
}
</style>
background-color css
<style>
a { background-color: #E07FD0; }
a { background-color: rgb(224,127,208); }
div.DivClassName
{
background-color: #E07FD0;
}
.BgClassName
{
background-color: #E07FD0;
}
</style>
border-color css
<style>
span { border-color: #E07FD0; }
span { border-color: rgb(224,127,208); }
td.TdClassName
{
border-color: #E07FD0;
}
.TagClassName
{
border-color: #E07FD0;
}
</style>