#E76CD3

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

Shades of Orchid #E76CD3

Tints of Orchid #E76CD3

Color information

#E76CD3 (or 0xE76CD3) is unknown color: approx Orchid. HEX triplet: E7, 6C and D3. RGB value is (231,108,211). Sum of RGB (Red+Green+Blue) = 231+108+211=550 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42% from 550); Green value is 108 (42.58% from 255 or 19.64% from 550); Blue value is 211 (82.81% from 255 or 38.36% from 550); Max value from RGB is 231 - color contains mainly: red. Hex color #E76CD3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76CD3 is #18932C. Grayscale: #9C9C9C. Windows color (decimal): -1610541 or 13855975. OLE color: 13855975.

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

Color convert

RGB231108211-
CMYK00.530.090.09
HSL309.76º71.93%66.47%-
HSV(B)309.76º53.25%90.59%-
XYZ50.0832.4265.25-
YUV156.52158.75181.12-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42%
GREEN value IS 108 (42.58% from 255) = 19.64%
BLUE value IS 211 (82.81% from 255) = 38.36%
R=42%
G=19.64%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110821100.530.090.09309.7671.9366.47
HexE76CD3035991364842
Octal3471543230651111466110102
Binary1110011111011001101001101101011001100110011011010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76CD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76CD3; }

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

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

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

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

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

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

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

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