#E385CE

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

Shades of Orchid #E385CE

Tints of Orchid #E385CE

Color information

#E385CE (or 0xE385CE) is unknown color: approx Orchid. HEX triplet: E3, 85 and CE. RGB value is (227,133,206). Sum of RGB (Red+Green+Blue) = 227+133+206=566 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.11% from 566); Green value is 133 (52.34% from 255 or 23.50% from 566); Blue value is 206 (80.86% from 255 or 36.40% from 566); Max value from RGB is 227 - color contains mainly: red. Hex color #E385CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E385CE is #1C7A31. Grayscale: #A9A9A9. Windows color (decimal): -1866290 or 13534691. OLE color: 13534691.

HSL color Cylindrical-coordinate representation of color #E385CE: hue angle of 313.4º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E385CE is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB227133206-
CMYK00.410.090.11
HSL313.4º62.67%70.59%-
HSV(B)313.4º41.41%89.02%-
XYZ51.2137.5662.94-
YUV169.43148.64169.06-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.11%
GREEN value IS 133 (52.34% from 255) = 23.50%
BLUE value IS 206 (80.86% from 255) = 36.40%
R=40.11%
G=23.50%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22713320600.410.090.11313.462.6770.59
HexE385CE0299B1393f47
Octal343205316051111347177107
Binary1110001110000101110011100101001100110111001110011111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E385CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E385CE; }

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

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

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

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

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

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

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

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