Shades of Orchid #E07FDD
Tints of Orchid #E07FDD
RGB
CMYK
RGB Variations
Color information
#E07FDD (or 0xE07FDD) is known color: Orchid. HEX triplet: E0, 7F and DD. RGB value is (224,127,221). Sum of RGB (Red+Green+Blue) = 224+127+221=572 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.16% from 572); Green value is 127 (50% from 255 or 22.20% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 224 - color contains mainly: red. Hex color #E07FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07FDD is #1F8022. Grayscale: #A6A6A6. Windows color (decimal): -2064419 or 14516192. OLE color: 14516192.
HSL color Cylindrical-coordinate representation of color #E07FDD: hue angle of 301.86º 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 #E07FDD is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 127 | 221 | - |
| CMYK | 0 | 0.43 | 0.01 | 0.12 |
| HSL | 301.86º | 0.61% | 0.69% | - |
| HSV(B) | 301.86º | 0.43% | 0.88% | - |
| XYZ | 51.38 | 36.25 | 72.69 | - |
| YUV | 166.72 | 158.64 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 127 | 221 | 0 | 0.43 | 0.01 | 0.12 | 301.86 | 0.61 | 0.69 |
| Hex | E0 | 7F | DD | 0 | 2B | 1 | C | 12E | 3D | 45 |
| Octal | 340 | 177 | 335 | 0 | 53 | 1 | 14 | 456 | 75 | 105 |
| Binary | 11100000 | 1111111 | 11011101 | 0 | 101011 | 1 | 1100 | 100101110 | 111101 | 1000101 |
Color Harmonies of #E07FDD
Complementary color
Monochromatic Colors of #E07FDD
Black with #E07FDD
Text Example
Text Example
White with #E07FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07FDD; }
p { color: rgb(224,127,221); }
H1.HeaderClassName
{
color: #E07FDD;
}
.AnyTagClassName
{
color: #E07FDD;
}
</style>
background-color css
<style>
a { background-color: #E07FDD; }
a { background-color: rgb(224,127,221); }
div.DivClassName
{
background-color: #E07FDD;
}
.BgClassName
{
background-color: #E07FDD;
}
</style>
border-color css
<style>
span { border-color: #E07FDD; }
span { border-color: rgb(224,127,221); }
td.TdClassName
{
border-color: #E07FDD;
}
.TagClassName
{
border-color: #E07FDD;
}
</style>