#E182DD

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

Shades of Orchid #E182DD

Tints of Orchid #E182DD

Color information

#E182DD (or 0xE182DD) is unknown color: approx Orchid. HEX triplet: E1, 82 and DD. RGB value is (225,130,221). Sum of RGB (Red+Green+Blue) = 225+130+221=576 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.06% from 576); Green value is 130 (51.17% from 255 or 22.57% from 576); Blue value is 221 (86.72% from 255 or 38.37% from 576); Max value from RGB is 225 - color contains mainly: red. Hex color #E182DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E182DD is #1E7D22. Grayscale: #A8A8A8. Windows color (decimal): -1998115 or 14516961. OLE color: 14516961.

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

Color convert

RGB225130221-
CMYK00.420.020.12
HSL302.53º61.29%69.61%-
HSV(B)302.53º42.22%88.24%-
XYZ52.0937.1972.84-
YUV168.78157.47168.1-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.06%
GREEN value IS 130 (51.17% from 255) = 22.57%
BLUE value IS 221 (86.72% from 255) = 38.37%
R=39.06%
G=22.57%
B=38.37%

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
Decimal22513022100.420.020.12302.5361.2969.61
HexE182DD02A2C12f3d46
Octal34120233505221445775106
Binary11100001100000101101110101010101011001001011111111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E182DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E182DD; }

 p { color: rgb(225,130,221); }

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

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

 a { background-color: rgb(225,130,221); }

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

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

 span { border-color: rgb(225,130,221); }

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