#E36CCB

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

Shades of Orchid #E36CCB

Tints of Orchid #E36CCB

Color information

#E36CCB (or 0xE36CCB) is unknown color: approx Orchid. HEX triplet: E3, 6C and CB. RGB value is (227,108,203). Sum of RGB (Red+Green+Blue) = 227+108+203=538 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.19% from 538); Green value is 108 (42.58% from 255 or 20.07% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 227 - color contains mainly: red. Hex color #E36CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E36CCB is #1C9334. Grayscale: #9A9A9A. Windows color (decimal): -1872693 or 13331683. OLE color: 13331683.

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

Color convert

RGB227108203-
CMYK00.520.110.11
HSL312.1º68%65.69%-
HSV(B)312.1º52.42%89.02%-
XYZ47.8231.3760.03-
YUV154.41155.42179.78-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.19%
GREEN value IS 108 (42.58% from 255) = 20.07%
BLUE value IS 203 (79.69% from 255) = 37.73%
R=42.19%
G=20.07%
B=37.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22710820300.520.110.11312.16865.69
HexE36CCB034BB1384442
Octal3431543130641313470104102
Binary1110001111011001100101101101001011101110011100010001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E36CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E36CCB; }

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

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

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

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

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

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

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

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