#E777DB

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

Shades of Orchid #E777DB

Tints of Orchid #E777DB

Color information

#E777DB (or 0xE777DB) is unknown color: approx Orchid. HEX triplet: E7, 77 and DB. RGB value is (231,119,219). Sum of RGB (Red+Green+Blue) = 231+119+219=569 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.60% from 569); Green value is 119 (46.88% from 255 or 20.91% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 231 - color contains mainly: red. Hex color #E777DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E777DB is #188824. Grayscale: #A3A3A3. Windows color (decimal): -1607717 or 14383079. OLE color: 14383079.

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

Color convert

RGB231119219-
CMYK00.480.050.09
HSL306.43º70%68.63%-
HSV(B)306.43º48.48%90.59%-
XYZ52.3435.371.07-
YUV163.89159.11175.87-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.60%
GREEN value IS 119 (46.88% from 255) = 20.91%
BLUE value IS 219 (85.94% from 255) = 38.49%
R=40.60%
G=20.91%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111921900.480.050.09306.437068.63
HexE777DB030591324645
Octal347167333060511462106105
Binary111001111110111110110110110000101100110011001010001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E777DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E777DB; }

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

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

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

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

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

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

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

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