Html Css Color HEX #E477D9 Orchid

📋 copy color: '#E477D9'

red 228 ◦ green 119 ◦ blue 217

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

Shades of Orchid #E477D9

Tints of Orchid #E477D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 38.48%

R = 40.43%
G = 21.1%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.05

 K value IS 0.11

RGB Variations

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

Color information

#E477D9 (or 0xE477D9) is known color: Orchid. HEX triplet: E4, 77 and D9. RGB value is (228,119,217). Sum of RGB (Red+Green+Blue) = 228+119+217=564 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.43% from 564); Green value is 119 (46.88% from 255 or 21.10% from 564); Blue value is 217 (85.16% from 255 or 38.48% from 564); Max value from RGB is 228 - color contains mainly: red. Hex color #E477D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E477D9 is #1B8826. Grayscale: #A2A2A2. Windows color (decimal): -1804327 or 14252004. OLE color: 14252004.

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

Color convert

RGB 228 119 217 -
CMYK 0 0.48 0.05 0.11
HSL 306.06º 0.67% 0.68% -
HSV(B) 306.06º 0.48% 0.89% -
XYZ 51.12 34.7 69.65 -
YUV 162.76 158.61 174.53 -
System Red Green Blue C M Y K H S L
Decimal 228 119 217 0 0.48 0.05 0.11 306.06 0.67 0.68
Hex E4 77 D9 0 30 5 B 132 43 44
Octal 344 167 331 0 60 5 13 462 103 104
Binary 11100100 1110111 11011001 0 110000 101 1011 100110010 1000011 1000100

Color Harmonies of #E477D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E477D9

Black with #E477D9

Text Example


Text Example

White with #E477D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E477D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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