#E873CB

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

Shades of Orchid #E873CB

Tints of Orchid #E873CB

Color information

#E873CB (or 0xE873CB) is unknown color: approx Orchid. HEX triplet: E8, 73 and CB. RGB value is (232,115,203). Sum of RGB (Red+Green+Blue) = 232+115+203=550 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.18% from 550); Green value is 115 (45.31% from 255 or 20.91% from 550); Blue value is 203 (79.69% from 255 or 36.91% from 550); Max value from RGB is 232 - color contains mainly: red. Hex color #E873CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E873CB is #178C34. Grayscale: #9F9F9F. Windows color (decimal): -1543221 or 13333480. OLE color: 13333480.

HSL color Cylindrical-coordinate representation of color #E873CB: hue angle of 314.87º degrees, saturation: 0.72, 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 #E873CB is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB232115203-
CMYK00.500.120.09
HSL314.87º71.78%68.04%-
HSV(B)314.87º50.43%90.98%-
XYZ50.1933.7360.37-
YUV160.01152.26179.34-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.18%
GREEN value IS 115 (45.31% from 255) = 20.91%
BLUE value IS 203 (79.69% from 255) = 36.91%
R=42.18%
G=20.91%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23211520300.500.120.09314.8771.7868.04
HexE873CB032C913b4844
Octal3501633130621411473110104
Binary1110100011100111100101101100101100100110011101110010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E873CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E873CB; }

 p { color: rgb(232,115,203); }

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

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

 a { background-color: rgb(232,115,203); }

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

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

 span { border-color: rgb(232,115,203); }

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