#E382CD

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

Shades of Orchid #E382CD

Tints of Orchid #E382CD

Color information

#E382CD (or 0xE382CD) is unknown color: approx Orchid. HEX triplet: E3, 82 and CD. RGB value is (227,130,205). Sum of RGB (Red+Green+Blue) = 227+130+205=562 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.39% from 562); Green value is 130 (51.17% from 255 or 23.13% from 562); Blue value is 205 (80.47% from 255 or 36.48% from 562); Max value from RGB is 227 - color contains mainly: red. Hex color #E382CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E382CD is #1C7D32. Grayscale: #A7A7A7. Windows color (decimal): -1867059 or 13468387. OLE color: 13468387.

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

Color convert

RGB227130205-
CMYK00.430.100.11
HSL313.61º63.4%70%-
HSV(B)313.61º42.73%89.02%-
XYZ50.6836.762.17-
YUV167.55149.14170.4-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.39%
GREEN value IS 130 (51.17% from 255) = 23.13%
BLUE value IS 205 (80.47% from 255) = 36.48%
R=40.39%
G=23.13%
B=36.48%

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
Decimal22713020500.430.100.11313.6163.470
HexE382CD02BAB13a3f46
Octal343202315053121347277106
Binary1110001110000010110011010101011101010111001110101111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E382CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E382CD; }

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

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

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

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

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

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

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

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