Shades of Orchid #E279CF
Tints of Orchid #E279CF
RGB
CMYK
RGB Variations
Color information
#E279CF (or 0xE279CF) is known color: Orchid. HEX triplet: E2, 79 and CF. RGB value is (226,121,207). Sum of RGB (Red+Green+Blue) = 226+121+207=554 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.79% from 554); Green value is 121 (47.66% from 255 or 21.84% from 554); Blue value is 207 (81.25% from 255 or 37.36% from 554); Max value from RGB is 226 - color contains mainly: red. Hex color #E279CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E279CF is #1D8630. Grayscale: #A1A1A1. Windows color (decimal): -1934897 or 13597154. OLE color: 13597154.
HSL color Cylindrical-coordinate representation of color #E279CF: hue angle of 310.86º 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 #E279CF is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 121 | 207 | - |
| CMYK | 0 | 0.46 | 0.08 | 0.11 |
| HSL | 310.86º | 0.64% | 0.68% | - |
| HSV(B) | 310.86º | 0.46% | 0.89% | - |
| XYZ | 49.46 | 34.35 | 63.05 | - |
| YUV | 162.2 | 153.29 | 173.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 121 | 207 | 0 | 0.46 | 0.08 | 0.11 | 310.86 | 0.64 | 0.68 |
| Hex | E2 | 79 | CF | 0 | 2E | 8 | B | 137 | 40 | 44 |
| Octal | 342 | 171 | 317 | 0 | 56 | 10 | 13 | 467 | 100 | 104 |
| Binary | 11100010 | 1111001 | 11001111 | 0 | 101110 | 1000 | 1011 | 100110111 | 1000000 | 1000100 |
Color Harmonies of #E279CF
Complementary color
Monochromatic Colors of #E279CF
Black with #E279CF
Text Example
Text Example
White with #E279CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E279CF; }
p { color: rgb(226,121,207); }
H1.HeaderClassName
{
color: #E279CF;
}
.AnyTagClassName
{
color: #E279CF;
}
</style>
background-color css
<style>
a { background-color: #E279CF; }
a { background-color: rgb(226,121,207); }
div.DivClassName
{
background-color: #E279CF;
}
.BgClassName
{
background-color: #E279CF;
}
</style>
border-color css
<style>
span { border-color: #E279CF; }
span { border-color: rgb(226,121,207); }
td.TdClassName
{
border-color: #E279CF;
}
.TagClassName
{
border-color: #E279CF;
}
</style>