#E381DC

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

Shades of Orchid #E381DC

Tints of Orchid #E381DC

Color information

#E381DC (or 0xE381DC) is unknown color: approx Orchid. HEX triplet: E3, 81 and DC. RGB value is (227,129,220). Sum of RGB (Red+Green+Blue) = 227+129+220=576 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.41% from 576); Green value is 129 (50.78% from 255 or 22.40% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 227 - color contains mainly: red. Hex color #E381DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E381DC is #1C7E23. Grayscale: #A8A8A8. Windows color (decimal): -1867300 or 14451171. OLE color: 14451171.

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

Color convert

RGB227129220-
CMYK00.430.030.11
HSL304.29º63.64%69.8%-
HSV(B)304.29º43.17%89.02%-
XYZ52.4537.272.13-
YUV168.68156.97169.6-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.41%
GREEN value IS 129 (50.78% from 255) = 22.40%
BLUE value IS 220 (86.33% from 255) = 38.19%
R=39.41%
G=22.40%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22712922000.430.030.11304.2963.6469.8
HexE381DC02B3B1304046
Octal343201334053313460100106
Binary111000111000000111011100010101111101110011000010000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E381DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E381DC; }

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

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

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

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

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

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

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

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