Shades of Orchid #E07FCB
Tints of Orchid #E07FCB
RGB
CMYK
RGB Variations
Color information
#E07FCB (or 0xE07FCB) is known color: Orchid. HEX triplet: E0, 7F and CB. RGB value is (224,127,203). Sum of RGB (Red+Green+Blue) = 224+127+203=554 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.43% from 554); Green value is 127 (50% from 255 or 22.92% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 224 - color contains mainly: red. Hex color #E07FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07FCB is #1F8034. Grayscale: #A4A4A4. Windows color (decimal): -2064437 or 13336544. OLE color: 13336544.
HSL color Cylindrical-coordinate representation of color #E07FCB: hue angle of 312.99º 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 #E07FCB is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 127 | 203 | - |
| CMYK | 0 | 0.43 | 0.09 | 0.12 |
| HSL | 312.99º | 0.61% | 0.69% | - |
| HSV(B) | 312.99º | 0.43% | 0.88% | - |
| XYZ | 49.11 | 35.34 | 60.73 | - |
| YUV | 164.67 | 149.64 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 127 | 203 | 0 | 0.43 | 0.09 | 0.12 | 312.99 | 0.61 | 0.69 |
| Hex | E0 | 7F | CB | 0 | 2B | 9 | C | 139 | 3D | 45 |
| Octal | 340 | 177 | 313 | 0 | 53 | 11 | 14 | 471 | 75 | 105 |
| Binary | 11100000 | 1111111 | 11001011 | 0 | 101011 | 1001 | 1100 | 100111001 | 111101 | 1000101 |
Color Harmonies of #E07FCB
Complementary color
Monochromatic Colors of #E07FCB
Black with #E07FCB
Text Example
Text Example
White with #E07FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07FCB; }
p { color: rgb(224,127,203); }
H1.HeaderClassName
{
color: #E07FCB;
}
.AnyTagClassName
{
color: #E07FCB;
}
</style>
background-color css
<style>
a { background-color: #E07FCB; }
a { background-color: rgb(224,127,203); }
div.DivClassName
{
background-color: #E07FCB;
}
.BgClassName
{
background-color: #E07FCB;
}
</style>
border-color css
<style>
span { border-color: #E07FCB; }
span { border-color: rgb(224,127,203); }
td.TdClassName
{
border-color: #E07FCB;
}
.TagClassName
{
border-color: #E07FCB;
}
</style>