#E369CD

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

Shades of Orchid #E369CD

Tints of Orchid #E369CD

Color information

#E369CD (or 0xE369CD) is unknown color: approx Orchid. HEX triplet: E3, 69 and CD. RGB value is (227,105,205). Sum of RGB (Red+Green+Blue) = 227+105+205=537 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.27% from 537); Green value is 105 (41.41% from 255 or 19.55% from 537); Blue value is 205 (80.47% from 255 or 38.18% from 537); Max value from RGB is 227 - color contains mainly: red. Hex color #E369CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E369CD is #1C9632. Grayscale: #989898. Windows color (decimal): -1873459 or 13461987. OLE color: 13461987.

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

Color convert

RGB227105205-
CMYK00.540.100.11
HSL310.82º68.54%65.1%-
HSV(B)310.82º53.74%89.02%-
XYZ47.7530.8461.19-
YUV152.88157.42180.87-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.27%
GREEN value IS 105 (41.41% from 255) = 19.55%
BLUE value IS 205 (80.47% from 255) = 38.18%
R=42.27%
G=19.55%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22710520500.540.100.11310.8268.5465.1
HexE369CD036AB1374541
Octal3431513150661213467105101
Binary1110001111010011100110101101101010101110011011110001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E369CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E369CD; }

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

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

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

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

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

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

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

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