Html Css Color HEX #E36BD2 Orchid

📋 copy color: '#E36BD2'

red 227 ◦ green 107 ◦ blue 210

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

Shades of Orchid #E36BD2

Tints of Orchid #E36BD2

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.67%

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

R = 41.73%
G = 19.67%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.07

 K value IS 0.11

RGB Variations

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

Color information

#E36BD2 (or 0xE36BD2) is known color: Orchid. HEX triplet: E3, 6B and D2. RGB value is (227,107,210). Sum of RGB (Red+Green+Blue) = 227+107+210=544 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.73% from 544); Green value is 107 (42.19% from 255 or 19.67% from 544); Blue value is 210 (82.42% from 255 or 38.60% from 544); Max value from RGB is 227 - color contains mainly: red. Hex color #E36BD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E36BD2 is #1C942D. Grayscale: #9A9A9A. Windows color (decimal): -1872942 or 13790179. OLE color: 13790179.

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

Color convert

RGB 227 107 210 -
CMYK 0 0.53 0.07 0.11
HSL 308.5º 0.68% 0.65% -
HSV(B) 308.5º 0.53% 0.89% -
XYZ 48.57 31.5 64.49 -
YUV 154.62 159.26 179.62 -
System Red Green Blue C M Y K H S L
Decimal 227 107 210 0 0.53 0.07 0.11 308.5 0.68 0.65
Hex E3 6B D2 0 35 7 B 134 44 41
Octal 343 153 322 0 65 7 13 464 104 101
Binary 11100011 1101011 11010010 0 110101 111 1011 100110100 1000100 1000001

Color Harmonies of #E36BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E36BD2

Black with #E36BD2

Text Example


Text Example

White with #E36BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E36BD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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