#e878d8

Color #E878D8 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #E878D8

Tints of Orchid #E878D8

Color information

#E878D8 (or 0xE878D8) is unknown color: approx Orchid. HEX triplet: E8, 78 and D8. RGB value is (232,120,216). Sum of RGB (Red+Green+Blue) = 232+120+216=568 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.85% from 568); Green value is 120 (47.27% from 255 or 21.13% from 568); Blue value is 216 (84.77% from 255 or 38.03% from 568); Max value from RGB is 232 - color contains mainly: red. Hex color #E878D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E878D8 is #178727. Grayscale: #A4A4A4. Windows color (decimal): -1541928 or 14186728. OLE color: 14186728.

HSL color Cylindrical-coordinate representation of color #E878D8: hue angle of 308.57º 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 #E878D8 is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.09.

Color convert

RGB232120216-
CMYK00.480.070.09
HSL308.57º70.89%69.02%-
HSV(B)308.57º48.28%90.98%-
XYZ52.3935.5569.07-
YUV164.43157.11176.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 232 (91.02% from 255) = 40.85%
GREEN value IS 120 (47.27% from 255) = 21.13%
BLUE value IS 216 (84.77% from 255) = 38.03%
R=40.85%
G=21.13%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23212021600.480.070.09308.5770.8969.02
HexE878D8030791354745
Octal350170330060711465107105
Binary111010001111000110110000110000111100110011010110001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e878d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e878d8; }

 p { color: rgb(232,120,216); }

 H1.HeaderClassName
 {
   color: #e878d8;
 }
 .AnyTagClassName
 {
   color: #e878d8;
 }
</style>
background-color css

<style>
 a { background-color: #e878d8; }

 a { background-color: rgb(232,120,216); }

 div.DivClassName
 {
   background-color: #e878d8;
 }
 .BgClassName
 {
   background-color: #e878d8;
 }
</style>
border-color css

<style>
 span { border-color: #e878d8; }

 span { border-color: rgb(232,120,216); }

 td.TdClassName
 {
   border-color: #e878d8;
 }
 .TagClassName
 {
   border-color: #e878d8;
 }
</style>