Shades of Orchid #E879DE
Tints of Orchid #E879DE
RGB
CMYK
RGB Variations
Color information
#E879DE (or 0xE879DE) is known color: Orchid. HEX triplet: E8, 79 and DE. RGB value is (232,121,222). Sum of RGB (Red+Green+Blue) = 232+121+222=575 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.35% from 575); Green value is 121 (47.66% from 255 or 21.04% from 575); Blue value is 222 (87.11% from 255 or 38.61% from 575); Max value from RGB is 232 - color contains mainly: red. Hex color #E879DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E879DE is #178621. Grayscale: #A5A5A5. Windows color (decimal): -1541666 or 14580200. OLE color: 14580200.
HSL color Cylindrical-coordinate representation of color #E879DE: hue angle of 305.41º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E879DE is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 121 | 222 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.09 |
| HSL | 305.41º | 0.71% | 0.69% | - |
| HSV(B) | 305.41º | 0.48% | 0.91% | - |
| XYZ | 53.3 | 36.1 | 73.27 | - |
| YUV | 165.7 | 159.77 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 121 | 222 | 0 | 0.48 | 0.04 | 0.09 | 305.41 | 0.71 | 0.69 |
| Hex | E8 | 79 | DE | 0 | 30 | 4 | 9 | 131 | 47 | 45 |
| Octal | 350 | 171 | 336 | 0 | 60 | 4 | 11 | 461 | 107 | 105 |
| Binary | 11101000 | 1111001 | 11011110 | 0 | 110000 | 100 | 1001 | 100110001 | 1000111 | 1000101 |
Color Harmonies of #E879DE
Complementary color
Monochromatic Colors of #E879DE
Black with #E879DE
Text Example
Text Example
White with #E879DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E879DE; }
p { color: rgb(232,121,222); }
H1.HeaderClassName
{
color: #E879DE;
}
.AnyTagClassName
{
color: #E879DE;
}
</style>
background-color css
<style>
a { background-color: #E879DE; }
a { background-color: rgb(232,121,222); }
div.DivClassName
{
background-color: #E879DE;
}
.BgClassName
{
background-color: #E879DE;
}
</style>
border-color css
<style>
span { border-color: #E879DE; }
span { border-color: rgb(232,121,222); }
td.TdClassName
{
border-color: #E879DE;
}
.TagClassName
{
border-color: #E879DE;
}
</style>