#E46ACD

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

Shades of Orchid #E46ACD

Tints of Orchid #E46ACD

Color information

#E46ACD (or 0xE46ACD) is unknown color: approx Orchid. HEX triplet: E4, 6A and CD. RGB value is (228,106,205). Sum of RGB (Red+Green+Blue) = 228+106+205=539 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.30% from 539); Green value is 106 (41.80% from 255 or 19.67% from 539); Blue value is 205 (80.47% from 255 or 38.03% from 539); Max value from RGB is 228 - color contains mainly: red. Hex color #E46ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46ACD is #1B9532. Grayscale: #999999. Windows color (decimal): -1807667 or 13462244. OLE color: 13462244.

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

Color convert

RGB228106205-
CMYK00.540.100.11
HSL311.31º69.32%65.49%-
HSV(B)311.31º53.51%89.41%-
XYZ48.1731.2161.24-
YUV153.76156.92180.95-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 42.30%
GREEN value IS 106 (41.80% from 255) = 19.67%
BLUE value IS 205 (80.47% from 255) = 38.03%
R=42.30%
G=19.67%
B=38.03%

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
Decimal22810620500.540.100.11311.3169.3265.49
HexE46ACD036AB1374541
Octal3441523150661213467105101
Binary1110010011010101100110101101101010101110011011110001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E46ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E46ACD; }

 p { color: rgb(228,106,205); }

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

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

 a { background-color: rgb(228,106,205); }

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

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

 span { border-color: rgb(228,106,205); }

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