Shades of Orchid #E077CF
Tints of Orchid #E077CF
RGB
CMYK
RGB Variations
Color information
#E077CF (or 0xE077CF) is known color: Orchid. HEX triplet: E0, 77 and CF. RGB value is (224,119,207). Sum of RGB (Red+Green+Blue) = 224+119+207=550 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.73% from 550); Green value is 119 (46.88% from 255 or 21.64% from 550); Blue value is 207 (81.25% from 255 or 37.64% from 550); Max value from RGB is 224 - color contains mainly: red. Hex color #E077CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E077CF is #1F8830. Grayscale: #A0A0A0. Windows color (decimal): -2066481 or 13596640. OLE color: 13596640.
HSL color Cylindrical-coordinate representation of color #E077CF: hue angle of 309.71º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E077CF is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 119 | 207 | - |
| CMYK | 0 | 0.47 | 0.08 | 0.12 |
| HSL | 309.71º | 0.63% | 0.67% | - |
| HSV(B) | 309.71º | 0.47% | 0.88% | - |
| XYZ | 48.6 | 33.55 | 62.95 | - |
| YUV | 160.43 | 154.29 | 173.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 119 | 207 | 0 | 0.47 | 0.08 | 0.12 | 309.71 | 0.63 | 0.67 |
| Hex | E0 | 77 | CF | 0 | 2F | 8 | C | 136 | 3F | 43 |
| Octal | 340 | 167 | 317 | 0 | 57 | 10 | 14 | 466 | 77 | 103 |
| Binary | 11100000 | 1110111 | 11001111 | 0 | 101111 | 1000 | 1100 | 100110110 | 111111 | 1000011 |
Color Harmonies of #E077CF
Complementary color
Monochromatic Colors of #E077CF
Black with #E077CF
Text Example
Text Example
White with #E077CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E077CF; }
p { color: rgb(224,119,207); }
H1.HeaderClassName
{
color: #E077CF;
}
.AnyTagClassName
{
color: #E077CF;
}
</style>
background-color css
<style>
a { background-color: #E077CF; }
a { background-color: rgb(224,119,207); }
div.DivClassName
{
background-color: #E077CF;
}
.BgClassName
{
background-color: #E077CF;
}
</style>
border-color css
<style>
span { border-color: #E077CF; }
span { border-color: rgb(224,119,207); }
td.TdClassName
{
border-color: #E077CF;
}
.TagClassName
{
border-color: #E077CF;
}
</style>