#E878DE

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

Shades of Orchid #E878DE

Tints of Orchid #E878DE

Color information

#E878DE (or 0xE878DE) is unknown color: approx 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

RGB232120222-
CMYK00.480.040.09
HSL305.36º70.89%69.02%-
HSV(B)305.36º48.28%90.98%-
XYZ53.1835.8673.23-
YUV165.12160.11175.71-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.42%
GREEN value IS 120 (47.27% from 255) = 20.91%
BLUE value IS 222 (87.11% from 255) = 38.68%
R=40.42%
G=20.91%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23212022200.480.040.09305.3670.8969.02
HexE878DE030491314745
Octal350170336060411461107105
Binary111010001111000110111100110000100100110011000110001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E878DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>