#E37ADC

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

Shades of Orchid #E37ADC

Tints of Orchid #E37ADC

Color information

#E37ADC (or 0xE37ADC) is unknown color: approx Orchid. HEX triplet: E3, 7A and DC. RGB value is (227,122,220). Sum of RGB (Red+Green+Blue) = 227+122+220=569 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.89% from 569); Green value is 122 (48.05% from 255 or 21.44% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 227 - color contains mainly: red. Hex color #E37ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37ADC is #1C8523. Grayscale: #A4A4A4. Windows color (decimal): -1869092 or 14449379. OLE color: 14449379.

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

Color convert

RGB227122220-
CMYK00.460.030.11
HSL304º65.22%68.43%-
HSV(B)304º46.26%89.02%-
XYZ51.5635.4271.83-
YUV164.57159.29172.53-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.89%
GREEN value IS 122 (48.05% from 255) = 21.44%
BLUE value IS 220 (86.33% from 255) = 38.66%
R=39.89%
G=21.44%
B=38.66%

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
Decimal22712222000.460.030.1130465.2268.43
HexE37ADC02E3B1304144
Octal343172334056313460101104
Binary11100011111101011011100010111011101110011000010000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E37ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E37ADC; }

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

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

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

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

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

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

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

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