#E27DDC

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

Shades of Orchid #E27DDC

Tints of Orchid #E27DDC

Color information

#E27DDC (or 0xE27DDC) is unknown color: approx Orchid. HEX triplet: E2, 7D and DC. RGB value is (226,125,220). Sum of RGB (Red+Green+Blue) = 226+125+220=571 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.58% from 571); Green value is 125 (49.22% from 255 or 21.89% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 226 - color contains mainly: red. Hex color #E27DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27DDC is #1D8223. Grayscale: #A5A5A5. Windows color (decimal): -1933860 or 14450146. OLE color: 14450146.

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

Color convert

RGB226125220-
CMYK00.450.030.11
HSL303.56º63.52%68.82%-
HSV(B)303.56º44.69%88.63%-
XYZ51.623671.94-
YUV166.03158.46170.78-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.58%
GREEN value IS 125 (49.22% from 255) = 21.89%
BLUE value IS 220 (86.33% from 255) = 38.53%
R=39.58%
G=21.89%
B=38.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612522000.450.030.11303.5663.5268.82
HexE27DDC02D3B1304045
Octal342175334055313460100105
Binary11100010111110111011100010110111101110011000010000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27DDC; }

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

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

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

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

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

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

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

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