Html Css Color HEX #E37CD1 Orchid

📋 copy color: '#E37CD1'

red 227 ◦ green 124 ◦ blue 209

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

Shades of Orchid #E37CD1

Tints of Orchid #E37CD1

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.14%

 BLUE value IS 209 (82.03% from 255) = 37.32%

R = 40.54%
G = 22.14%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.08

 K value IS 0.11

RGB Variations

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

Color information

#E37CD1 (or 0xE37CD1) is known color: Orchid. HEX triplet: E3, 7C and D1. RGB value is (227,124,209). Sum of RGB (Red+Green+Blue) = 227+124+209=560 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.54% from 560); Green value is 124 (48.83% from 255 or 22.14% from 560); Blue value is 209 (82.03% from 255 or 37.32% from 560); Max value from RGB is 227 - color contains mainly: red. Hex color #E37CD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37CD1 is #1C832E. Grayscale: #A4A4A4. Windows color (decimal): -1868591 or 13728995. OLE color: 13728995.

HSL color Cylindrical-coordinate representation of color #E37CD1: hue angle of 310.49º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E37CD1 is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 124 209 -
CMYK 0 0.45 0.08 0.11
HSL 310.49º 0.65% 0.69% -
HSV(B) 310.49º 0.45% 0.89% -
XYZ 50.39 35.35 64.49 -
YUV 164.49 153.12 172.59 -
System Red Green Blue C M Y K H S L
Decimal 227 124 209 0 0.45 0.08 0.11 310.49 0.65 0.69
Hex E3 7C D1 0 2D 8 B 136 41 45
Octal 343 174 321 0 55 10 13 466 101 105
Binary 11100011 1111100 11010001 0 101101 1000 1011 100110110 1000001 1000101

Color Harmonies of #E37CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E37CD1

Black with #E37CD1

Text Example


Text Example

White with #E37CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E37CD1; }

 p { color: rgb(227,124,209); }

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

background-color css

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

 a { background-color: rgb(227,124,209); }

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

border-color css

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

 span { border-color: rgb(227,124,209); }

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