#E369D9

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

Shades of Orchid #E369D9

Tints of Orchid #E369D9

Color information

#E369D9 (or 0xE369D9) is unknown color: approx Orchid. HEX triplet: E3, 69 and D9. RGB value is (227,105,217). Sum of RGB (Red+Green+Blue) = 227+105+217=549 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.35% from 549); Green value is 105 (41.41% from 255 or 19.13% from 549); Blue value is 217 (85.16% from 255 or 39.53% from 549); Max value from RGB is 227 - color contains mainly: red. Hex color #E369D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E369D9 is #1C9626. Grayscale: #999999. Windows color (decimal): -1873447 or 14248419. OLE color: 14248419.

HSL color Cylindrical-coordinate representation of color #E369D9: hue angle of 304.92º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E369D9 is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB227105217-
CMYK00.540.040.11
HSL304.92º68.54%65.1%-
HSV(B)304.92º53.74%89.02%-
XYZ49.2531.4469.12-
YUV154.25163.42179.89-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.35%
GREEN value IS 105 (41.41% from 255) = 19.13%
BLUE value IS 217 (85.16% from 255) = 39.53%
R=41.35%
G=19.13%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22710521700.540.040.11304.9268.5465.1
HexE369D90364B1314541
Octal343151331066413461105101
Binary111000111101001110110010110110100101110011000110001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E369D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E369D9; }

 p { color: rgb(227,105,217); }

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

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

 a { background-color: rgb(227,105,217); }

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

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

 span { border-color: rgb(227,105,217); }

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