#E381CC

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

Shades of Orchid #E381CC

Tints of Orchid #E381CC

Color information

#E381CC (or 0xE381CC) is unknown color: approx Orchid. HEX triplet: E3, 81 and CC. RGB value is (227,129,204). Sum of RGB (Red+Green+Blue) = 227+129+204=560 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.54% from 560); Green value is 129 (50.78% from 255 or 23.04% from 560); Blue value is 204 (80.08% from 255 or 36.43% from 560); Max value from RGB is 227 - color contains mainly: red. Hex color #E381CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E381CC is #1C7E33. Grayscale: #A6A6A6. Windows color (decimal): -1867316 or 13402595. OLE color: 13402595.

HSL color Cylindrical-coordinate representation of color #E381CC: hue angle of 314.08º 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 #E381CC is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB227129204-
CMYK00.430.100.11
HSL314.08º63.64%69.8%-
HSV(B)314.08º43.17%89.02%-
XYZ50.4336.3961.49-
YUV166.85148.97170.9-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.54%
GREEN value IS 129 (50.78% from 255) = 23.04%
BLUE value IS 204 (80.08% from 255) = 36.43%
R=40.54%
G=23.04%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22712920400.430.100.11314.0863.6469.8
HexE381CC02BAB13a4046
Octal3432013140531213472100106
Binary11100011100000011100110001010111010101110011101010000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E381CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E381CC; }

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

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

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

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

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

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

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

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