#E771D5

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

Shades of Orchid #E771D5

Tints of Orchid #E771D5

Color information

#E771D5 (or 0xE771D5) is unknown color: approx Orchid. HEX triplet: E7, 71 and D5. RGB value is (231,113,213). Sum of RGB (Red+Green+Blue) = 231+113+213=557 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.47% from 557); Green value is 113 (44.53% from 255 or 20.29% from 557); Blue value is 213 (83.59% from 255 or 38.24% from 557); Max value from RGB is 231 - color contains mainly: red. Hex color #E771D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E771D5 is #188E2A. Grayscale: #9F9F9F. Windows color (decimal): -1609259 or 13988327. OLE color: 13988327.

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

Color convert

RGB231113213-
CMYK00.510.080.09
HSL309.15º71.08%67.45%-
HSV(B)309.15º51.08%90.59%-
XYZ50.8733.666.76-
YUV159.68158.09178.87-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.47%
GREEN value IS 113 (44.53% from 255) = 20.29%
BLUE value IS 213 (83.59% from 255) = 38.24%
R=41.47%
G=20.29%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111321300.510.080.09309.1571.0867.45
HexE771D5033891354743
Octal3471613250631011465107103
Binary1110011111100011101010101100111000100110011010110001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E771D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E771D5; }

 p { color: rgb(231,113,213); }

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

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

 a { background-color: rgb(231,113,213); }

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

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

 span { border-color: rgb(231,113,213); }

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