#E771D4

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

Shades of Orchid #E771D4

Tints of Orchid #E771D4

Color information

#E771D4 (or 0xE771D4) is unknown color: approx Orchid. HEX triplet: E7, 71 and D4. RGB value is (231,113,212). Sum of RGB (Red+Green+Blue) = 231+113+212=556 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.55% from 556); Green value is 113 (44.53% from 255 or 20.32% from 556); Blue value is 212 (83.20% from 255 or 38.13% from 556); Max value from RGB is 231 - color contains mainly: red. Hex color #E771D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E771D4 is #188E2B. Grayscale: #9F9F9F. Windows color (decimal): -1609260 or 13922791. OLE color: 13922791.

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

Color convert

RGB231113212-
CMYK00.510.080.09
HSL309.66º71.08%67.45%-
HSV(B)309.66º51.08%90.59%-
XYZ50.7433.5566.09-
YUV159.57157.59178.95-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.55%
GREEN value IS 113 (44.53% from 255) = 20.32%
BLUE value IS 212 (83.20% from 255) = 38.13%
R=41.55%
G=20.32%
B=38.13%

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
Decimal23111321200.510.080.09309.6671.0867.45
HexE771D4033891364743
Octal3471613240631011466107103
Binary1110011111100011101010001100111000100110011011010001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E771D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E771D4; }

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

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

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

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

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

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

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

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