Html Css Color HEX #E36AD7 Orchid

📋 copy color: '#E36AD7'

red 227 ◦ green 106 ◦ blue 215

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

Shades of Orchid #E36AD7

Tints of Orchid #E36AD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 39.23%

R = 41.42%
G = 19.34%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.05

 K value IS 0.11

RGB Variations

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

Color information

#E36AD7 (or 0xE36AD7) is known color: Orchid. HEX triplet: E3, 6A and D7. RGB value is (227,106,215). Sum of RGB (Red+Green+Blue) = 227+106+215=548 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.42% from 548); Green value is 106 (41.80% from 255 or 19.34% from 548); Blue value is 215 (84.38% from 255 or 39.23% from 548); Max value from RGB is 227 - color contains mainly: red. Hex color #E36AD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E36AD7 is #1C9528. Grayscale: #9A9A9A. Windows color (decimal): -1873193 or 14117603. OLE color: 14117603.

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

Color convert

RGB 227 106 215 -
CMYK 0 0.53 0.05 0.11
HSL 305.95º 0.68% 0.65% -
HSV(B) 305.95º 0.53% 0.89% -
XYZ 49.1 31.55 67.79 -
YUV 154.61 162.09 179.64 -
System Red Green Blue C M Y K H S L
Decimal 227 106 215 0 0.53 0.05 0.11 305.95 0.68 0.65
Hex E3 6A D7 0 35 5 B 132 44 41
Octal 343 152 327 0 65 5 13 462 104 101
Binary 11100011 1101010 11010111 0 110101 101 1011 100110010 1000100 1000001

Color Harmonies of #E36AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E36AD7

Black with #E36AD7

Text Example


Text Example

White with #E36AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E36AD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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