Html Css Color HEX #E37CD8 Orchid

📋 copy color: '#E37CD8'

red 227 ◦ green 124 ◦ blue 216

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

Shades of Orchid #E37CD8

Tints of Orchid #E37CD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.1%

R = 40.04%
G = 21.87%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.05

 K value IS 0.11

RGB Variations

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

Color information

#E37CD8 (or 0xE37CD8) is known color: Orchid. HEX triplet: E3, 7C and D8. RGB value is (227,124,216). Sum of RGB (Red+Green+Blue) = 227+124+216=567 (75% of max value = 765). Red value is 227 (89.06% from 255 or 40.04% from 567); Green value is 124 (48.83% from 255 or 21.87% from 567); Blue value is 216 (84.77% from 255 or 38.10% from 567); Max value from RGB is 227 - color contains mainly: red. Hex color #E37CD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37CD8 is #1C8327. Grayscale: #A5A5A5. Windows color (decimal): -1868584 or 14187747. OLE color: 14187747.

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

Color convert

RGB 227 124 216 -
CMYK 0 0.45 0.05 0.11
HSL 306.41º 0.65% 0.69% -
HSV(B) 306.41º 0.45% 0.89% -
XYZ 51.28 35.7 69.15 -
YUV 165.29 156.62 172.02 -
System Red Green Blue C M Y K H S L
Decimal 227 124 216 0 0.45 0.05 0.11 306.41 0.65 0.69
Hex E3 7C D8 0 2D 5 B 132 41 45
Octal 343 174 330 0 55 5 13 462 101 105
Binary 11100011 1111100 11011000 0 101101 101 1011 100110010 1000001 1000101

Color Harmonies of #E37CD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E37CD8

Black with #E37CD8

Text Example


Text Example

White with #E37CD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E37CD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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