#E878CC

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

Shades of Orchid #E878CC

Tints of Orchid #E878CC

Color information

#E878CC (or 0xE878CC) is unknown color: approx Orchid. HEX triplet: E8, 78 and CC. RGB value is (232,120,204). Sum of RGB (Red+Green+Blue) = 232+120+204=556 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.73% from 556); Green value is 120 (47.27% from 255 or 21.58% from 556); Blue value is 204 (80.08% from 255 or 36.69% from 556); Max value from RGB is 232 - color contains mainly: red. Hex color #E878CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E878CC is #178733. Grayscale: #A2A2A2. Windows color (decimal): -1541940 or 13400296. OLE color: 13400296.

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

Color convert

RGB232120204-
CMYK00.480.120.09
HSL315º70.89%69.02%-
HSV(B)315º48.28%90.98%-
XYZ50.8934.9561.19-
YUV163.06151.11177.17-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.73%
GREEN value IS 120 (47.27% from 255) = 21.58%
BLUE value IS 204 (80.08% from 255) = 36.69%
R=41.73%
G=21.58%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23212020400.480.120.0931570.8969.02
HexE878CC030C913b4745
Octal3501703140601411473107105
Binary1110100011110001100110001100001100100110011101110001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E878CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E878CC; }

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

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

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

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

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

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

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

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