#E76CD4

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

Shades of Orchid #E76CD4

Tints of Orchid #E76CD4

Color information

#E76CD4 (or 0xE76CD4) is unknown color: approx Orchid. HEX triplet: E7, 6C and D4. RGB value is (231,108,212). Sum of RGB (Red+Green+Blue) = 231+108+212=551 (72% of max value = 765). Red value is 231 (90.62% from 255 or 41.92% from 551); Green value is 108 (42.58% from 255 or 19.60% from 551); Blue value is 212 (83.20% from 255 or 38.48% from 551); Max value from RGB is 231 - color contains mainly: red. Hex color #E76CD4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76CD4 is #18932B. Grayscale: #9C9C9C. Windows color (decimal): -1610540 or 13921511. OLE color: 13921511.

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

Color convert

RGB231108212-
CMYK00.530.080.09
HSL309.27º71.93%66.47%-
HSV(B)309.27º53.25%90.59%-
XYZ50.232.4765.91-
YUV156.63159.25181.04-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.92%
GREEN value IS 108 (42.58% from 255) = 19.60%
BLUE value IS 212 (83.20% from 255) = 38.48%
R=41.92%
G=19.60%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110821200.530.080.09309.2771.9366.47
HexE76CD4035891354842
Octal3471543240651011465110102
Binary1110011111011001101010001101011000100110011010110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76CD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76CD4; }

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

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

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

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

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

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

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

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