#E185CE

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

Shades of Orchid #E185CE

Tints of Orchid #E185CE

Color information

#E185CE (or 0xE185CE) is unknown color: approx Orchid. HEX triplet: E1, 85 and CE. RGB value is (225,133,206). Sum of RGB (Red+Green+Blue) = 225+133+206=564 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.89% from 564); Green value is 133 (52.34% from 255 or 23.58% from 564); Blue value is 206 (80.86% from 255 or 36.52% from 564); Max value from RGB is 225 - color contains mainly: red. Hex color #E185CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E185CE is #1E7A31. Grayscale: #A8A8A8. Windows color (decimal): -1997362 or 13534689. OLE color: 13534689.

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

Color convert

RGB225133206-
CMYK00.410.080.12
HSL312.39º60.53%70.2%-
HSV(B)312.39º40.89%88.24%-
XYZ50.5837.2462.91-
YUV168.83148.98168.06-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.89%
GREEN value IS 133 (52.34% from 255) = 23.58%
BLUE value IS 206 (80.86% from 255) = 36.52%
R=39.89%
G=23.58%
B=36.52%

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
Decimal22513320600.410.080.12312.3960.5370.2
HexE185CE0298C1383d46
Octal341205316051101447075106
Binary1110000110000101110011100101001100011001001110001111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E185CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E185CE; }

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

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

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

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

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

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

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

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