Shades of Orchid #E07FD5
Tints of Orchid #E07FD5
RGB
CMYK
RGB Variations
Color information
#E07FD5 (or 0xE07FD5) is known color: Orchid. HEX triplet: E0, 7F and D5. RGB value is (224,127,213). Sum of RGB (Red+Green+Blue) = 224+127+213=564 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.72% from 564); Green value is 127 (50% from 255 or 22.52% from 564); Blue value is 213 (83.59% from 255 or 37.77% from 564); Max value from RGB is 224 - color contains mainly: red. Hex color #E07FD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07FD5 is #1F802A. Grayscale: #A5A5A5. Windows color (decimal): -2064427 or 13991904. OLE color: 13991904.
HSL color Cylindrical-coordinate representation of color #E07FD5: hue angle of 306.8º 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 #E07FD5 is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 127 | 213 | - |
| CMYK | 0 | 0.43 | 0.05 | 0.12 |
| HSL | 306.8º | 0.61% | 0.69% | - |
| HSV(B) | 306.8º | 0.43% | 0.88% | - |
| XYZ | 50.34 | 35.83 | 67.21 | - |
| YUV | 165.81 | 154.64 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 127 | 213 | 0 | 0.43 | 0.05 | 0.12 | 306.8 | 0.61 | 0.69 |
| Hex | E0 | 7F | D5 | 0 | 2B | 5 | C | 133 | 3D | 45 |
| Octal | 340 | 177 | 325 | 0 | 53 | 5 | 14 | 463 | 75 | 105 |
| Binary | 11100000 | 1111111 | 11010101 | 0 | 101011 | 101 | 1100 | 100110011 | 111101 | 1000101 |
Color Harmonies of #E07FD5
Complementary color
Monochromatic Colors of #E07FD5
Black with #E07FD5
Text Example
Text Example
White with #E07FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07FD5; }
p { color: rgb(224,127,213); }
H1.HeaderClassName
{
color: #E07FD5;
}
.AnyTagClassName
{
color: #E07FD5;
}
</style>
background-color css
<style>
a { background-color: #E07FD5; }
a { background-color: rgb(224,127,213); }
div.DivClassName
{
background-color: #E07FD5;
}
.BgClassName
{
background-color: #E07FD5;
}
</style>
border-color css
<style>
span { border-color: #E07FD5; }
span { border-color: rgb(224,127,213); }
td.TdClassName
{
border-color: #E07FD5;
}
.TagClassName
{
border-color: #E07FD5;
}
</style>