#E284D9

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

Shades of Orchid #E284D9

Tints of Orchid #E284D9

Color information

#E284D9 (or 0xE284D9) is unknown color: approx Orchid. HEX triplet: E2, 84 and D9. RGB value is (226,132,217). Sum of RGB (Red+Green+Blue) = 226+132+217=575 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.30% from 575); Green value is 132 (51.95% from 255 or 22.96% from 575); Blue value is 217 (85.16% from 255 or 37.74% from 575); Max value from RGB is 226 - color contains mainly: red. Hex color #E284D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E284D9 is #1D7B26. Grayscale: #A9A9A9. Windows color (decimal): -1932071 or 14255330. OLE color: 14255330.

HSL color Cylindrical-coordinate representation of color #E284D9: hue angle of 305.74º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E284D9 is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB226132217-
CMYK00.420.040.11
HSL305.74º61.84%70.2%-
HSV(B)305.74º41.59%88.63%-
XYZ52.1437.6870.17-
YUV169.8154.64168.09-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.30%
GREEN value IS 132 (51.95% from 255) = 22.96%
BLUE value IS 217 (85.16% from 255) = 37.74%
R=39.30%
G=22.96%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22613221700.420.040.11305.7461.8470.2
HexE284D902A4B1323e46
Octal34220433105241346276106
Binary111000101000010011011001010101010010111001100101111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E284D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E284D9; }

 p { color: rgb(226,132,217); }

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

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

 a { background-color: rgb(226,132,217); }

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

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

 span { border-color: rgb(226,132,217); }

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