#E27CDF

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

Shades of Orchid #E27CDF

Tints of Orchid #E27CDF

Color information

#E27CDF (or 0xE27CDF) is unknown color: approx Orchid. HEX triplet: E2, 7C and DF. RGB value is (226,124,223). Sum of RGB (Red+Green+Blue) = 226+124+223=573 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.44% from 573); Green value is 124 (48.83% from 255 or 21.64% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 226 - color contains mainly: red. Hex color #E27CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27CDF is #1D8320. Grayscale: #A5A5A5. Windows color (decimal): -1934113 or 14646498. OLE color: 14646498.

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

Color convert

RGB226124223-
CMYK00.450.010.11
HSL301.76º63.75%68.63%-
HSV(B)301.76º45.13%88.63%-
XYZ51.8935.9174.01-
YUV165.78160.29170.95-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.44%
GREEN value IS 124 (48.83% from 255) = 21.64%
BLUE value IS 223 (87.5% from 255) = 38.92%
R=39.44%
G=21.64%
B=38.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612422300.450.010.11301.7663.7568.63
HexE27CDF02D1B12e4045
Octal342174337055113456100105
Binary1110001011111001101111101011011101110010111010000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27CDF; }

 p { color: rgb(226,124,223); }

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

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

 a { background-color: rgb(226,124,223); }

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

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

 span { border-color: rgb(226,124,223); }

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