#E281D8

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

Shades of Orchid #E281D8

Tints of Orchid #E281D8

Color information

#E281D8 (or 0xE281D8) is unknown color: approx Orchid. HEX triplet: E2, 81 and D8. RGB value is (226,129,216). Sum of RGB (Red+Green+Blue) = 226+129+216=571 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.58% from 571); Green value is 129 (50.78% from 255 or 22.59% from 571); Blue value is 216 (84.77% from 255 or 37.83% from 571); Max value from RGB is 226 - color contains mainly: red. Hex color #E281D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E281D8 is #1D7E27. Grayscale: #A7A7A7. Windows color (decimal): -1932840 or 14189026. OLE color: 14189026.

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

Color convert

RGB226129216-
CMYK00.430.040.11
HSL306.19º62.58%69.61%-
HSV(B)306.19º42.92%88.63%-
XYZ51.6136.8369.35-
YUV167.92155.14169.43-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.58%
GREEN value IS 129 (50.78% from 255) = 22.59%
BLUE value IS 216 (84.77% from 255) = 37.83%
R=39.58%
G=22.59%
B=37.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612921600.430.040.11306.1962.5869.61
HexE281D802B4B1323f46
Octal34220133005341346277106
Binary111000101000000111011000010101110010111001100101111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E281D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E281D8; }

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

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

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

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

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

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

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

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