Html Css Color HEX #E36DD0 Orchid

📋 copy color: '#E36DD0'

red 227 ◦ green 109 ◦ blue 208

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

Shades of Orchid #E36DD0

Tints of Orchid #E36DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.24%

R = 41.73%
G = 20.04%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.08

 K value IS 0.11

RGB Variations

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

Color information

#E36DD0 (or 0xE36DD0) is known color: Orchid. HEX triplet: E3, 6D and D0. RGB value is (227,109,208). Sum of RGB (Red+Green+Blue) = 227+109+208=544 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.73% from 544); Green value is 109 (42.97% from 255 or 20.04% from 544); Blue value is 208 (81.64% from 255 or 38.24% from 544); Max value from RGB is 227 - color contains mainly: red. Hex color #E36DD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E36DD0 is #1C922F. Grayscale: #9B9B9B. Windows color (decimal): -1872432 or 13659619. OLE color: 13659619.

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

Color convert

RGB 227 109 208 -
CMYK 0 0.52 0.08 0.11
HSL 309.66º 0.68% 0.66% -
HSV(B) 309.66º 0.52% 0.89% -
XYZ 48.53 31.82 63.26 -
YUV 155.57 157.59 178.95 -
System Red Green Blue C M Y K H S L
Decimal 227 109 208 0 0.52 0.08 0.11 309.66 0.68 0.66
Hex E3 6D D0 0 34 8 B 136 44 42
Octal 343 155 320 0 64 10 13 466 104 102
Binary 11100011 1101101 11010000 0 110100 1000 1011 100110110 1000100 1000010

Color Harmonies of #E36DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E36DD0

Black with #E36DD0

Text Example


Text Example

White with #E36DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E36DD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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