Html Css Color HEX #E578DD Orchid

📋 copy color: '#E578DD'

red 229 ◦ green 120 ◦ blue 221

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

Shades of Orchid #E578DD

Tints of Orchid #E578DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.77%

R = 40.18%
G = 21.05%
B = 38.77%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E578DD (or 0xE578DD) is known color: Orchid. HEX triplet: E5, 78 and DD. RGB value is (229,120,221). Sum of RGB (Red+Green+Blue) = 229+120+221=570 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.18% from 570); Green value is 120 (47.27% from 255 or 21.05% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 229 - color contains mainly: red. Hex color #E578DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E578DD is #1A8722. Grayscale: #A3A3A3. Windows color (decimal): -1738531 or 14514405. OLE color: 14514405.

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

Color convert

RGB 229 120 221 -
CMYK 0 0.48 0.03 0.10
HSL 304.4º 0.68% 0.68% -
HSV(B) 304.4º 0.48% 0.9% -
XYZ 52.08 35.31 72.48 -
YUV 164.11 160.11 174.29 -
System Red Green Blue C M Y K H S L
Decimal 229 120 221 0 0.48 0.03 0.10 304.4 0.68 0.68
Hex E5 78 DD 0 30 3 A 130 44 44
Octal 345 170 335 0 60 3 12 460 104 104
Binary 11100101 1111000 11011101 0 110000 11 1010 100110000 1000100 1000100

Color Harmonies of #E578DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E578DD

Black with #E578DD

Text Example


Text Example

White with #E578DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E578DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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