#e182cc

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

Shades of Orchid #E182CC

Tints of Orchid #E182CC

Color information

#E182CC (or 0xE182CC) is unknown color: approx Orchid. HEX triplet: E1, 82 and CC. RGB value is (225,130,204). Sum of RGB (Red+Green+Blue) = 225+130+204=559 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.25% from 559); Green value is 130 (51.17% from 255 or 23.26% from 559); Blue value is 204 (80.08% from 255 or 36.49% from 559); Max value from RGB is 225 - color contains mainly: red. Hex color #E182CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E182CC is #1E7D33. Grayscale: #A6A6A6. Windows color (decimal): -1998132 or 13402849. OLE color: 13402849.

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

Color convert

RGB225130204-
CMYK00.420.090.12
HSL313.26º61.29%69.61%-
HSV(B)313.26º42.22%88.24%-
XYZ49.9336.3361.51-
YUV166.84148.97169.48-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.25%
GREEN value IS 130 (51.17% from 255) = 23.26%
BLUE value IS 204 (80.08% from 255) = 36.49%
R=40.25%
G=23.26%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513020400.420.090.12313.2661.2969.61
HexE182CC02A9C1393d46
Octal341202314052111447175106
Binary1110000110000010110011000101010100111001001110011111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e182cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e182cc; }

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

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

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

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

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

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

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

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