#E776DB

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

Shades of Orchid #E776DB

Tints of Orchid #E776DB

Color information

#E776DB (or 0xE776DB) is unknown color: approx Orchid. HEX triplet: E7, 76 and DB. RGB value is (231,118,219). Sum of RGB (Red+Green+Blue) = 231+118+219=568 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.67% from 568); Green value is 118 (46.48% from 255 or 20.77% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 231 - color contains mainly: red. Hex color #E776DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E776DB is #188924. Grayscale: #A3A3A3. Windows color (decimal): -1607973 or 14382823. OLE color: 14382823.

HSL color Cylindrical-coordinate representation of color #E776DB: hue angle of 306.37º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E776DB is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB231118219-
CMYK00.490.050.09
HSL306.37º70.19%68.43%-
HSV(B)306.37º48.92%90.59%-
XYZ52.2235.0671.03-
YUV163.3159.44176.29-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.67%
GREEN value IS 118 (46.48% from 255) = 20.77%
BLUE value IS 219 (85.94% from 255) = 38.56%
R=40.67%
G=20.77%
B=38.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111821900.490.050.09306.3770.1968.43
HexE776DB031591324644
Octal347166333061511462106104
Binary111001111110110110110110110001101100110011001010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E776DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E776DB; }

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

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

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

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

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

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

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

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