#E082DB

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

Shades of Orchid #E082DB

Tints of Orchid #E082DB

Color information

#E082DB (or 0xE082DB) is unknown color: approx Orchid. HEX triplet: E0, 82 and DB. RGB value is (224,130,219). Sum of RGB (Red+Green+Blue) = 224+130+219=573 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.09% from 573); Green value is 130 (51.17% from 255 or 22.69% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 224 - color contains mainly: red. Hex color #E082DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E082DB is #1F7D24. Grayscale: #A7A7A7. Windows color (decimal): -2063653 or 14385888. OLE color: 14385888.

HSL color Cylindrical-coordinate representation of color #E082DB: hue angle of 303.19º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E082DB is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB224130219-
CMYK00.420.020.12
HSL303.19º60.26%69.41%-
HSV(B)303.19º41.96%87.84%-
XYZ51.5136.9371.43-
YUV168.25156.64167.76-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.09%
GREEN value IS 130 (51.17% from 255) = 22.69%
BLUE value IS 219 (85.94% from 255) = 38.22%
R=39.09%
G=22.69%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413021900.420.020.12303.1960.2669.41
HexE082DB02A2C12f3c45
Octal34020233305221445774105
Binary11100000100000101101101101010101011001001011111111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E082DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E082DB; }

 p { color: rgb(224,130,219); }

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

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

 a { background-color: rgb(224,130,219); }

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

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

 span { border-color: rgb(224,130,219); }

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