Html Css Color HEX #E36BD5 Orchid

📋 copy color: '#E36BD5'

red 227 ◦ green 107 ◦ blue 213

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

Shades of Orchid #E36BD5

Tints of Orchid #E36BD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 38.94%

R = 41.5%
G = 19.56%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.06

 K value IS 0.11

RGB Variations

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

Color information

#E36BD5 (or 0xE36BD5) is known color: Orchid. HEX triplet: E3, 6B and D5. RGB value is (227,107,213). Sum of RGB (Red+Green+Blue) = 227+107+213=547 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.50% from 547); Green value is 107 (42.19% from 255 or 19.56% from 547); Blue value is 213 (83.59% from 255 or 38.94% from 547); Max value from RGB is 227 - color contains mainly: red. Hex color #E36BD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E36BD5 is #1C942A. Grayscale: #9A9A9A. Windows color (decimal): -1872939 or 13986787. OLE color: 13986787.

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

Color convert

RGB 227 107 213 -
CMYK 0 0.53 0.06 0.11
HSL 307º 0.68% 0.65% -
HSV(B) 307º 0.53% 0.89% -
XYZ 48.95 31.65 66.48 -
YUV 154.96 160.76 179.38 -
System Red Green Blue C M Y K H S L
Decimal 227 107 213 0 0.53 0.06 0.11 307 0.68 0.65
Hex E3 6B D5 0 35 6 B 133 44 41
Octal 343 153 325 0 65 6 13 463 104 101
Binary 11100011 1101011 11010101 0 110101 110 1011 100110011 1000100 1000001

Color Harmonies of #E36BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E36BD5

Black with #E36BD5

Text Example


Text Example

White with #E36BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E36BD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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