#E284D6

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

Shades of Orchid #E284D6

Tints of Orchid #E284D6

Color information

#E284D6 (or 0xE284D6) is unknown color: approx Orchid. HEX triplet: E2, 84 and D6. RGB value is (226,132,214). Sum of RGB (Red+Green+Blue) = 226+132+214=572 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.51% from 572); Green value is 132 (51.95% from 255 or 23.08% from 572); Blue value is 214 (83.98% from 255 or 37.41% from 572); Max value from RGB is 226 - color contains mainly: red. Hex color #E284D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E284D6 is #1D7B29. Grayscale: #A9A9A9. Windows color (decimal): -1932074 or 14058722. OLE color: 14058722.

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

Color convert

RGB226132214-
CMYK00.420.050.11
HSL307.66º61.84%70.2%-
HSV(B)307.66º41.59%88.63%-
XYZ51.7537.5368.13-
YUV169.45153.14168.33-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.51%
GREEN value IS 132 (51.95% from 255) = 23.08%
BLUE value IS 214 (83.98% from 255) = 37.41%
R=39.51%
G=23.08%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.05
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22613221400.420.050.11307.6661.8470.2
HexE284D602A5B1343e46
Octal34220432605251346476106
Binary111000101000010011010110010101010110111001101001111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E284D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E284D6; }

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

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

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

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

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

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

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

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