#E082DE

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

Shades of Orchid #E082DE

Tints of Orchid #E082DE

Color information

#E082DE (or 0xE082DE) is unknown color: approx Orchid. HEX triplet: E0, 82 and DE. RGB value is (224,130,222). Sum of RGB (Red+Green+Blue) = 224+130+222=576 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.89% from 576); Green value is 130 (51.17% from 255 or 22.57% from 576); Blue value is 222 (87.11% from 255 or 38.54% from 576); Max value from RGB is 224 - color contains mainly: red. Hex color #E082DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E082DE is #1F7D21. Grayscale: #A8A8A8. Windows color (decimal): -2063650 or 14582496. OLE color: 14582496.

HSL color Cylindrical-coordinate representation of color #E082DE: hue angle of 301.28º 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 #E082DE is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB224130222-
CMYK00.420.010.12
HSL301.28º60.26%69.41%-
HSV(B)301.28º41.96%87.84%-
XYZ51.9137.0973.53-
YUV168.59158.14167.52-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.89%
GREEN value IS 130 (51.17% from 255) = 22.57%
BLUE value IS 222 (87.11% from 255) = 38.54%
R=38.89%
G=22.57%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413022200.420.010.12301.2860.2669.41
HexE082DE02A1C12d3c45
Octal34020233605211445574105
Binary1110000010000010110111100101010111001001011011111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E082DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E082DE; }

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

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

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

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

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

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

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

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