Shades of Orchid #E07FCC
Tints of Orchid #E07FCC
RGB
CMYK
RGB Variations
Color information
#E07FCC (or 0xE07FCC) is known color: Orchid. HEX triplet: E0, 7F and CC. RGB value is (224,127,204). Sum of RGB (Red+Green+Blue) = 224+127+204=555 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.36% from 555); Green value is 127 (50% from 255 or 22.88% from 555); Blue value is 204 (80.08% from 255 or 36.76% from 555); Max value from RGB is 224 - color contains mainly: red. Hex color #E07FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07FCC is #1F8033. Grayscale: #A4A4A4. Windows color (decimal): -2064436 or 13402080. OLE color: 13402080.
HSL color Cylindrical-coordinate representation of color #E07FCC: hue angle of 312.37º 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 #E07FCC is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 127 | 204 | - |
| CMYK | 0 | 0.43 | 0.09 | 0.12 |
| HSL | 312.37º | 0.61% | 0.69% | - |
| HSV(B) | 312.37º | 0.43% | 0.88% | - |
| XYZ | 49.23 | 35.39 | 61.36 | - |
| YUV | 164.78 | 150.14 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 127 | 204 | 0 | 0.43 | 0.09 | 0.12 | 312.37 | 0.61 | 0.69 |
| Hex | E0 | 7F | CC | 0 | 2B | 9 | C | 138 | 3D | 45 |
| Octal | 340 | 177 | 314 | 0 | 53 | 11 | 14 | 470 | 75 | 105 |
| Binary | 11100000 | 1111111 | 11001100 | 0 | 101011 | 1001 | 1100 | 100111000 | 111101 | 1000101 |
Color Harmonies of #E07FCC
Complementary color
Monochromatic Colors of #E07FCC
Black with #E07FCC
Text Example
Text Example
White with #E07FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07FCC; }
p { color: rgb(224,127,204); }
H1.HeaderClassName
{
color: #E07FCC;
}
.AnyTagClassName
{
color: #E07FCC;
}
</style>
background-color css
<style>
a { background-color: #E07FCC; }
a { background-color: rgb(224,127,204); }
div.DivClassName
{
background-color: #E07FCC;
}
.BgClassName
{
background-color: #E07FCC;
}
</style>
border-color css
<style>
span { border-color: #E07FCC; }
span { border-color: rgb(224,127,204); }
td.TdClassName
{
border-color: #E07FCC;
}
.TagClassName
{
border-color: #E07FCC;
}
</style>