Shades of Orchid #E07FC8
Tints of Orchid #E07FC8
RGB
CMYK
RGB Variations
Color information
#E07FC8 (or 0xE07FC8) is known color: Orchid. HEX triplet: E0, 7F and C8. RGB value is (224,127,200). Sum of RGB (Red+Green+Blue) = 224+127+200=551 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.65% from 551); Green value is 127 (50% from 255 or 23.05% from 551); Blue value is 200 (78.52% from 255 or 36.30% from 551); Max value from RGB is 224 - color contains mainly: red. Hex color #E07FC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07FC8 is #1F8037. Grayscale: #A4A4A4. Windows color (decimal): -2064440 or 13139936. OLE color: 13139936.
HSL color Cylindrical-coordinate representation of color #E07FC8: hue angle of 314.85º 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 #E07FC8 is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 127 | 200 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.12 |
| HSL | 314.85º | 0.61% | 0.69% | - |
| HSV(B) | 314.85º | 0.43% | 0.88% | - |
| XYZ | 48.76 | 35.2 | 58.87 | - |
| YUV | 164.33 | 148.14 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 127 | 200 | 0 | 0.43 | 0.11 | 0.12 | 314.85 | 0.61 | 0.69 |
| Hex | E0 | 7F | C8 | 0 | 2B | B | C | 13B | 3D | 45 |
| Octal | 340 | 177 | 310 | 0 | 53 | 13 | 14 | 473 | 75 | 105 |
| Binary | 11100000 | 1111111 | 11001000 | 0 | 101011 | 1011 | 1100 | 100111011 | 111101 | 1000101 |
Color Harmonies of #E07FC8
Complementary color
Monochromatic Colors of #E07FC8
Black with #E07FC8
Text Example
Text Example
White with #E07FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07FC8; }
p { color: rgb(224,127,200); }
H1.HeaderClassName
{
color: #E07FC8;
}
.AnyTagClassName
{
color: #E07FC8;
}
</style>
background-color css
<style>
a { background-color: #E07FC8; }
a { background-color: rgb(224,127,200); }
div.DivClassName
{
background-color: #E07FC8;
}
.BgClassName
{
background-color: #E07FC8;
}
</style>
border-color css
<style>
span { border-color: #E07FC8; }
span { border-color: rgb(224,127,200); }
td.TdClassName
{
border-color: #E07FC8;
}
.TagClassName
{
border-color: #E07FC8;
}
</style>