#E875D2

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

Shades of Orchid #E875D2

Tints of Orchid #E875D2

Color information

#E875D2 (or 0xE875D2) is unknown color: approx Orchid. HEX triplet: E8, 75 and D2. RGB value is (232,117,210). Sum of RGB (Red+Green+Blue) = 232+117+210=559 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.50% from 559); Green value is 117 (46.09% from 255 or 20.93% from 559); Blue value is 210 (82.42% from 255 or 37.57% from 559); Max value from RGB is 232 - color contains mainly: red. Hex color #E875D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E875D2 is #178A2D. Grayscale: #A1A1A1. Windows color (decimal): -1542702 or 13792744. OLE color: 13792744.

HSL color Cylindrical-coordinate representation of color #E875D2: hue angle of 311.48º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E875D2 is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB232117210-
CMYK00.500.090.09
HSL311.48º71.43%68.43%-
HSV(B)311.48º49.57%90.98%-
XYZ51.2734.5364.94-
YUV161.99155.1177.94-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.50%
GREEN value IS 117 (46.09% from 255) = 20.93%
BLUE value IS 210 (82.42% from 255) = 37.57%
R=41.50%
G=20.93%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23211721000.500.090.09311.4871.4368.43
HexE875D2032991374744
Octal3501653220621111467107104
Binary1110100011101011101001001100101001100110011011110001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E875D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E875D2; }

 p { color: rgb(232,117,210); }

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

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

 a { background-color: rgb(232,117,210); }

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

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

 span { border-color: rgb(232,117,210); }

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