#E46BD4

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

Shades of Orchid #E46BD4

Tints of Orchid #E46BD4

Color information

#E46BD4 (or 0xE46BD4) is unknown color: approx Orchid. HEX triplet: E4, 6B and D4. RGB value is (228,107,212). Sum of RGB (Red+Green+Blue) = 228+107+212=547 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.68% from 547); Green value is 107 (42.19% from 255 or 19.56% from 547); Blue value is 212 (83.20% from 255 or 38.76% from 547); Max value from RGB is 228 - color contains mainly: red. Hex color #E46BD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46BD4 is #1B942B. Grayscale: #9A9A9A. Windows color (decimal): -1807404 or 13921252. OLE color: 13921252.

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

Color convert

RGB228107212-
CMYK00.530.070.11
HSL307.93º69.14%65.69%-
HSV(B)307.93º53.07%89.41%-
XYZ49.1431.7665.83-
YUV155.15160.09179.96-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.68%
GREEN value IS 107 (42.19% from 255) = 19.56%
BLUE value IS 212 (83.20% from 255) = 38.76%
R=41.68%
G=19.56%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.07
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22810721200.530.070.11307.9369.1465.69
HexE46BD40357B1344542
Octal344153324065713464105102
Binary111001001101011110101000110101111101110011010010001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E46BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E46BD4; }

 p { color: rgb(228,107,212); }

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

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

 a { background-color: rgb(228,107,212); }

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

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

 span { border-color: rgb(228,107,212); }

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