Shades of Orchid #E07FD7
Tints of Orchid #E07FD7
RGB
CMYK
RGB Variations
Color information
#E07FD7 (or 0xE07FD7) is known color: Orchid. HEX triplet: E0, 7F and D7. RGB value is (224,127,215). Sum of RGB (Red+Green+Blue) = 224+127+215=566 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.58% from 566); Green value is 127 (50% from 255 or 22.44% from 566); Blue value is 215 (84.38% from 255 or 37.99% from 566); Max value from RGB is 224 - color contains mainly: red. Hex color #E07FD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07FD7 is #1F8028. Grayscale: #A5A5A5. Windows color (decimal): -2064425 or 14122976. OLE color: 14122976.
HSL color Cylindrical-coordinate representation of color #E07FD7: hue angle of 305.57º 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 #E07FD7 is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 127 | 215 | - |
| CMYK | 0 | 0.43 | 0.04 | 0.12 |
| HSL | 305.57º | 0.61% | 0.69% | - |
| HSV(B) | 305.57º | 0.43% | 0.88% | - |
| XYZ | 50.6 | 35.93 | 68.56 | - |
| YUV | 166.04 | 155.64 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 127 | 215 | 0 | 0.43 | 0.04 | 0.12 | 305.57 | 0.61 | 0.69 |
| Hex | E0 | 7F | D7 | 0 | 2B | 4 | C | 132 | 3D | 45 |
| Octal | 340 | 177 | 327 | 0 | 53 | 4 | 14 | 462 | 75 | 105 |
| Binary | 11100000 | 1111111 | 11010111 | 0 | 101011 | 100 | 1100 | 100110010 | 111101 | 1000101 |
Color Harmonies of #E07FD7
Complementary color
Monochromatic Colors of #E07FD7
Black with #E07FD7
Text Example
Text Example
White with #E07FD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07FD7; }
p { color: rgb(224,127,215); }
H1.HeaderClassName
{
color: #E07FD7;
}
.AnyTagClassName
{
color: #E07FD7;
}
</style>
background-color css
<style>
a { background-color: #E07FD7; }
a { background-color: rgb(224,127,215); }
div.DivClassName
{
background-color: #E07FD7;
}
.BgClassName
{
background-color: #E07FD7;
}
</style>
border-color css
<style>
span { border-color: #E07FD7; }
span { border-color: rgb(224,127,215); }
td.TdClassName
{
border-color: #E07FD7;
}
.TagClassName
{
border-color: #E07FD7;
}
</style>