#E77BD9

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

Shades of Orchid #E77BD9

Tints of Orchid #E77BD9

Color information

#E77BD9 (or 0xE77BD9) is unknown color: approx Orchid. HEX triplet: E7, 7B and D9. RGB value is (231,123,217). Sum of RGB (Red+Green+Blue) = 231+123+217=571 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.46% from 571); Green value is 123 (48.44% from 255 or 21.54% from 571); Blue value is 217 (85.16% from 255 or 38.00% from 571); Max value from RGB is 231 - color contains mainly: red. Hex color #E77BD9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77BD9 is #188426. Grayscale: #A5A5A5. Windows color (decimal): -1606695 or 14253031. OLE color: 14253031.

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

Color convert

RGB231123217-
CMYK00.470.060.09
HSL307.78º69.23%69.41%-
HSV(B)307.78º46.75%90.59%-
XYZ52.5636.1669.86-
YUV166.01156.78174.36-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.46%
GREEN value IS 123 (48.44% from 255) = 21.54%
BLUE value IS 217 (85.16% from 255) = 38.00%
R=40.46%
G=21.54%
B=38.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112321700.470.060.09307.7869.2369.41
HexE77BD902F691344545
Octal347173331057611464105105
Binary111001111111011110110010101111110100110011010010001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77BD9; }

 p { color: rgb(231,123,217); }

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

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

 a { background-color: rgb(231,123,217); }

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

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

 span { border-color: rgb(231,123,217); }

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