#E182D1

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

Shades of Orchid #E182D1

Tints of Orchid #E182D1

Color information

#E182D1 (or 0xE182D1) is unknown color: approx Orchid. HEX triplet: E1, 82 and D1. RGB value is (225,130,209). Sum of RGB (Red+Green+Blue) = 225+130+209=564 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.89% from 564); Green value is 130 (51.17% from 255 or 23.05% from 564); Blue value is 209 (82.03% from 255 or 37.06% from 564); Max value from RGB is 225 - color contains mainly: red. Hex color #E182D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E182D1 is #1E7D2E. Grayscale: #A7A7A7. Windows color (decimal): -1998127 or 13730529. OLE color: 13730529.

HSL color Cylindrical-coordinate representation of color #E182D1: hue angle of 310.11º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E182D1 is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB225130209-
CMYK00.420.070.12
HSL310.11º61.29%69.61%-
HSV(B)310.11º42.22%88.24%-
XYZ50.5436.5864.72-
YUV167.41151.47169.08-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.89%
GREEN value IS 130 (51.17% from 255) = 23.05%
BLUE value IS 209 (82.03% from 255) = 37.06%
R=39.89%
G=23.05%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513020900.420.070.12310.1161.2969.61
HexE182D102A7C1363d46
Octal34120232105271446675106
Binary111000011000001011010001010101011111001001101101111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E182D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E182D1; }

 p { color: rgb(225,130,209); }

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

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

 a { background-color: rgb(225,130,209); }

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

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

 span { border-color: rgb(225,130,209); }

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