#E281CD

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

Shades of Orchid #E281CD

Tints of Orchid #E281CD

Color information

#E281CD (or 0xE281CD) is unknown color: approx Orchid. HEX triplet: E2, 81 and CD. RGB value is (226,129,205). Sum of RGB (Red+Green+Blue) = 226+129+205=560 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.36% from 560); Green value is 129 (50.78% from 255 or 23.04% from 560); Blue value is 205 (80.47% from 255 or 36.61% from 560); Max value from RGB is 226 - color contains mainly: red. Hex color #E281CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E281CD is #1D7E32. Grayscale: #A6A6A6. Windows color (decimal): -1932851 or 13468130. OLE color: 13468130.

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

Color convert

RGB226129205-
CMYK00.430.090.11
HSL312.99º62.58%69.61%-
HSV(B)312.99º42.92%88.63%-
XYZ50.2336.2862.11-
YUV166.67149.64170.32-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.36%
GREEN value IS 129 (50.78% from 255) = 23.04%
BLUE value IS 205 (80.47% from 255) = 36.61%
R=40.36%
G=23.04%
B=36.61%

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
Decimal22612920500.430.090.11312.9962.5869.61
HexE281CD02B9B1393f46
Octal342201315053111347177106
Binary1110001010000001110011010101011100110111001110011111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E281CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E281CD; }

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

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

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

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

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

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

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

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