Html Css Color HEX #E36FC3 Orchid

📋 copy color: '#E36FC3'

red 227 ◦ green 111 ◦ blue 195

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

Shades of Orchid #E36FC3

Tints of Orchid #E36FC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 36.59%

R = 42.59%
G = 20.83%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.14

 K value IS 0.11

RGB Variations

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

Color information

#E36FC3 (or 0xE36FC3) is known color: Orchid. HEX triplet: E3, 6F and C3. RGB value is (227,111,195). Sum of RGB (Red+Green+Blue) = 227+111+195=533 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.59% from 533); Green value is 111 (43.75% from 255 or 20.83% from 533); Blue value is 195 (76.56% from 255 or 36.59% from 533); Max value from RGB is 227 - color contains mainly: red. Hex color #E36FC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E36FC3 is #1C903C. Grayscale: #9B9B9B. Windows color (decimal): -1871933 or 12808163. OLE color: 12808163.

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

Color convert

RGB 227 111 195 -
CMYK 0 0.51 0.14 0.11
HSL 316.55º 0.67% 0.66% -
HSV(B) 316.55º 0.51% 0.89% -
XYZ 47.21 31.64 55.25 -
YUV 155.26 150.43 179.17 -
System Red Green Blue C M Y K H S L
Decimal 227 111 195 0 0.51 0.14 0.11 316.55 0.67 0.66
Hex E3 6F C3 0 33 E B 13D 43 42
Octal 343 157 303 0 63 16 13 475 103 102
Binary 11100011 1101111 11000011 0 110011 1110 1011 100111101 1000011 1000010

Color Harmonies of #E36FC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E36FC3

Black with #E36FC3

Text Example


Text Example

White with #E36FC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E36FC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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