#E181D3

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

Shades of Orchid #E181D3

Tints of Orchid #E181D3

Color information

#E181D3 (or 0xE181D3) is unknown color: approx Orchid. HEX triplet: E1, 81 and D3. RGB value is (225,129,211). Sum of RGB (Red+Green+Blue) = 225+129+211=565 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.82% from 565); Green value is 129 (50.78% from 255 or 22.83% from 565); Blue value is 211 (82.81% from 255 or 37.35% from 565); Max value from RGB is 225 - color contains mainly: red. Hex color #E181D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E181D3 is #1E7E2C. Grayscale: #A6A6A6. Windows color (decimal): -1998381 or 13861345. OLE color: 13861345.

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

Color convert

RGB225129211-
CMYK00.430.060.12
HSL308.75º61.54%69.41%-
HSV(B)308.75º42.67%88.24%-
XYZ50.6636.4165.99-
YUV167.05152.8169.33-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.82%
GREEN value IS 129 (50.78% from 255) = 22.83%
BLUE value IS 211 (82.81% from 255) = 37.35%
R=39.82%
G=22.83%
B=37.35%

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
Decimal22512921100.430.060.12308.7561.5469.41
HexE181D302B6C1353e45
Octal34120132305361446576105
Binary111000011000000111010011010101111011001001101011111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E181D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E181D3; }

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

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

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

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

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

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

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

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