#E3978C

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

Shades of Petite Orchid #E3978C

Tints of Petite Orchid #E3978C

Color information

#E3978C (or 0xE3978C) is unknown color: approx Petite Orchid. HEX triplet: E3, 97 and 8C. RGB value is (227,151,140). Sum of RGB (Red+Green+Blue) = 227+151+140=518 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.82% from 518); Green value is 151 (59.38% from 255 or 29.15% from 518); Blue value is 140 (55.08% from 255 or 27.03% from 518); Max value from RGB is 227 - color contains mainly: red. Hex color #E3978C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E3978C is #1C6873. Grayscale: #ACACAC. Windows color (decimal): -1861748 or 9213923. OLE color: 9213923.

HSL color Cylindrical-coordinate representation of color #E3978C: hue angle of 7.59º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E3978C is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB227151140-
CMYK00.330.380.11
HSL7.59º60.84%71.96%-
HSV(B)7.59º38.33%89.02%-
XYZ47.4840.3630.1-
YUV172.47109.68166.89-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 43.82%
GREEN value IS 151 (59.38% from 255) = 29.15%
BLUE value IS 140 (55.08% from 255) = 27.03%
R=43.82%
G=29.15%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22715114000.330.380.117.5960.8471.96
HexE3978C02126B83d48
Octal34322721404146131075110
Binary1110001110010111100011000100001100110101110001111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3978C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3978C; }

 p { color: rgb(227,151,140); }

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

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

 a { background-color: rgb(227,151,140); }

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

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

 span { border-color: rgb(227,151,140); }

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