Shades of Orchid #E07ACF
Tints of Orchid #E07ACF
RGB
CMYK
RGB Variations
Color information
#E07ACF (or 0xE07ACF) is known color: Orchid. HEX triplet: E0, 7A and CF. RGB value is (224,122,207). Sum of RGB (Red+Green+Blue) = 224+122+207=553 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.51% from 553); Green value is 122 (48.05% from 255 or 22.06% from 553); Blue value is 207 (81.25% from 255 or 37.43% from 553); Max value from RGB is 224 - color contains mainly: red. Hex color #E07ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07ACF is #1F8530. Grayscale: #A1A1A1. Windows color (decimal): -2065713 or 13597408. OLE color: 13597408.
HSL color Cylindrical-coordinate representation of color #E07ACF: hue angle of 310º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E07ACF is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 122 | 207 | - |
| CMYK | 0 | 0.46 | 0.08 | 0.12 |
| HSL | 310º | 0.62% | 0.68% | - |
| HSV(B) | 310º | 0.46% | 0.88% | - |
| XYZ | 48.96 | 34.27 | 63.07 | - |
| YUV | 162.19 | 153.29 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 122 | 207 | 0 | 0.46 | 0.08 | 0.12 | 310 | 0.62 | 0.68 |
| Hex | E0 | 7A | CF | 0 | 2E | 8 | C | 136 | 3E | 44 |
| Octal | 340 | 172 | 317 | 0 | 56 | 10 | 14 | 466 | 76 | 104 |
| Binary | 11100000 | 1111010 | 11001111 | 0 | 101110 | 1000 | 1100 | 100110110 | 111110 | 1000100 |
Color Harmonies of #E07ACF
Complementary color
Monochromatic Colors of #E07ACF
Black with #E07ACF
Text Example
Text Example
White with #E07ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07ACF; }
p { color: rgb(224,122,207); }
H1.HeaderClassName
{
color: #E07ACF;
}
.AnyTagClassName
{
color: #E07ACF;
}
</style>
background-color css
<style>
a { background-color: #E07ACF; }
a { background-color: rgb(224,122,207); }
div.DivClassName
{
background-color: #E07ACF;
}
.BgClassName
{
background-color: #E07ACF;
}
</style>
border-color css
<style>
span { border-color: #E07ACF; }
span { border-color: rgb(224,122,207); }
td.TdClassName
{
border-color: #E07ACF;
}
.TagClassName
{
border-color: #E07ACF;
}
</style>