Html Css Color HEX #E36BCB Orchid

📋 copy color: '#E36BCB'

red 227 ◦ green 107 ◦ blue 203

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

Shades of Orchid #E36BCB

Tints of Orchid #E36BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.8%

R = 42.27%
G = 19.93%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E36BCB (or 0xE36BCB) is known color: Orchid. HEX triplet: E3, 6B and CB. RGB value is (227,107,203). Sum of RGB (Red+Green+Blue) = 227+107+203=537 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.27% from 537); Green value is 107 (42.19% from 255 or 19.93% from 537); Blue value is 203 (79.69% from 255 or 37.80% from 537); Max value from RGB is 227 - color contains mainly: red. Hex color #E36BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E36BCB is #1C9434. Grayscale: #999999. Windows color (decimal): -1872949 or 13331427. OLE color: 13331427.

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

Color convert

RGB 227 107 203 -
CMYK 0 0.53 0.11 0.11
HSL 312º 0.68% 0.65% -
HSV(B) 312º 0.53% 0.89% -
XYZ 47.72 31.16 60 -
YUV 153.82 155.76 180.19 -
System Red Green Blue C M Y K H S L
Decimal 227 107 203 0 0.53 0.11 0.11 312 0.68 0.65
Hex E3 6B CB 0 35 B B 138 44 41
Octal 343 153 313 0 65 13 13 470 104 101
Binary 11100011 1101011 11001011 0 110101 1011 1011 100111000 1000100 1000001

Color Harmonies of #E36BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E36BCB

Black with #E36BCB

Text Example


Text Example

White with #E36BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E36BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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