Shades of Orchid #E379CF
Tints of Orchid #E379CF
RGB
CMYK
RGB Variations
Color information
#E379CF (or 0xE379CF) is known color: Orchid. HEX triplet: E3, 79 and CF. RGB value is (227,121,207). Sum of RGB (Red+Green+Blue) = 227+121+207=555 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.90% from 555); Green value is 121 (47.66% from 255 or 21.80% from 555); Blue value is 207 (81.25% from 255 or 37.30% from 555); Max value from RGB is 227 - color contains mainly: red. Hex color #E379CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E379CF is #1C8630. Grayscale: #A2A2A2. Windows color (decimal): -1869361 or 13597155. OLE color: 13597155.
HSL color Cylindrical-coordinate representation of color #E379CF: hue angle of 311.32º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E379CF is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 121 | 207 | - |
| CMYK | 0 | 0.47 | 0.09 | 0.11 |
| HSL | 311.32º | 0.65% | 0.68% | - |
| HSV(B) | 311.32º | 0.47% | 0.89% | - |
| XYZ | 49.78 | 34.51 | 63.07 | - |
| YUV | 162.5 | 153.12 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 121 | 207 | 0 | 0.47 | 0.09 | 0.11 | 311.32 | 0.65 | 0.68 |
| Hex | E3 | 79 | CF | 0 | 2F | 9 | B | 137 | 41 | 44 |
| Octal | 343 | 171 | 317 | 0 | 57 | 11 | 13 | 467 | 101 | 104 |
| Binary | 11100011 | 1111001 | 11001111 | 0 | 101111 | 1001 | 1011 | 100110111 | 1000001 | 1000100 |
Color Harmonies of #E379CF
Complementary color
Monochromatic Colors of #E379CF
Black with #E379CF
Text Example
Text Example
White with #E379CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E379CF; }
p { color: rgb(227,121,207); }
H1.HeaderClassName
{
color: #E379CF;
}
.AnyTagClassName
{
color: #E379CF;
}
</style>
background-color css
<style>
a { background-color: #E379CF; }
a { background-color: rgb(227,121,207); }
div.DivClassName
{
background-color: #E379CF;
}
.BgClassName
{
background-color: #E379CF;
}
</style>
border-color css
<style>
span { border-color: #E379CF; }
span { border-color: rgb(227,121,207); }
td.TdClassName
{
border-color: #E379CF;
}
.TagClassName
{
border-color: #E379CF;
}
</style>