Html Css Color HEX #E37CDC Orchid

📋 copy color: '#E37CDC'

red 227 ◦ green 124 ◦ blue 220

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

Shades of Orchid #E37CDC

Tints of Orchid #E37CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.53%

R = 39.75%
G = 21.72%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E37CDC (or 0xE37CDC) is known color: Orchid. HEX triplet: E3, 7C and DC. RGB value is (227,124,220). Sum of RGB (Red+Green+Blue) = 227+124+220=571 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.75% from 571); Green value is 124 (48.83% from 255 or 21.72% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 227 - color contains mainly: red. Hex color #E37CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37CDC is #1C8323. Grayscale: #A5A5A5. Windows color (decimal): -1868580 or 14449891. OLE color: 14449891.

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

Color convert

RGB 227 124 220 -
CMYK 0 0.45 0.03 0.11
HSL 304.08º 0.65% 0.69% -
HSV(B) 304.08º 0.45% 0.89% -
XYZ 51.8 35.91 71.91 -
YUV 165.74 158.62 171.69 -
System Red Green Blue C M Y K H S L
Decimal 227 124 220 0 0.45 0.03 0.11 304.08 0.65 0.69
Hex E3 7C DC 0 2D 3 B 130 41 45
Octal 343 174 334 0 55 3 13 460 101 105
Binary 11100011 1111100 11011100 0 101101 11 1011 100110000 1000001 1000101

Color Harmonies of #E37CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E37CDC

Black with #E37CDC

Text Example


Text Example

White with #E37CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E37CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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