#E775DB

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

Shades of Orchid #E775DB

Tints of Orchid #E775DB

Color information

#E775DB (or 0xE775DB) is unknown color: approx Orchid. HEX triplet: E7, 75 and DB. RGB value is (231,117,219). Sum of RGB (Red+Green+Blue) = 231+117+219=567 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.74% from 567); Green value is 117 (46.09% from 255 or 20.63% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 231 - color contains mainly: red. Hex color #E775DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E775DB is #188A24. Grayscale: #A2A2A2. Windows color (decimal): -1608229 or 14382567. OLE color: 14382567.

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

Color convert

RGB231117219-
CMYK00.490.050.09
HSL306.32º70.37%68.24%-
HSV(B)306.32º49.35%90.59%-
XYZ52.134.8370.99-
YUV162.71159.77176.71-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.74%
GREEN value IS 117 (46.09% from 255) = 20.63%
BLUE value IS 219 (85.94% from 255) = 38.62%
R=40.74%
G=20.63%
B=38.62%

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
Decimal23111721900.490.050.09306.3270.3768.24
HexE775DB031591324644
Octal347165333061511462106104
Binary111001111110101110110110110001101100110011001010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E775DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E775DB; }

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

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

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

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

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

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

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

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