#E46CD3

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

Shades of Orchid #E46CD3

Tints of Orchid #E46CD3

Color information

#E46CD3 (or 0xE46CD3) is unknown color: approx Orchid. HEX triplet: E4, 6C and D3. RGB value is (228,108,211). Sum of RGB (Red+Green+Blue) = 228+108+211=547 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.68% from 547); Green value is 108 (42.58% from 255 or 19.74% from 547); Blue value is 211 (82.81% from 255 or 38.57% from 547); Max value from RGB is 228 - color contains mainly: red. Hex color #E46CD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46CD3 is #1B932C. Grayscale: #9B9B9B. Windows color (decimal): -1807149 or 13855972. OLE color: 13855972.

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

Color convert

RGB228108211-
CMYK00.530.070.11
HSL308.5º68.97%65.88%-
HSV(B)308.5º52.63%89.41%-
XYZ49.1231.9265.2-
YUV155.62159.26179.62-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.68%
GREEN value IS 108 (42.58% from 255) = 19.74%
BLUE value IS 211 (82.81% from 255) = 38.57%
R=41.68%
G=19.74%
B=38.57%

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
Decimal22810821100.530.070.11308.568.9765.88
HexE46CD30357B1344542
Octal344154323065713464105102
Binary111001001101100110100110110101111101110011010010001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E46CD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E46CD3; }

 p { color: rgb(228,108,211); }

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

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

 a { background-color: rgb(228,108,211); }

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

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

 span { border-color: rgb(228,108,211); }

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