#E27DCA

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

Shades of Orchid #E27DCA

Tints of Orchid #E27DCA

Color information

#E27DCA (or 0xE27DCA) is unknown color: approx Orchid. HEX triplet: E2, 7D and CA. RGB value is (226,125,202). Sum of RGB (Red+Green+Blue) = 226+125+202=553 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.87% from 553); Green value is 125 (49.22% from 255 or 22.60% from 553); Blue value is 202 (79.30% from 255 or 36.53% from 553); Max value from RGB is 226 - color contains mainly: red. Hex color #E27DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27DCA is #1D8235. Grayscale: #A3A3A3. Windows color (decimal): -1933878 or 13270498. OLE color: 13270498.

HSL color Cylindrical-coordinate representation of color #E27DCA: hue angle of 314.26º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E27DCA is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB226125202-
CMYK00.450.110.11
HSL314.26º63.52%68.82%-
HSV(B)314.26º44.69%88.63%-
XYZ49.3635.160.05-
YUV163.98149.46172.24-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.87%
GREEN value IS 125 (49.22% from 255) = 22.60%
BLUE value IS 202 (79.30% from 255) = 36.53%
R=40.87%
G=22.60%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612520200.450.110.11314.2663.5268.82
HexE27DCA02DBB13a4045
Octal3421753120551313472100105
Binary1110001011111011100101001011011011101110011101010000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27DCA; }

 p { color: rgb(226,125,202); }

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

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

 a { background-color: rgb(226,125,202); }

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

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

 span { border-color: rgb(226,125,202); }

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