Shades of Orchid #E27ACF
Tints of Orchid #E27ACF
RGB
CMYK
RGB Variations
Color information
#E27ACF (or 0xE27ACF) is known color: Orchid. HEX triplet: E2, 7A and CF. RGB value is (226,122,207). Sum of RGB (Red+Green+Blue) = 226+122+207=555 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.72% from 555); Green value is 122 (48.05% from 255 or 21.98% from 555); Blue value is 207 (81.25% from 255 or 37.30% from 555); Max value from RGB is 226 - color contains mainly: red. Hex color #E27ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27ACF is #1D8530. Grayscale: #A2A2A2. Windows color (decimal): -1934641 or 13597410. OLE color: 13597410.
HSL color Cylindrical-coordinate representation of color #E27ACF: hue angle of 310.96º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E27ACF is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 122 | 207 | - |
| CMYK | 0 | 0.46 | 0.08 | 0.11 |
| HSL | 310.96º | 0.64% | 0.68% | - |
| HSV(B) | 310.96º | 0.46% | 0.89% | - |
| XYZ | 49.59 | 34.59 | 63.1 | - |
| YUV | 162.79 | 152.96 | 173.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 122 | 207 | 0 | 0.46 | 0.08 | 0.11 | 310.96 | 0.64 | 0.68 |
| Hex | E2 | 7A | CF | 0 | 2E | 8 | B | 137 | 40 | 44 |
| Octal | 342 | 172 | 317 | 0 | 56 | 10 | 13 | 467 | 100 | 104 |
| Binary | 11100010 | 1111010 | 11001111 | 0 | 101110 | 1000 | 1011 | 100110111 | 1000000 | 1000100 |
Color Harmonies of #E27ACF
Complementary color
Monochromatic Colors of #E27ACF
Black with #E27ACF
Text Example
Text Example
White with #E27ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27ACF; }
p { color: rgb(226,122,207); }
H1.HeaderClassName
{
color: #E27ACF;
}
.AnyTagClassName
{
color: #E27ACF;
}
</style>
background-color css
<style>
a { background-color: #E27ACF; }
a { background-color: rgb(226,122,207); }
div.DivClassName
{
background-color: #E27ACF;
}
.BgClassName
{
background-color: #E27ACF;
}
</style>
border-color css
<style>
span { border-color: #E27ACF; }
span { border-color: rgb(226,122,207); }
td.TdClassName
{
border-color: #E27ACF;
}
.TagClassName
{
border-color: #E27ACF;
}
</style>