Shades of Orchid #E07FCA
Tints of Orchid #E07FCA
RGB
CMYK
RGB Variations
Color information
#E07FCA (or 0xE07FCA) is known color: Orchid. HEX triplet: E0, 7F and CA. RGB value is (224,127,202). Sum of RGB (Red+Green+Blue) = 224+127+202=553 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.51% from 553); Green value is 127 (50% from 255 or 22.97% from 553); Blue value is 202 (79.30% from 255 or 36.53% from 553); Max value from RGB is 224 - color contains mainly: red. Hex color #E07FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07FCA is #1F8035. Grayscale: #A4A4A4. Windows color (decimal): -2064438 or 13271008. OLE color: 13271008.
HSL color Cylindrical-coordinate representation of color #E07FCA: hue angle of 313.61º 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 #E07FCA is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 127 | 202 | - |
| CMYK | 0 | 0.43 | 0.10 | 0.12 |
| HSL | 313.61º | 0.61% | 0.69% | - |
| HSV(B) | 313.61º | 0.43% | 0.88% | - |
| XYZ | 48.99 | 35.29 | 60.11 | - |
| YUV | 164.55 | 149.14 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 127 | 202 | 0 | 0.43 | 0.10 | 0.12 | 313.61 | 0.61 | 0.69 |
| Hex | E0 | 7F | CA | 0 | 2B | A | C | 13A | 3D | 45 |
| Octal | 340 | 177 | 312 | 0 | 53 | 12 | 14 | 472 | 75 | 105 |
| Binary | 11100000 | 1111111 | 11001010 | 0 | 101011 | 1010 | 1100 | 100111010 | 111101 | 1000101 |
Color Harmonies of #E07FCA
Complementary color
Monochromatic Colors of #E07FCA
Black with #E07FCA
Text Example
Text Example
White with #E07FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07FCA; }
p { color: rgb(224,127,202); }
H1.HeaderClassName
{
color: #E07FCA;
}
.AnyTagClassName
{
color: #E07FCA;
}
</style>
background-color css
<style>
a { background-color: #E07FCA; }
a { background-color: rgb(224,127,202); }
div.DivClassName
{
background-color: #E07FCA;
}
.BgClassName
{
background-color: #E07FCA;
}
</style>
border-color css
<style>
span { border-color: #E07FCA; }
span { border-color: rgb(224,127,202); }
td.TdClassName
{
border-color: #E07FCA;
}
.TagClassName
{
border-color: #E07FCA;
}
</style>