#E27ADC

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

Shades of Orchid #E27ADC

Tints of Orchid #E27ADC

Color information

#E27ADC (or 0xE27ADC) is unknown color: approx Orchid. HEX triplet: E2, 7A and DC. RGB value is (226,122,220). Sum of RGB (Red+Green+Blue) = 226+122+220=568 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.79% from 568); Green value is 122 (48.05% from 255 or 21.48% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 226 - color contains mainly: red. Hex color #E27ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27ADC is #1D8523. Grayscale: #A3A3A3. Windows color (decimal): -1934628 or 14449378. OLE color: 14449378.

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

Color convert

RGB226122220-
CMYK00.460.030.11
HSL303.46º64.2%68.24%-
HSV(B)303.46º46.02%88.63%-
XYZ51.2435.2671.81-
YUV164.27159.46172.03-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.79%
GREEN value IS 122 (48.05% from 255) = 21.48%
BLUE value IS 220 (86.33% from 255) = 38.73%
R=39.79%
G=21.48%
B=38.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612222000.460.030.11303.4664.268.24
HexE27ADC02E3B12f4044
Octal342172334056313457100104
Binary11100010111101011011100010111011101110010111110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27ADC; }

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

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

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

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

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

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

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

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