#E185CD

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

Shades of Orchid #E185CD

Tints of Orchid #E185CD

Color information

#E185CD (or 0xE185CD) is unknown color: approx Orchid. HEX triplet: E1, 85 and CD. RGB value is (225,133,205). Sum of RGB (Red+Green+Blue) = 225+133+205=563 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.96% from 563); Green value is 133 (52.34% from 255 or 23.62% from 563); Blue value is 205 (80.47% from 255 or 36.41% from 563); Max value from RGB is 225 - color contains mainly: red. Hex color #E185CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E185CD is #1E7A32. Grayscale: #A8A8A8. Windows color (decimal): -1997363 or 13469153. OLE color: 13469153.

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

Color convert

RGB225133205-
CMYK00.410.090.12
HSL313.04º60.53%70.2%-
HSV(B)313.04º40.89%88.24%-
XYZ50.4637.1962.28-
YUV168.72148.48168.15-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.96%
GREEN value IS 133 (52.34% from 255) = 23.62%
BLUE value IS 205 (80.47% from 255) = 36.41%
R=39.96%
G=23.62%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513320500.410.090.12313.0460.5370.2
HexE185CD0299C1393d46
Octal341205315051111447175106
Binary1110000110000101110011010101001100111001001110011111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E185CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E185CD; }

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

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

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

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

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

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

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

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