#E281CE

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

Shades of Orchid #E281CE

Tints of Orchid #E281CE

Color information

#E281CE (or 0xE281CE) is unknown color: approx Orchid. HEX triplet: E2, 81 and CE. RGB value is (226,129,206). Sum of RGB (Red+Green+Blue) = 226+129+206=561 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.29% from 561); Green value is 129 (50.78% from 255 or 22.99% from 561); Blue value is 206 (80.86% from 255 or 36.72% from 561); Max value from RGB is 226 - color contains mainly: red. Hex color #E281CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E281CE is #1D7E31. Grayscale: #A6A6A6. Windows color (decimal): -1932850 or 13533666. OLE color: 13533666.

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

Color convert

RGB226129206-
CMYK00.430.090.11
HSL312.37º62.58%69.61%-
HSV(B)312.37º42.92%88.63%-
XYZ50.3536.3362.75-
YUV166.78150.14170.24-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.29%
GREEN value IS 129 (50.78% from 255) = 22.99%
BLUE value IS 206 (80.86% from 255) = 36.72%
R=40.29%
G=22.99%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612920600.430.090.11312.3762.5869.61
HexE281CE02B9B1383f46
Octal342201316053111347077106
Binary1110001010000001110011100101011100110111001110001111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E281CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E281CE; }

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

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

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

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

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

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

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

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