#e771d3

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

Shades of Orchid #E771D3

Tints of Orchid #E771D3

Color information

#E771D3 (or 0xE771D3) is unknown color: approx Orchid. HEX triplet: E7, 71 and D3. RGB value is (231,113,211). Sum of RGB (Red+Green+Blue) = 231+113+211=555 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.62% from 555); Green value is 113 (44.53% from 255 or 20.36% from 555); Blue value is 211 (82.81% from 255 or 38.02% from 555); Max value from RGB is 231 - color contains mainly: red. Hex color #E771D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E771D3 is #188E2C. Grayscale: #9F9F9F. Windows color (decimal): -1609261 or 13857255. OLE color: 13857255.

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

Color convert

RGB231113211-
CMYK00.510.090.09
HSL310.17º71.08%67.45%-
HSV(B)310.17º51.08%90.59%-
XYZ50.6233.565.43-
YUV159.45157.09179.03-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.62%
GREEN value IS 113 (44.53% from 255) = 20.36%
BLUE value IS 211 (82.81% from 255) = 38.02%
R=41.62%
G=20.36%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111321100.510.090.09310.1771.0867.45
HexE771D3033991364743
Octal3471613230631111466107103
Binary1110011111100011101001101100111001100110011011010001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e771d3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e771d3; }

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

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

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

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

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

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

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

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