#E384D0

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

Shades of Orchid #E384D0

Tints of Orchid #E384D0

Color information

#E384D0 (or 0xE384D0) is unknown color: approx Orchid. HEX triplet: E3, 84 and D0. RGB value is (227,132,208). Sum of RGB (Red+Green+Blue) = 227+132+208=567 (75% of max value = 765). Red value is 227 (89.06% from 255 or 40.04% from 567); Green value is 132 (51.95% from 255 or 23.28% from 567); Blue value is 208 (81.64% from 255 or 36.68% from 567); Max value from RGB is 227 - color contains mainly: red. Hex color #E384D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E384D0 is #1C7B2F. Grayscale: #A8A8A8. Windows color (decimal): -1866544 or 13665507. OLE color: 13665507.

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

Color convert

RGB227132208-
CMYK00.420.080.11
HSL312º62.91%70.39%-
HSV(B)312º41.85%89.02%-
XYZ51.3137.3964.19-
YUV169.07149.97169.32-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.04%
GREEN value IS 132 (51.95% from 255) = 23.28%
BLUE value IS 208 (81.64% from 255) = 36.68%
R=40.04%
G=23.28%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22713220800.420.080.1131262.9170.39
HexE384D002A8B1383f46
Octal343204320052101347077106
Binary1110001110000100110100000101010100010111001110001111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E384D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E384D0; }

 p { color: rgb(227,132,208); }

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

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

 a { background-color: rgb(227,132,208); }

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

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

 span { border-color: rgb(227,132,208); }

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