#E185D0

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

Shades of Orchid #E185D0

Tints of Orchid #E185D0

Color information

#E185D0 (or 0xE185D0) is unknown color: approx Orchid. HEX triplet: E1, 85 and D0. RGB value is (225,133,208). Sum of RGB (Red+Green+Blue) = 225+133+208=566 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.75% from 566); Green value is 133 (52.34% from 255 or 23.50% from 566); Blue value is 208 (81.64% from 255 or 36.75% from 566); Max value from RGB is 225 - color contains mainly: red. Hex color #E185D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E185D0 is #1E7A2F. Grayscale: #A8A8A8. Windows color (decimal): -1997360 or 13665761. OLE color: 13665761.

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

Color convert

RGB225133208-
CMYK00.410.080.12
HSL311.09º60.53%70.2%-
HSV(B)311.09º40.89%88.24%-
XYZ50.8237.3464.2-
YUV169.06149.98167.9-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.75%
GREEN value IS 133 (52.34% from 255) = 23.50%
BLUE value IS 208 (81.64% from 255) = 36.75%
R=39.75%
G=23.50%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513320800.410.080.12311.0960.5370.2
HexE185D00298C1373d46
Octal341205320051101446775106
Binary1110000110000101110100000101001100011001001101111111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E185D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E185D0; }

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

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

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

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

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

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

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

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