#E76FC9

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

Shades of Orchid #E76FC9

Tints of Orchid #E76FC9

Color information

#E76FC9 (or 0xE76FC9) is unknown color: approx Orchid. HEX triplet: E7, 6F and C9. RGB value is (231,111,201). Sum of RGB (Red+Green+Blue) = 231+111+201=543 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.54% from 543); Green value is 111 (43.75% from 255 or 20.44% from 543); Blue value is 201 (78.91% from 255 or 37.02% from 543); Max value from RGB is 231 - color contains mainly: red. Hex color #E76FC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76FC9 is #189036. Grayscale: #9C9C9C. Windows color (decimal): -1609783 or 13201383. OLE color: 13201383.

HSL color Cylindrical-coordinate representation of color #E76FC9: hue angle of 315º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E76FC9 is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB231111201-
CMYK00.520.130.09
HSL315º71.43%67.06%-
HSV(B)315º51.95%90.59%-
XYZ49.1832.5758.95-
YUV157.14152.76180.68-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.54%
GREEN value IS 111 (43.75% from 255) = 20.44%
BLUE value IS 201 (78.91% from 255) = 37.02%
R=42.54%
G=20.44%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111120100.520.130.0931571.4367.06
HexE76FC9034D913b4743
Octal3471573110641511473107103
Binary1110011111011111100100101101001101100110011101110001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76FC9; }

 p { color: rgb(231,111,201); }

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

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

 a { background-color: rgb(231,111,201); }

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

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

 span { border-color: rgb(231,111,201); }

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