Html Css Color HEX #E577DC Orchid

📋 copy color: '#E577DC'

red 229 ◦ green 119 ◦ blue 220

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

Shades of Orchid #E577DC

Tints of Orchid #E577DC

RGB

 RED value IS 229 (89.84% from 255) = 40.32%

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

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

R = 40.32%
G = 20.95%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E577DC (or 0xE577DC) is known color: Orchid. HEX triplet: E5, 77 and DC. RGB value is (229,119,220). Sum of RGB (Red+Green+Blue) = 229+119+220=568 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.32% from 568); Green value is 119 (46.88% from 255 or 20.95% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 229 - color contains mainly: red. Hex color #E577DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E577DC is #1A8823. Grayscale: #A3A3A3. Windows color (decimal): -1738788 or 14448613. OLE color: 14448613.

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

Color convert

RGB 229 119 220 -
CMYK 0 0.48 0.04 0.10
HSL 304.91º 0.68% 0.68% -
HSV(B) 304.91º 0.48% 0.9% -
XYZ 51.83 35.02 71.74 -
YUV 163.4 159.94 174.79 -
System Red Green Blue C M Y K H S L
Decimal 229 119 220 0 0.48 0.04 0.10 304.91 0.68 0.68
Hex E5 77 DC 0 30 4 A 131 44 44
Octal 345 167 334 0 60 4 12 461 104 104
Binary 11100101 1110111 11011100 0 110000 100 1010 100110001 1000100 1000100

Color Harmonies of #E577DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E577DC

Black with #E577DC

Text Example


Text Example

White with #E577DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E577DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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