Html Css Color HEX #E36AD9 Orchid

📋 copy color: '#E36AD9'

red 227 ◦ green 106 ◦ blue 217

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

Shades of Orchid #E36AD9

Tints of Orchid #E36AD9

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.27%

 BLUE value IS 217 (85.16% from 255) = 39.45%

R = 41.27%
G = 19.27%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E36AD9 (or 0xE36AD9) is known color: Orchid. HEX triplet: E3, 6A and D9. RGB value is (227,106,217). Sum of RGB (Red+Green+Blue) = 227+106+217=550 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.27% from 550); Green value is 106 (41.80% from 255 or 19.27% from 550); Blue value is 217 (85.16% from 255 or 39.45% from 550); Max value from RGB is 227 - color contains mainly: red. Hex color #E36AD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E36AD9 is #1C9526. Grayscale: #9A9A9A. Windows color (decimal): -1873191 or 14248675. OLE color: 14248675.

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

Color convert

RGB 227 106 217 -
CMYK 0 0.53 0.04 0.11
HSL 304.96º 0.68% 0.65% -
HSV(B) 304.96º 0.53% 0.89% -
XYZ 49.36 31.65 69.15 -
YUV 154.83 163.09 179.47 -
System Red Green Blue C M Y K H S L
Decimal 227 106 217 0 0.53 0.04 0.11 304.96 0.68 0.65
Hex E3 6A D9 0 35 4 B 131 44 41
Octal 343 152 331 0 65 4 13 461 104 101
Binary 11100011 1101010 11011001 0 110101 100 1011 100110001 1000100 1000001

Color Harmonies of #E36AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E36AD9

Black with #E36AD9

Text Example


Text Example

White with #E36AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E36AD9; }

 p { color: rgb(227,106,217); }

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

background-color css

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

 a { background-color: rgb(227,106,217); }

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

border-color css

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

 span { border-color: rgb(227,106,217); }

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