#E36CDD

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

Shades of Orchid #E36CDD

Tints of Orchid #E36CDD

Color information

#E36CDD (or 0xE36CDD) is unknown color: approx Orchid. HEX triplet: E3, 6C and DD. RGB value is (227,108,221). Sum of RGB (Red+Green+Blue) = 227+108+221=556 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.83% from 556); Green value is 108 (42.58% from 255 or 19.42% from 556); Blue value is 221 (86.72% from 255 or 39.75% from 556); Max value from RGB is 227 - color contains mainly: red. Hex color #E36CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E36CDD is #1C9322. Grayscale: #9C9C9C. Windows color (decimal): -1872675 or 14511331. OLE color: 14511331.

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

Color convert

RGB227108221-
CMYK00.520.030.11
HSL303.03º68%65.69%-
HSV(B)303.03º52.42%89.02%-
XYZ50.0932.2872-
YUV156.46164.42178.31-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.83%
GREEN value IS 108 (42.58% from 255) = 19.42%
BLUE value IS 221 (86.72% from 255) = 39.75%
R=40.83%
G=19.42%
B=39.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22710822100.520.030.11303.036865.69
HexE36CDD0343B12f4442
Octal343154335064313457104102
Binary11100011110110011011101011010011101110010111110001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E36CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E36CDD; }

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

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

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

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

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

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

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

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