Html Css Color HEX #E36BCC Orchid

📋 copy color: '#E36BCC'

red 227 ◦ green 107 ◦ blue 204

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

Shades of Orchid #E36BCC

Tints of Orchid #E36BCC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.89%

 BLUE value IS 204 (80.08% from 255) = 37.92%

R = 42.19%
G = 19.89%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E36BCC (or 0xE36BCC) is known color: Orchid. HEX triplet: E3, 6B and CC. RGB value is (227,107,204). Sum of RGB (Red+Green+Blue) = 227+107+204=538 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.19% from 538); Green value is 107 (42.19% from 255 or 19.89% from 538); Blue value is 204 (80.08% from 255 or 37.92% from 538); Max value from RGB is 227 - color contains mainly: red. Hex color #E36BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E36BCC is #1C9433. Grayscale: #999999. Windows color (decimal): -1872948 or 13396963. OLE color: 13396963.

HSL color Cylindrical-coordinate representation of color #E36BCC: hue angle of 311.5º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E36BCC is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 107 204 -
CMYK 0 0.53 0.10 0.11
HSL 311.5º 0.68% 0.65% -
HSV(B) 311.5º 0.53% 0.89% -
XYZ 47.84 31.21 60.63 -
YUV 153.94 156.26 180.11 -
System Red Green Blue C M Y K H S L
Decimal 227 107 204 0 0.53 0.10 0.11 311.5 0.68 0.65
Hex E3 6B CC 0 35 A B 138 44 41
Octal 343 153 314 0 65 12 13 470 104 101
Binary 11100011 1101011 11001100 0 110101 1010 1011 100111000 1000100 1000001

Color Harmonies of #E36BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E36BCC

Black with #E36BCC

Text Example


Text Example

White with #E36BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E36BCC; }

 p { color: rgb(227,107,204); }

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

background-color css

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

 a { background-color: rgb(227,107,204); }

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

border-color css

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

 span { border-color: rgb(227,107,204); }

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