#E384D1

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

Shades of Orchid #E384D1

Tints of Orchid #E384D1

Color information

#E384D1 (or 0xE384D1) is unknown color: approx Orchid. HEX triplet: E3, 84 and D1. RGB value is (227,132,209). Sum of RGB (Red+Green+Blue) = 227+132+209=568 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.96% from 568); Green value is 132 (51.95% from 255 or 23.24% from 568); Blue value is 209 (82.03% from 255 or 36.80% from 568); Max value from RGB is 227 - color contains mainly: red. Hex color #E384D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E384D1 is #1C7B2E. Grayscale: #A8A8A8. Windows color (decimal): -1866543 or 13731043. OLE color: 13731043.

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

Color convert

RGB227132209-
CMYK00.420.080.11
HSL311.37º62.91%70.39%-
HSV(B)311.37º41.85%89.02%-
XYZ51.4437.4464.84-
YUV169.18150.47169.24-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.96%
GREEN value IS 132 (51.95% from 255) = 23.24%
BLUE value IS 209 (82.03% from 255) = 36.80%
R=39.96%
G=23.24%
B=36.80%

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
Decimal22713220900.420.080.11311.3762.9170.39
HexE384D102A8B1373f46
Octal343204321052101346777106
Binary1110001110000100110100010101010100010111001101111111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E384D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E384D1; }

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

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

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

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

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

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

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

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