Html Css Color HEX #E580DB Orchid

📋 copy color: '#E580DB'

red 229 ◦ green 128 ◦ blue 219

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

Shades of Orchid #E580DB

Tints of Orchid #E580DB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.22%

 BLUE value IS 219 (85.94% from 255) = 38.02%

R = 39.76%
G = 22.22%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E580DB (or 0xE580DB) is known color: Orchid. HEX triplet: E5, 80 and DB. RGB value is (229,128,219). Sum of RGB (Red+Green+Blue) = 229+128+219=576 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.76% from 576); Green value is 128 (50.39% from 255 or 22.22% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 229 - color contains mainly: red. Hex color #E580DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E580DB is #1A7F24. Grayscale: #A8A8A8. Windows color (decimal): -1736485 or 14385381. OLE color: 14385381.

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

Color convert

RGB 229 128 219 -
CMYK 0 0.44 0.04 0.10
HSL 305.94º 0.66% 0.7% -
HSV(B) 305.94º 0.44% 0.9% -
XYZ 52.82 37.21 71.42 -
YUV 168.57 156.46 171.1 -
System Red Green Blue C M Y K H S L
Decimal 229 128 219 0 0.44 0.04 0.10 305.94 0.66 0.7
Hex E5 80 DB 0 2C 4 A 132 42 46
Octal 345 200 333 0 54 4 12 462 102 106
Binary 11100101 10000000 11011011 0 101100 100 1010 100110010 1000010 1000110

Color Harmonies of #E580DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E580DB

Black with #E580DB

Text Example


Text Example

White with #E580DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E580DB; }

 p { color: rgb(229,128,219); }

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

background-color css

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

 a { background-color: rgb(229,128,219); }

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

border-color css

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

 span { border-color: rgb(229,128,219); }

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