#E380CD

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

Shades of Orchid #E380CD

Tints of Orchid #E380CD

Color information

#E380CD (or 0xE380CD) is unknown color: approx Orchid. HEX triplet: E3, 80 and CD. RGB value is (227,128,205). Sum of RGB (Red+Green+Blue) = 227+128+205=560 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.54% from 560); Green value is 128 (50.39% from 255 or 22.86% from 560); Blue value is 205 (80.47% from 255 or 36.61% from 560); Max value from RGB is 227 - color contains mainly: red. Hex color #E380CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E380CD is #1C7F32. Grayscale: #A6A6A6. Windows color (decimal): -1867571 or 13467875. OLE color: 13467875.

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

Color convert

RGB227128205-
CMYK00.440.100.11
HSL313.33º63.87%69.61%-
HSV(B)313.33º43.61%89.02%-
XYZ50.4236.1862.08-
YUV166.38149.8171.24-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.54%
GREEN value IS 128 (50.39% from 255) = 22.86%
BLUE value IS 205 (80.47% from 255) = 36.61%
R=40.54%
G=22.86%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22712820500.440.100.11313.3363.8769.61
HexE380CD02CAB1394046
Octal3432003150541213471100106
Binary11100011100000001100110101011001010101110011100110000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E380CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E380CD; }

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

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

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

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

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

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

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

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