Html Css Color HEX #E577CD Orchid

📋 copy color: '#E577CD'

red 229 ◦ green 119 ◦ blue 205

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

Shades of Orchid #E577CD

Tints of Orchid #E577CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.07%

R = 41.41%
G = 21.52%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E577CD (or 0xE577CD) is known color: Orchid. HEX triplet: E5, 77 and CD. RGB value is (229,119,205). Sum of RGB (Red+Green+Blue) = 229+119+205=553 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.41% from 553); Green value is 119 (46.88% from 255 or 21.52% from 553); Blue value is 205 (80.47% from 255 or 37.07% from 553); Max value from RGB is 229 - color contains mainly: red. Hex color #E577CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E577CD is #1A8832. Grayscale: #A1A1A1. Windows color (decimal): -1738803 or 13465573. OLE color: 13465573.

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

Color convert

RGB 229 119 205 -
CMYK 0 0.48 0.10 0.10
HSL 313.09º 0.68% 0.68% -
HSV(B) 313.09º 0.48% 0.9% -
XYZ 49.93 34.26 61.74 -
YUV 161.69 152.44 176.01 -
System Red Green Blue C M Y K H S L
Decimal 229 119 205 0 0.48 0.10 0.10 313.09 0.68 0.68
Hex E5 77 CD 0 30 A A 139 44 44
Octal 345 167 315 0 60 12 12 471 104 104
Binary 11100101 1110111 11001101 0 110000 1010 1010 100111001 1000100 1000100

Color Harmonies of #E577CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E577CD

Black with #E577CD

Text Example


Text Example

White with #E577CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E577CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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