#E183D7

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

Shades of Orchid #E183D7

Tints of Orchid #E183D7

Color information

#E183D7 (or 0xE183D7) is unknown color: approx Orchid. HEX triplet: E1, 83 and D7. RGB value is (225,131,215). Sum of RGB (Red+Green+Blue) = 225+131+215=571 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.40% from 571); Green value is 131 (51.56% from 255 or 22.94% from 571); Blue value is 215 (84.38% from 255 or 37.65% from 571); Max value from RGB is 225 - color contains mainly: red. Hex color #E183D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E183D7 is #1E7C28. Grayscale: #A8A8A8. Windows color (decimal): -1997865 or 14124001. OLE color: 14124001.

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

Color convert

RGB225131215-
CMYK00.420.040.12
HSL306.38º61.04%69.8%-
HSV(B)306.38º41.78%88.24%-
XYZ51.4337.1568.75-
YUV168.68154.14168.17-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.40%
GREEN value IS 131 (51.56% from 255) = 22.94%
BLUE value IS 215 (84.38% from 255) = 37.65%
R=39.40%
G=22.94%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513121500.420.040.12306.3861.0469.8
HexE183D702A4C1323d46
Octal34120332705241446275106
Binary111000011000001111010111010101010011001001100101111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E183D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E183D7; }

 p { color: rgb(225,131,215); }

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

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

 a { background-color: rgb(225,131,215); }

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

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

 span { border-color: rgb(225,131,215); }

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