Shades of Orchid #E07FDF
Tints of Orchid #E07FDF
RGB
CMYK
RGB Variations
Color information
#E07FDF (or 0xE07FDF) is known color: Orchid. HEX triplet: E0, 7F and DF. RGB value is (224,127,223). Sum of RGB (Red+Green+Blue) = 224+127+223=574 (76% of max value = 765). Red value is 224 (87.89% from 255 or 39.02% from 574); Green value is 127 (50% from 255 or 22.13% from 574); Blue value is 223 (87.5% from 255 or 38.85% from 574); Max value from RGB is 224 - color contains mainly: red. Hex color #E07FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07FDF is #1F8020. Grayscale: #A6A6A6. Windows color (decimal): -2064417 or 14647264. OLE color: 14647264.
HSL color Cylindrical-coordinate representation of color #E07FDF: hue angle of 300.62º 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 #E07FDF is Cyan = 0, Magento = 0.43, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 127 | 223 | - |
| CMYK | 0 | 0.43 | 0.00 | 0.12 |
| HSL | 300.62º | 0.61% | 0.69% | - |
| HSV(B) | 300.62º | 0.43% | 0.88% | - |
| XYZ | 51.65 | 36.35 | 74.11 | - |
| YUV | 166.95 | 159.64 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 127 | 223 | 0 | 0.43 | 0.00 | 0.12 | 300.62 | 0.61 | 0.69 |
| Hex | E0 | 7F | DF | 0 | 2B | 0 | C | 12D | 3D | 45 |
| Octal | 340 | 177 | 337 | 0 | 53 | 0 | 14 | 455 | 75 | 105 |
| Binary | 11100000 | 1111111 | 11011111 | 0 | 101011 | 0 | 1100 | 100101101 | 111101 | 1000101 |
Color Harmonies of #E07FDF
Complementary color
Monochromatic Colors of #E07FDF
Black with #E07FDF
Text Example
Text Example
White with #E07FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07FDF; }
p { color: rgb(224,127,223); }
H1.HeaderClassName
{
color: #E07FDF;
}
.AnyTagClassName
{
color: #E07FDF;
}
</style>
background-color css
<style>
a { background-color: #E07FDF; }
a { background-color: rgb(224,127,223); }
div.DivClassName
{
background-color: #E07FDF;
}
.BgClassName
{
background-color: #E07FDF;
}
</style>
border-color css
<style>
span { border-color: #E07FDF; }
span { border-color: rgb(224,127,223); }
td.TdClassName
{
border-color: #E07FDF;
}
.TagClassName
{
border-color: #E07FDF;
}
</style>