#E284D0

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

Shades of Orchid #E284D0

Tints of Orchid #E284D0

Color information

#E284D0 (or 0xE284D0) is unknown color: approx Orchid. HEX triplet: E2, 84 and D0. RGB value is (226,132,208). Sum of RGB (Red+Green+Blue) = 226+132+208=566 (74% of max value = 765). Red value is 226 (88.67% from 255 or 39.93% from 566); Green value is 132 (51.95% from 255 or 23.32% from 566); Blue value is 208 (81.64% from 255 or 36.75% from 566); Max value from RGB is 226 - color contains mainly: red. Hex color #E284D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E284D0 is #1D7B2F. Grayscale: #A8A8A8. Windows color (decimal): -1932080 or 13665506. OLE color: 13665506.

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

Color convert

RGB226132208-
CMYK00.420.080.11
HSL311.49º61.84%70.2%-
HSV(B)311.49º41.59%88.63%-
XYZ5137.2364.17-
YUV168.77150.14168.82-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.93%
GREEN value IS 132 (51.95% from 255) = 23.32%
BLUE value IS 208 (81.64% from 255) = 36.75%
R=39.93%
G=23.32%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22613220800.420.080.11311.4961.8470.2
HexE284D002A8B1373e46
Octal342204320052101346776106
Binary1110001010000100110100000101010100010111001101111111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E284D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E284D0; }

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

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

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

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

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

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

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

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