#E185D5

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

Shades of Orchid #E185D5

Tints of Orchid #E185D5

Color information

#E185D5 (or 0xE185D5) is unknown color: approx Orchid. HEX triplet: E1, 85 and D5. RGB value is (225,133,213). Sum of RGB (Red+Green+Blue) = 225+133+213=571 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.40% from 571); Green value is 133 (52.34% from 255 or 23.29% from 571); Blue value is 213 (83.59% from 255 or 37.30% from 571); Max value from RGB is 225 - color contains mainly: red. Hex color #E185D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E185D5 is #1E7A2A. Grayscale: #A9A9A9. Windows color (decimal): -1997355 or 13993441. OLE color: 13993441.

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

Color convert

RGB225133213-
CMYK00.410.050.12
HSL307.83º60.53%70.2%-
HSV(B)307.83º40.89%88.24%-
XYZ51.4537.5967.49-
YUV169.63152.48167.5-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.40%
GREEN value IS 133 (52.34% from 255) = 23.29%
BLUE value IS 213 (83.59% from 255) = 37.30%
R=39.40%
G=23.29%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513321300.410.050.12307.8360.5370.2
HexE185D50295C1343d46
Octal34120532505151446475106
Binary111000011000010111010101010100110111001001101001111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E185D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E185D5; }

 p { color: rgb(225,133,213); }

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

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

 a { background-color: rgb(225,133,213); }

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

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

 span { border-color: rgb(225,133,213); }

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