#E180DC

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

Shades of Orchid #E180DC

Tints of Orchid #E180DC

Color information

#E180DC (or 0xE180DC) is unknown color: approx Orchid. HEX triplet: E1, 80 and DC. RGB value is (225,128,220). Sum of RGB (Red+Green+Blue) = 225+128+220=573 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.27% from 573); Green value is 128 (50.39% from 255 or 22.34% from 573); Blue value is 220 (86.33% from 255 or 38.39% from 573); Max value from RGB is 225 - color contains mainly: red. Hex color #E180DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E180DC is #1E7F23. Grayscale: #A7A7A7. Windows color (decimal): -1998628 or 14450913. OLE color: 14450913.

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

Color convert

RGB225128220-
CMYK00.430.020.12
HSL303.09º61.78%69.22%-
HSV(B)303.09º43.11%88.24%-
XYZ51.6936.6172.05-
YUV167.49157.64169.02-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.27%
GREEN value IS 128 (50.39% from 255) = 22.34%
BLUE value IS 220 (86.33% from 255) = 38.39%
R=39.27%
G=22.34%
B=38.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512822000.430.020.12303.0961.7869.22
HexE180DC02B2C12f3e45
Octal34120033405321445776105
Binary11100001100000001101110001010111011001001011111111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E180DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E180DC; }

 p { color: rgb(225,128,220); }

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

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

 a { background-color: rgb(225,128,220); }

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

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

 span { border-color: rgb(225,128,220); }

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