#E46DCC

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

Shades of Orchid #E46DCC

Tints of Orchid #E46DCC

Color information

#E46DCC (or 0xE46DCC) is unknown color: approx Orchid. HEX triplet: E4, 6D and CC. RGB value is (228,109,204). Sum of RGB (Red+Green+Blue) = 228+109+204=541 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.14% from 541); Green value is 109 (42.97% from 255 or 20.15% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 228 - color contains mainly: red. Hex color #E46DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46DCC is #1B9233. Grayscale: #9B9B9B. Windows color (decimal): -1806900 or 13397476. OLE color: 13397476.

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

Color convert

RGB228109204-
CMYK00.520.110.11
HSL312.1º68.79%66.08%-
HSV(B)312.1º52.19%89.41%-
XYZ48.3631.7960.71-
YUV155.41155.42179.78-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 42.14%
GREEN value IS 109 (42.97% from 255) = 20.15%
BLUE value IS 204 (80.08% from 255) = 37.71%
R=42.14%
G=20.15%
B=37.71%

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
Decimal22810920400.520.110.11312.168.7966.08
HexE46DCC034BB1384542
Octal3441553140641313470105102
Binary1110010011011011100110001101001011101110011100010001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E46DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E46DCC; }

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

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

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

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

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

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

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

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