#E380DC

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

Shades of Orchid #E380DC

Tints of Orchid #E380DC

Color information

#E380DC (or 0xE380DC) is unknown color: approx Orchid. HEX triplet: E3, 80 and DC. RGB value is (227,128,220). Sum of RGB (Red+Green+Blue) = 227+128+220=575 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.48% from 575); Green value is 128 (50.39% from 255 or 22.26% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 227 - color contains mainly: red. Hex color #E380DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E380DC is #1C7F23. Grayscale: #A7A7A7. Windows color (decimal): -1867556 or 14450915. OLE color: 14450915.

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

Color convert

RGB227128220-
CMYK00.440.030.11
HSL304.24º63.87%69.61%-
HSV(B)304.24º43.61%89.02%-
XYZ52.3236.9472.08-
YUV168.09157.3170.02-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.48%
GREEN value IS 128 (50.39% from 255) = 22.26%
BLUE value IS 220 (86.33% from 255) = 38.26%
R=39.48%
G=22.26%
B=38.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22712822000.440.030.11304.2463.8769.61
HexE380DC02C3B1304046
Octal343200334054313460100106
Binary111000111000000011011100010110011101110011000010000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E380DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E380DC; }

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

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

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

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

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

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

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

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