Shades of Orchid #E878DD
Tints of Orchid #E878DD
RGB
CMYK
RGB Variations
Color information
#E878DD (or 0xE878DD) is known color: Orchid. HEX triplet: E8, 78 and DD. RGB value is (232,120,221). Sum of RGB (Red+Green+Blue) = 232+120+221=573 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.49% from 573); Green value is 120 (47.27% from 255 or 20.94% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 232 - color contains mainly: red. Hex color #E878DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E878DD is #178722. Grayscale: #A4A4A4. Windows color (decimal): -1541923 or 14514408. OLE color: 14514408.
HSL color Cylindrical-coordinate representation of color #E878DD: hue angle of 305.89º 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 #E878DD is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 120 | 221 | - |
| CMYK | 0 | 0.48 | 0.05 | 0.09 |
| HSL | 305.89º | 0.71% | 0.69% | - |
| HSV(B) | 305.89º | 0.48% | 0.91% | - |
| XYZ | 53.05 | 35.81 | 72.52 | - |
| YUV | 165 | 159.61 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 120 | 221 | 0 | 0.48 | 0.05 | 0.09 | 305.89 | 0.71 | 0.69 |
| Hex | E8 | 78 | DD | 0 | 30 | 5 | 9 | 132 | 47 | 45 |
| Octal | 350 | 170 | 335 | 0 | 60 | 5 | 11 | 462 | 107 | 105 |
| Binary | 11101000 | 1111000 | 11011101 | 0 | 110000 | 101 | 1001 | 100110010 | 1000111 | 1000101 |
Color Harmonies of #E878DD
Complementary color
Monochromatic Colors of #E878DD
Black with #E878DD
Text Example
Text Example
White with #E878DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E878DD; }
p { color: rgb(232,120,221); }
H1.HeaderClassName
{
color: #E878DD;
}
.AnyTagClassName
{
color: #E878DD;
}
</style>
background-color css
<style>
a { background-color: #E878DD; }
a { background-color: rgb(232,120,221); }
div.DivClassName
{
background-color: #E878DD;
}
.BgClassName
{
background-color: #E878DD;
}
</style>
border-color css
<style>
span { border-color: #E878DD; }
span { border-color: rgb(232,120,221); }
td.TdClassName
{
border-color: #E878DD;
}
.TagClassName
{
border-color: #E878DD;
}
</style>