#E180D4

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

Shades of Orchid #E180D4

Tints of Orchid #E180D4

Color information

#E180D4 (or 0xE180D4) is unknown color: approx Orchid. HEX triplet: E1, 80 and D4. RGB value is (225,128,212). Sum of RGB (Red+Green+Blue) = 225+128+212=565 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.82% from 565); Green value is 128 (50.39% from 255 or 22.65% from 565); Blue value is 212 (83.20% from 255 or 37.52% from 565); Max value from RGB is 225 - color contains mainly: red. Hex color #E180D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E180D4 is #1E7F2B. Grayscale: #A6A6A6. Windows color (decimal): -1998636 or 13926625. OLE color: 13926625.

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

Color convert

RGB225128212-
CMYK00.430.060.12
HSL308.04º61.78%69.22%-
HSV(B)308.04º43.11%88.24%-
XYZ50.6536.266.6-
YUV166.58153.64169.67-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.82%
GREEN value IS 128 (50.39% from 255) = 22.65%
BLUE value IS 212 (83.20% from 255) = 37.52%
R=39.82%
G=22.65%
B=37.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.06
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512821200.430.060.12308.0461.7869.22
HexE180D402B6C1343e45
Octal34120032405361446476105
Binary111000011000000011010100010101111011001001101001111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E180D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E180D4; }

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

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

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

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

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

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

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

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