#E181D6

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

Shades of Orchid #E181D6

Tints of Orchid #E181D6

Color information

#E181D6 (or 0xE181D6) is unknown color: approx Orchid. HEX triplet: E1, 81 and D6. RGB value is (225,129,214). Sum of RGB (Red+Green+Blue) = 225+129+214=568 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.61% from 568); Green value is 129 (50.78% from 255 or 22.71% from 568); Blue value is 214 (83.98% from 255 or 37.68% from 568); Max value from RGB is 225 - color contains mainly: red. Hex color #E181D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E181D6 is #1E7E29. Grayscale: #A7A7A7. Windows color (decimal): -1998378 or 14057953. OLE color: 14057953.

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

Color convert

RGB225129214-
CMYK00.430.050.12
HSL306.88º61.54%69.41%-
HSV(B)306.88º42.67%88.24%-
XYZ51.0436.5667.99-
YUV167.39154.3169.09-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.61%
GREEN value IS 129 (50.78% from 255) = 22.71%
BLUE value IS 214 (83.98% from 255) = 37.68%
R=39.61%
G=22.71%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512921400.430.050.12306.8861.5469.41
HexE181D602B5C1333e45
Octal34120132605351446376105
Binary111000011000000111010110010101110111001001100111111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E181D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E181D6; }

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

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

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

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

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

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

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

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