Html Css Color HEX #E578CD Orchid

📋 copy color: '#E578CD'

red 229 ◦ green 120 ◦ blue 205

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

Shades of Orchid #E578CD

Tints of Orchid #E578CD

RGB

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

 GREEN value IS 120 (47.27% from 255) = 21.66%

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

R = 41.34%
G = 21.66%
B = 37%

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

#E578CD (or 0xE578CD) is known color: Orchid. HEX triplet: E5, 78 and CD. RGB value is (229,120,205). Sum of RGB (Red+Green+Blue) = 229+120+205=554 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.34% from 554); Green value is 120 (47.27% from 255 or 21.66% from 554); Blue value is 205 (80.47% from 255 or 37.00% from 554); Max value from RGB is 229 - color contains mainly: red. Hex color #E578CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E578CD is #1A8732. Grayscale: #A2A2A2. Windows color (decimal): -1738547 or 13465829. OLE color: 13465829.

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

Color convert

RGB 229 120 205 -
CMYK 0 0.48 0.10 0.10
HSL 313.21º 0.68% 0.68% -
HSV(B) 313.21º 0.48% 0.9% -
XYZ 50.05 34.5 61.78 -
YUV 162.28 152.11 175.59 -
System Red Green Blue C M Y K H S L
Decimal 229 120 205 0 0.48 0.10 0.10 313.21 0.68 0.68
Hex E5 78 CD 0 30 A A 139 44 44
Octal 345 170 315 0 60 12 12 471 104 104
Binary 11100101 1111000 11001101 0 110000 1010 1010 100111001 1000100 1000100

Color Harmonies of #E578CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E578CD

Black with #E578CD

Text Example


Text Example

White with #E578CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E578CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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