#E285CE

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

Shades of Orchid #E285CE

Tints of Orchid #E285CE

Color information

#E285CE (or 0xE285CE) is unknown color: approx Orchid. HEX triplet: E2, 85 and CE. RGB value is (226,133,206). Sum of RGB (Red+Green+Blue) = 226+133+206=565 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40% from 565); Green value is 133 (52.34% from 255 or 23.54% from 565); Blue value is 206 (80.86% from 255 or 36.46% from 565); Max value from RGB is 226 - color contains mainly: red. Hex color #E285CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E285CE is #1D7A31. Grayscale: #A8A8A8. Windows color (decimal): -1931826 or 13534690. OLE color: 13534690.

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

Color convert

RGB226133206-
CMYK00.410.090.11
HSL312.9º61.59%70.39%-
HSV(B)312.9º41.15%88.63%-
XYZ50.8937.462.93-
YUV169.13148.81168.56-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40%
GREEN value IS 133 (52.34% from 255) = 23.54%
BLUE value IS 206 (80.86% from 255) = 36.46%
R=40%
G=23.54%
B=36.46%

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
Decimal22613320600.410.090.11312.961.5970.39
HexE285CE0299B1393e46
Octal342205316051111347176106
Binary1110001010000101110011100101001100110111001110011111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E285CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E285CE; }

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

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

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

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

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

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

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

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