Shades of Orchid #E07FDC
Tints of Orchid #E07FDC
RGB
CMYK
RGB Variations
Color information
#E07FDC (or 0xE07FDC) is known color: Orchid. HEX triplet: E0, 7F and DC. RGB value is (224,127,220). Sum of RGB (Red+Green+Blue) = 224+127+220=571 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.23% from 571); Green value is 127 (50% from 255 or 22.24% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 224 - color contains mainly: red. Hex color #E07FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07FDC is #1F8023. Grayscale: #A6A6A6. Windows color (decimal): -2064420 or 14450656. OLE color: 14450656.
HSL color Cylindrical-coordinate representation of color #E07FDC: hue angle of 302.47º 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 #E07FDC is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 127 | 220 | - |
| CMYK | 0 | 0.43 | 0.02 | 0.12 |
| HSL | 302.47º | 0.61% | 0.69% | - |
| HSV(B) | 302.47º | 0.43% | 0.88% | - |
| XYZ | 51.25 | 36.19 | 72 | - |
| YUV | 166.61 | 158.14 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 127 | 220 | 0 | 0.43 | 0.02 | 0.12 | 302.47 | 0.61 | 0.69 |
| Hex | E0 | 7F | DC | 0 | 2B | 2 | C | 12E | 3D | 45 |
| Octal | 340 | 177 | 334 | 0 | 53 | 2 | 14 | 456 | 75 | 105 |
| Binary | 11100000 | 1111111 | 11011100 | 0 | 101011 | 10 | 1100 | 100101110 | 111101 | 1000101 |
Color Harmonies of #E07FDC
Complementary color
Monochromatic Colors of #E07FDC
Black with #E07FDC
Text Example
Text Example
White with #E07FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07FDC; }
p { color: rgb(224,127,220); }
H1.HeaderClassName
{
color: #E07FDC;
}
.AnyTagClassName
{
color: #E07FDC;
}
</style>
background-color css
<style>
a { background-color: #E07FDC; }
a { background-color: rgb(224,127,220); }
div.DivClassName
{
background-color: #E07FDC;
}
.BgClassName
{
background-color: #E07FDC;
}
</style>
border-color css
<style>
span { border-color: #E07FDC; }
span { border-color: rgb(224,127,220); }
td.TdClassName
{
border-color: #E07FDC;
}
.TagClassName
{
border-color: #E07FDC;
}
</style>