Html Css Color HEX #E36BDC Orchid

📋 copy color: '#E36BDC'

red 227 ◦ green 107 ◦ blue 220

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

Shades of Orchid #E36BDC

Tints of Orchid #E36BDC

RGB

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

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

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

R = 40.97%
G = 19.31%
B = 39.71%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E36BDC (or 0xE36BDC) is known color: Orchid. HEX triplet: E3, 6B and DC. RGB value is (227,107,220). Sum of RGB (Red+Green+Blue) = 227+107+220=554 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.97% from 554); Green value is 107 (42.19% from 255 or 19.31% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 227 - color contains mainly: red. Hex color #E36BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E36BDC is #1C9423. Grayscale: #9B9B9B. Windows color (decimal): -1872932 or 14445539. OLE color: 14445539.

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

Color convert

RGB 227 107 220 -
CMYK 0 0.53 0.03 0.11
HSL 303.5º 0.68% 0.65% -
HSV(B) 303.5º 0.53% 0.89% -
XYZ 49.85 32.01 71.26 -
YUV 155.76 164.26 178.81 -
System Red Green Blue C M Y K H S L
Decimal 227 107 220 0 0.53 0.03 0.11 303.5 0.68 0.65
Hex E3 6B DC 0 35 3 B 130 44 41
Octal 343 153 334 0 65 3 13 460 104 101
Binary 11100011 1101011 11011100 0 110101 11 1011 100110000 1000100 1000001

Color Harmonies of #E36BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E36BDC

Black with #E36BDC

Text Example


Text Example

White with #E36BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E36BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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