Html Css Color HEX #E36FDC Orchid

📋 copy color: '#E36FDC'

red 227 ◦ green 111 ◦ blue 220

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

Shades of Orchid #E36FDC

Tints of Orchid #E36FDC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.89%

 BLUE value IS 220 (86.33% from 255) = 39.43%

R = 40.68%
G = 19.89%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E36FDC (or 0xE36FDC) is known color: Orchid. HEX triplet: E3, 6F and DC. RGB value is (227,111,220). Sum of RGB (Red+Green+Blue) = 227+111+220=558 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.68% from 558); Green value is 111 (43.75% from 255 or 19.89% from 558); Blue value is 220 (86.33% from 255 or 39.43% from 558); Max value from RGB is 227 - color contains mainly: red. Hex color #E36FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E36FDC is #1C9023. Grayscale: #9D9D9D. Windows color (decimal): -1871908 or 14446563. OLE color: 14446563.

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

Color convert

RGB 227 111 220 -
CMYK 0 0.51 0.03 0.11
HSL 303.62º 0.67% 0.66% -
HSV(B) 303.62º 0.51% 0.89% -
XYZ 50.28 32.87 71.4 -
YUV 158.11 162.93 177.14 -
System Red Green Blue C M Y K H S L
Decimal 227 111 220 0 0.51 0.03 0.11 303.62 0.67 0.66
Hex E3 6F DC 0 33 3 B 130 43 42
Octal 343 157 334 0 63 3 13 460 103 102
Binary 11100011 1101111 11011100 0 110011 11 1011 100110000 1000011 1000010

Color Harmonies of #E36FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E36FDC

Black with #E36FDC

Text Example


Text Example

White with #E36FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E36FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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