Shades of Orchid #E878DE
Tints of Orchid #E878DE
RGB
CMYK
RGB Variations
Color information
#E878DE (or 0xE878DE) is known color: Orchid. HEX triplet: E8, 78 and DE. RGB value is (232,120,222). Sum of RGB (Red+Green+Blue) = 232+120+222=574 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.42% from 574); Green value is 120 (47.27% from 255 or 20.91% from 574); Blue value is 222 (87.11% from 255 or 38.68% from 574); Max value from RGB is 232 - color contains mainly: red. Hex color #E878DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E878DE is #178721. Grayscale: #A4A4A4. Windows color (decimal): -1541922 or 14579944. OLE color: 14579944.
HSL color Cylindrical-coordinate representation of color #E878DE: hue angle of 305.36º 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 #E878DE is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 120 | 222 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.09 |
| HSL | 305.36º | 0.71% | 0.69% | - |
| HSV(B) | 305.36º | 0.48% | 0.91% | - |
| XYZ | 53.18 | 35.86 | 73.23 | - |
| YUV | 165.12 | 160.11 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 120 | 222 | 0 | 0.48 | 0.04 | 0.09 | 305.36 | 0.71 | 0.69 |
| Hex | E8 | 78 | DE | 0 | 30 | 4 | 9 | 131 | 47 | 45 |
| Octal | 350 | 170 | 336 | 0 | 60 | 4 | 11 | 461 | 107 | 105 |
| Binary | 11101000 | 1111000 | 11011110 | 0 | 110000 | 100 | 1001 | 100110001 | 1000111 | 1000101 |
Color Harmonies of #E878DE
Complementary color
Monochromatic Colors of #E878DE
Black with #E878DE
Text Example
Text Example
White with #E878DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E878DE; }
p { color: rgb(232,120,222); }
H1.HeaderClassName
{
color: #E878DE;
}
.AnyTagClassName
{
color: #E878DE;
}
</style>
background-color css
<style>
a { background-color: #E878DE; }
a { background-color: rgb(232,120,222); }
div.DivClassName
{
background-color: #E878DE;
}
.BgClassName
{
background-color: #E878DE;
}
</style>
border-color css
<style>
span { border-color: #E878DE; }
span { border-color: rgb(232,120,222); }
td.TdClassName
{
border-color: #E878DE;
}
.TagClassName
{
border-color: #E878DE;
}
</style>