Html Css Color HEX #E36DC4 Orchid

📋 copy color: '#E36DC4'

red 227 ◦ green 109 ◦ blue 196

#E36DC4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #E36DC4

Tints of Orchid #E36DC4

RGB

 RED value IS 227 (89.06% from 255) = 42.67%

 GREEN value IS 109 (42.97% from 255) = 20.49%

 BLUE value IS 196 (76.95% from 255) = 36.84%

R = 42.67%
G = 20.49%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.14

 K value IS 0.11

RGB Variations

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

Color information

#E36DC4 (or 0xE36DC4) is known color: Orchid. HEX triplet: E3, 6D and C4. RGB value is (227,109,196). Sum of RGB (Red+Green+Blue) = 227+109+196=532 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.67% from 532); Green value is 109 (42.97% from 255 or 20.49% from 532); Blue value is 196 (76.95% from 255 or 36.84% from 532); Max value from RGB is 227 - color contains mainly: red. Hex color #E36DC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E36DC4 is #1C923B. Grayscale: #999999. Windows color (decimal): -1872444 or 12873187. OLE color: 12873187.

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

Color convert

RGB 227 109 196 -
CMYK 0 0.52 0.14 0.11
HSL 315.76º 0.68% 0.66% -
HSV(B) 315.76º 0.52% 0.89% -
XYZ 47.11 31.25 55.77 -
YUV 154.2 151.59 179.93 -
System Red Green Blue C M Y K H S L
Decimal 227 109 196 0 0.52 0.14 0.11 315.76 0.68 0.66
Hex E3 6D C4 0 34 E B 13C 44 42
Octal 343 155 304 0 64 16 13 474 104 102
Binary 11100011 1101101 11000100 0 110100 1110 1011 100111100 1000100 1000010

Color Harmonies of #E36DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E36DC4

Black with #E36DC4

Text Example


Text Example

White with #E36DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E36DC4; }

 p { color: rgb(227,109,196); }

 H1.HeaderClassName
 {
   color: #E36DC4;
 }
 .AnyTagClassName
 {
   color: #E36DC4;
 }
</style>

background-color css

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

 a { background-color: rgb(227,109,196); }

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

border-color css

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

 span { border-color: rgb(227,109,196); }

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