Shades of Orchid #E878D5
Tints of Orchid #E878D5
RGB
CMYK
RGB Variations
Color information
#E878D5 (or 0xE878D5) is known color: Orchid. HEX triplet: E8, 78 and D5. RGB value is (232,120,213). Sum of RGB (Red+Green+Blue) = 232+120+213=565 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.06% from 565); Green value is 120 (47.27% from 255 or 21.24% from 565); Blue value is 213 (83.59% from 255 or 37.70% from 565); Max value from RGB is 232 - color contains mainly: red. Hex color #E878D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E878D5 is #17872A. Grayscale: #A3A3A3. Windows color (decimal): -1541931 or 13990120. OLE color: 13990120.
HSL color Cylindrical-coordinate representation of color #E878D5: hue angle of 310.18º 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 #E878D5 is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 120 | 213 | - |
| CMYK | 0 | 0.48 | 0.08 | 0.09 |
| HSL | 310.18º | 0.71% | 0.69% | - |
| HSV(B) | 310.18º | 0.48% | 0.91% | - |
| XYZ | 52.01 | 35.39 | 67.04 | - |
| YUV | 164.09 | 155.61 | 176.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 120 | 213 | 0 | 0.48 | 0.08 | 0.09 | 310.18 | 0.71 | 0.69 |
| Hex | E8 | 78 | D5 | 0 | 30 | 8 | 9 | 136 | 47 | 45 |
| Octal | 350 | 170 | 325 | 0 | 60 | 10 | 11 | 466 | 107 | 105 |
| Binary | 11101000 | 1111000 | 11010101 | 0 | 110000 | 1000 | 1001 | 100110110 | 1000111 | 1000101 |
Color Harmonies of #E878D5
Complementary color
Monochromatic Colors of #E878D5
Black with #E878D5
Text Example
Text Example
White with #E878D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E878D5; }
p { color: rgb(232,120,213); }
H1.HeaderClassName
{
color: #E878D5;
}
.AnyTagClassName
{
color: #E878D5;
}
</style>
background-color css
<style>
a { background-color: #E878D5; }
a { background-color: rgb(232,120,213); }
div.DivClassName
{
background-color: #E878D5;
}
.BgClassName
{
background-color: #E878D5;
}
</style>
border-color css
<style>
span { border-color: #E878D5; }
span { border-color: rgb(232,120,213); }
td.TdClassName
{
border-color: #E878D5;
}
.TagClassName
{
border-color: #E878D5;
}
</style>