#E181D4

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

Shades of Orchid #E181D4

Tints of Orchid #E181D4

Color information

#E181D4 (or 0xE181D4) is unknown color: approx Orchid. HEX triplet: E1, 81 and D4. RGB value is (225,129,212). Sum of RGB (Red+Green+Blue) = 225+129+212=566 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.75% from 566); Green value is 129 (50.78% from 255 or 22.79% from 566); Blue value is 212 (83.20% from 255 or 37.46% from 566); Max value from RGB is 225 - color contains mainly: red. Hex color #E181D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E181D4 is #1E7E2B. Grayscale: #A6A6A6. Windows color (decimal): -1998380 or 13926881. OLE color: 13926881.

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

Color convert

RGB225129212-
CMYK00.430.060.12
HSL308.12º61.54%69.41%-
HSV(B)308.12º42.67%88.24%-
XYZ50.7936.4666.65-
YUV167.17153.3169.25-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.75%
GREEN value IS 129 (50.78% from 255) = 22.79%
BLUE value IS 212 (83.20% from 255) = 37.46%
R=39.75%
G=22.79%
B=37.46%

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
Decimal22512921200.430.060.12308.1261.5469.41
HexE181D402B6C1343e45
Octal34120132405361446476105
Binary111000011000000111010100010101111011001001101001111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E181D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E181D4; }

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

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

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

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

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

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

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

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