Html Css Color HEX #E36DD2 Orchid

📋 copy color: '#E36DD2'

red 227 ◦ green 109 ◦ blue 210

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

Shades of Orchid #E36DD2

Tints of Orchid #E36DD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 38.46%

R = 41.58%
G = 19.96%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.07

 K value IS 0.11

RGB Variations

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

Color information

#E36DD2 (or 0xE36DD2) is known color: Orchid. HEX triplet: E3, 6D and D2. RGB value is (227,109,210). Sum of RGB (Red+Green+Blue) = 227+109+210=546 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.58% from 546); Green value is 109 (42.97% from 255 or 19.96% from 546); Blue value is 210 (82.42% from 255 or 38.46% from 546); Max value from RGB is 227 - color contains mainly: red. Hex color #E36DD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E36DD2 is #1C922D. Grayscale: #9B9B9B. Windows color (decimal): -1872430 or 13790691. OLE color: 13790691.

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

Color convert

RGB 227 109 210 -
CMYK 0 0.52 0.07 0.11
HSL 308.64º 0.68% 0.66% -
HSV(B) 308.64º 0.52% 0.89% -
XYZ 48.78 31.92 64.56 -
YUV 155.8 158.59 178.79 -
System Red Green Blue C M Y K H S L
Decimal 227 109 210 0 0.52 0.07 0.11 308.64 0.68 0.66
Hex E3 6D D2 0 34 7 B 135 44 42
Octal 343 155 322 0 64 7 13 465 104 102
Binary 11100011 1101101 11010010 0 110100 111 1011 100110101 1000100 1000010

Color Harmonies of #E36DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E36DD2

Black with #E36DD2

Text Example


Text Example

White with #E36DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E36DD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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