Html Css Color HEX #E47CDC Orchid

📋 copy color: '#E47CDC'

red 228 ◦ green 124 ◦ blue 220

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

Shades of Orchid #E47CDC

Tints of Orchid #E47CDC

RGB

 RED value IS 228 (89.45% from 255) = 39.86%

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

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

R = 39.86%
G = 21.68%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E47CDC (or 0xE47CDC) is known color: Orchid. HEX triplet: E4, 7C and DC. RGB value is (228,124,220). Sum of RGB (Red+Green+Blue) = 228+124+220=572 (75% of max value = 765). Red value is 228 (89.45% from 255 or 39.86% from 572); Green value is 124 (48.83% from 255 or 21.68% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 228 - color contains mainly: red. Hex color #E47CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47CDC is #1B8323. Grayscale: #A5A5A5. Windows color (decimal): -1803044 or 14449892. OLE color: 14449892.

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

Color convert

RGB 228 124 220 -
CMYK 0 0.46 0.04 0.11
HSL 304.62º 0.66% 0.69% -
HSV(B) 304.62º 0.46% 0.89% -
XYZ 52.12 36.08 71.93 -
YUV 166.04 158.46 172.19 -
System Red Green Blue C M Y K H S L
Decimal 228 124 220 0 0.46 0.04 0.11 304.62 0.66 0.69
Hex E4 7C DC 0 2E 4 B 131 42 45
Octal 344 174 334 0 56 4 13 461 102 105
Binary 11100100 1111100 11011100 0 101110 100 1011 100110001 1000010 1000101

Color Harmonies of #E47CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E47CDC

Black with #E47CDC

Text Example


Text Example

White with #E47CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E47CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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