#E36CDA

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

Shades of Orchid #E36CDA

Tints of Orchid #E36CDA

Color information

#E36CDA (or 0xE36CDA) is unknown color: approx Orchid. HEX triplet: E3, 6C and DA. RGB value is (227,108,218). Sum of RGB (Red+Green+Blue) = 227+108+218=553 (73% of max value = 765). Red value is 227 (89.06% from 255 or 41.05% from 553); Green value is 108 (42.58% from 255 or 19.53% from 553); Blue value is 218 (85.55% from 255 or 39.42% from 553); Max value from RGB is 227 - color contains mainly: red. Hex color #E36CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E36CDA is #1C9325. Grayscale: #9B9B9B. Windows color (decimal): -1872678 or 14314723. OLE color: 14314723.

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

Color convert

RGB227108218-
CMYK00.520.040.11
HSL304.54º68%65.69%-
HSV(B)304.54º52.42%89.02%-
XYZ49.732.1269.91-
YUV156.12162.92178.56-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.05%
GREEN value IS 108 (42.58% from 255) = 19.53%
BLUE value IS 218 (85.55% from 255) = 39.42%
R=41.05%
G=19.53%
B=39.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22710821800.520.040.11304.546865.69
HexE36CDA0344B1314442
Octal343154332064413461104102
Binary111000111101100110110100110100100101110011000110001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E36CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E36CDA; }

 p { color: rgb(227,108,218); }

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

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

 a { background-color: rgb(227,108,218); }

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

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

 span { border-color: rgb(227,108,218); }

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