#E27ECD

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

Shades of Orchid #E27ECD

Tints of Orchid #E27ECD

Color information

#E27ECD (or 0xE27ECD) is unknown color: approx Orchid. HEX triplet: E2, 7E and CD. RGB value is (226,126,205). Sum of RGB (Red+Green+Blue) = 226+126+205=557 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.57% from 557); Green value is 126 (49.61% from 255 or 22.62% from 557); Blue value is 205 (80.47% from 255 or 36.80% from 557); Max value from RGB is 226 - color contains mainly: red. Hex color #E27ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27ECD is #1D8132. Grayscale: #A4A4A4. Windows color (decimal): -1933619 or 13467362. OLE color: 13467362.

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

Color convert

RGB226126205-
CMYK00.440.090.11
HSL312.6º63.29%69.02%-
HSV(B)312.6º44.25%88.63%-
XYZ49.8435.561.98-
YUV164.91150.63171.58-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.57%
GREEN value IS 126 (49.61% from 255) = 22.62%
BLUE value IS 205 (80.47% from 255) = 36.80%
R=40.57%
G=22.62%
B=36.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612620500.440.090.11312.663.2969.02
HexE27ECD02C9B1393f45
Octal342176315054111347177105
Binary111000101111110110011010101100100110111001110011111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27ECD; }

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

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

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

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

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

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

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

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