#E282CE

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

Shades of Orchid #E282CE

Tints of Orchid #E282CE

Color information

#E282CE (or 0xE282CE) is unknown color: approx Orchid. HEX triplet: E2, 82 and CE. RGB value is (226,130,206). Sum of RGB (Red+Green+Blue) = 226+130+206=562 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.21% from 562); Green value is 130 (51.17% from 255 or 23.13% from 562); Blue value is 206 (80.86% from 255 or 36.65% from 562); Max value from RGB is 226 - color contains mainly: red. Hex color #E282CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E282CE is #1D7D31. Grayscale: #A7A7A7. Windows color (decimal): -1932594 or 13533922. OLE color: 13533922.

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

Color convert

RGB226130206-
CMYK00.420.090.11
HSL312.5º62.34%69.8%-
HSV(B)312.5º42.48%88.63%-
XYZ50.4936.5962.79-
YUV167.37149.8169.82-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.21%
GREEN value IS 130 (51.17% from 255) = 23.13%
BLUE value IS 206 (80.86% from 255) = 36.65%
R=40.21%
G=23.13%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22613020600.420.090.11312.562.3469.8
HexE282CE02A9B1383e46
Octal342202316052111347076106
Binary1110001010000010110011100101010100110111001110001111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E282CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E282CE; }

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

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

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

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

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

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

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

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