#E771DB

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

Shades of Orchid #E771DB

Tints of Orchid #E771DB

Color information

#E771DB (or 0xE771DB) is unknown color: approx Orchid. HEX triplet: E7, 71 and DB. RGB value is (231,113,219). Sum of RGB (Red+Green+Blue) = 231+113+219=563 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.03% from 563); Green value is 113 (44.53% from 255 or 20.07% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 231 - color contains mainly: red. Hex color #E771DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E771DB is #188E24. Grayscale: #A0A0A0. Windows color (decimal): -1609253 or 14381543. OLE color: 14381543.

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

Color convert

RGB231113219-
CMYK00.510.050.09
HSL306.1º71.08%67.45%-
HSV(B)306.1º51.08%90.59%-
XYZ51.6533.9170.84-
YUV160.37161.09178.38-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.03%
GREEN value IS 113 (44.53% from 255) = 20.07%
BLUE value IS 219 (85.94% from 255) = 38.90%
R=41.03%
G=20.07%
B=38.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111321900.510.050.09306.171.0867.45
HexE771DB033591324743
Octal347161333063511462107103
Binary111001111110001110110110110011101100110011001010001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E771DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E771DB; }

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

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

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

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

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

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

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

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