#E381CE

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

Shades of Orchid #E381CE

Tints of Orchid #E381CE

Color information

#E381CE (or 0xE381CE) is unknown color: approx Orchid. HEX triplet: E3, 81 and CE. RGB value is (227,129,206). Sum of RGB (Red+Green+Blue) = 227+129+206=562 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.39% from 562); Green value is 129 (50.78% from 255 or 22.95% from 562); Blue value is 206 (80.86% from 255 or 36.65% from 562); Max value from RGB is 227 - color contains mainly: red. Hex color #E381CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E381CE is #1C7E31. Grayscale: #A6A6A6. Windows color (decimal): -1867314 or 13533667. OLE color: 13533667.

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

Color convert

RGB227129206-
CMYK00.430.090.11
HSL312.86º63.64%69.8%-
HSV(B)312.86º43.17%89.02%-
XYZ50.6736.4962.76-
YUV167.08149.97170.74-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.39%
GREEN value IS 129 (50.78% from 255) = 22.95%
BLUE value IS 206 (80.86% from 255) = 36.65%
R=40.39%
G=22.95%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22712920600.430.090.11312.8663.6469.8
HexE381CE02B9B1394046
Octal3432013160531113471100106
Binary11100011100000011100111001010111001101110011100110000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E381CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E381CE; }

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

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

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

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

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

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

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

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