#E780D1

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

Shades of Orchid #E780D1

Tints of Orchid #E780D1

Color information

#E780D1 (or 0xE780D1) is unknown color: approx Orchid. HEX triplet: E7, 80 and D1. RGB value is (231,128,209). Sum of RGB (Red+Green+Blue) = 231+128+209=568 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.67% from 568); Green value is 128 (50.39% from 255 or 22.54% from 568); Blue value is 209 (82.03% from 255 or 36.80% from 568); Max value from RGB is 231 - color contains mainly: red. Hex color #E780D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E780D1 is #187F2E. Grayscale: #A7A7A7. Windows color (decimal): -1605423 or 13730023. OLE color: 13730023.

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

Color convert

RGB231128209-
CMYK00.450.100.09
HSL312.82º68.21%70.39%-
HSV(B)312.82º44.59%90.59%-
XYZ52.1837.0364.72-
YUV168.03151.12172.91-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.67%
GREEN value IS 128 (50.39% from 255) = 22.54%
BLUE value IS 209 (82.03% from 255) = 36.80%
R=40.67%
G=22.54%
B=36.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112820900.450.100.09312.8268.2170.39
HexE780D102DA91394446
Octal3472003210551211471104106
Binary11100111100000001101000101011011010100110011100110001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E780D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E780D1; }

 p { color: rgb(231,128,209); }

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

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

 a { background-color: rgb(231,128,209); }

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

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

 span { border-color: rgb(231,128,209); }

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