Html Css Color HEX #E36DDA Orchid

📋 copy color: '#E36DDA'

red 227 ◦ green 109 ◦ blue 218

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

Shades of Orchid #E36DDA

Tints of Orchid #E36DDA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.68%

 BLUE value IS 218 (85.55% from 255) = 39.35%

R = 40.97%
G = 19.68%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E36DDA (or 0xE36DDA) is known color: Orchid. HEX triplet: E3, 6D and DA. RGB value is (227,109,218). Sum of RGB (Red+Green+Blue) = 227+109+218=554 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.97% from 554); Green value is 109 (42.97% from 255 or 19.68% from 554); Blue value is 218 (85.55% from 255 or 39.35% from 554); Max value from RGB is 227 - color contains mainly: red. Hex color #E36DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E36DDA is #1C9225. Grayscale: #9C9C9C. Windows color (decimal): -1872422 or 14314979. OLE color: 14314979.

HSL color Cylindrical-coordinate representation of color #E36DDA: hue angle of 304.58º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E36DDA is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 109 218 -
CMYK 0 0.52 0.04 0.11
HSL 304.58º 0.68% 0.66% -
HSV(B) 304.58º 0.52% 0.89% -
XYZ 49.8 32.33 69.95 -
YUV 156.71 162.59 178.14 -
System Red Green Blue C M Y K H S L
Decimal 227 109 218 0 0.52 0.04 0.11 304.58 0.68 0.66
Hex E3 6D DA 0 34 4 B 131 44 42
Octal 343 155 332 0 64 4 13 461 104 102
Binary 11100011 1101101 11011010 0 110100 100 1011 100110001 1000100 1000010

Color Harmonies of #E36DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E36DDA

Black with #E36DDA

Text Example


Text Example

White with #E36DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E36DDA; }

 p { color: rgb(227,109,218); }

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

background-color css

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

 a { background-color: rgb(227,109,218); }

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

border-color css

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

 span { border-color: rgb(227,109,218); }

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