Html Css Color HEX #E477DC Orchid

📋 copy color: '#E477DC'

red 228 ◦ green 119 ◦ blue 220

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

Shades of Orchid #E477DC

Tints of Orchid #E477DC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 20.99%

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

R = 40.21%
G = 20.99%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E477DC (or 0xE477DC) is known color: Orchid. HEX triplet: E4, 77 and DC. RGB value is (228,119,220). Sum of RGB (Red+Green+Blue) = 228+119+220=567 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40.21% from 567); Green value is 119 (46.88% from 255 or 20.99% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 228 - color contains mainly: red. Hex color #E477DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E477DC is #1B8823. Grayscale: #A2A2A2. Windows color (decimal): -1804324 or 14448612. OLE color: 14448612.

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

Color convert

RGB 228 119 220 -
CMYK 0 0.48 0.04 0.11
HSL 304.4º 0.67% 0.68% -
HSV(B) 304.4º 0.48% 0.89% -
XYZ 51.51 34.85 71.72 -
YUV 163.11 160.11 174.29 -
System Red Green Blue C M Y K H S L
Decimal 228 119 220 0 0.48 0.04 0.11 304.4 0.67 0.68
Hex E4 77 DC 0 30 4 B 130 43 44
Octal 344 167 334 0 60 4 13 460 103 104
Binary 11100100 1110111 11011100 0 110000 100 1011 100110000 1000011 1000100

Color Harmonies of #E477DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E477DC

Black with #E477DC

Text Example


Text Example

White with #E477DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E477DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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