#E46DCB

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

Shades of Orchid #E46DCB

Tints of Orchid #E46DCB

Color information

#E46DCB (or 0xE46DCB) is unknown color: approx Orchid. HEX triplet: E4, 6D and CB. RGB value is (228,109,203). Sum of RGB (Red+Green+Blue) = 228+109+203=540 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.22% from 540); Green value is 109 (42.97% from 255 or 20.19% from 540); Blue value is 203 (79.69% from 255 or 37.59% from 540); Max value from RGB is 228 - color contains mainly: red. Hex color #E46DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46DCB is #1B9234. Grayscale: #9B9B9B. Windows color (decimal): -1806901 or 13331940. OLE color: 13331940.

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

Color convert

RGB228109203-
CMYK00.520.110.11
HSL312.61º68.79%66.08%-
HSV(B)312.61º52.19%89.41%-
XYZ48.2431.7460.08-
YUV155.3154.92179.86-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 42.22%
GREEN value IS 109 (42.97% from 255) = 20.19%
BLUE value IS 203 (79.69% from 255) = 37.59%
R=42.22%
G=20.19%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22810920300.520.110.11312.6168.7966.08
HexE46DCB034BB1394542
Octal3441553130641313471105102
Binary1110010011011011100101101101001011101110011100110001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E46DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E46DCB; }

 p { color: rgb(228,109,203); }

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

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

 a { background-color: rgb(228,109,203); }

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

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

 span { border-color: rgb(228,109,203); }

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