#E76CE4

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

Shades of Orchid #E76CE4

Tints of Orchid #E76CE4

Color information

#E76CE4 (or 0xE76CE4) is unknown color: approx Orchid. HEX triplet: E7, 6C and E4. RGB value is (231,108,228). Sum of RGB (Red+Green+Blue) = 231+108+228=567 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.74% from 567); Green value is 108 (42.58% from 255 or 19.05% from 567); Blue value is 228 (89.45% from 255 or 40.21% from 567); Max value from RGB is 231 - color contains mainly: red. Hex color #E76CE4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76CE4 is #18931B. Grayscale: #9E9E9E. Windows color (decimal): -1610524 or 14970087. OLE color: 14970087.

HSL color Cylindrical-coordinate representation of color #E76CE4: hue angle of 301.46º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E76CE4 is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.09.

Color convert

RGB231108228-
CMYK00.530.010.09
HSL301.46º71.93%66.47%-
HSV(B)301.46º53.25%90.59%-
XYZ52.3233.3277.07-
YUV158.46167.25179.74-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.74%
GREEN value IS 108 (42.58% from 255) = 19.05%
BLUE value IS 228 (89.45% from 255) = 40.21%
R=40.74%
G=19.05%
B=40.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.01
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110822800.530.010.09301.4671.9366.47
HexE76CE40351912d4842
Octal347154344065111455110102
Binary1110011111011001110010001101011100110010110110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76CE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76CE4; }

 p { color: rgb(231,108,228); }

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

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

 a { background-color: rgb(231,108,228); }

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

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

 span { border-color: rgb(231,108,228); }

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