#E287D8

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

Shades of Orchid #E287D8

Tints of Orchid #E287D8

Color information

#E287D8 (or 0xE287D8) is unknown color: approx Orchid. HEX triplet: E2, 87 and D8. RGB value is (226,135,216). Sum of RGB (Red+Green+Blue) = 226+135+216=577 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.17% from 577); Green value is 135 (53.12% from 255 or 23.40% from 577); Blue value is 216 (84.77% from 255 or 37.44% from 577); Max value from RGB is 226 - color contains mainly: red. Hex color #E287D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E287D8 is #1D7827. Grayscale: #ABABAB. Windows color (decimal): -1931304 or 14190562. OLE color: 14190562.

HSL color Cylindrical-coordinate representation of color #E287D8: hue angle of 306.59º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E287D8 is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB226135216-
CMYK00.400.040.11
HSL306.59º61.07%70.78%-
HSV(B)306.59º40.27%88.63%-
XYZ52.4238.4569.63-
YUV171.44153.15166.91-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.17%
GREEN value IS 135 (53.12% from 255) = 23.40%
BLUE value IS 216 (84.77% from 255) = 37.44%
R=39.17%
G=23.40%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22613521600.400.040.11306.5961.0770.78
HexE287D80284B1333d47
Octal34220733005041346375107
Binary111000101000011111011000010100010010111001100111111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E287D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E287D8; }

 p { color: rgb(226,135,216); }

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

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

 a { background-color: rgb(226,135,216); }

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

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

 span { border-color: rgb(226,135,216); }

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