Html Css Color HEX #E080DB Orchid

📋 copy color: '#E080DB'

red 224 ◦ green 128 ◦ blue 219

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

Shades of Orchid #E080DB

Tints of Orchid #E080DB

RGB

 RED value IS 224 (87.89% from 255) = 39.23%

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

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

R = 39.23%
G = 22.42%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E080DB (or 0xE080DB) is known color: Orchid. HEX triplet: E0, 80 and DB. RGB value is (224,128,219). Sum of RGB (Red+Green+Blue) = 224+128+219=571 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.23% from 571); Green value is 128 (50.39% from 255 or 22.42% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 224 - color contains mainly: red. Hex color #E080DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E080DB is #1F7F24. Grayscale: #A6A6A6. Windows color (decimal): -2064165 or 14385376. OLE color: 14385376.

HSL color Cylindrical-coordinate representation of color #E080DB: hue angle of 303.12º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E080DB is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 128 219 -
CMYK 0 0.43 0.02 0.12
HSL 303.13º 0.61% 0.69% -
HSV(B) 303.13º 0.43% 0.88% -
XYZ 51.25 36.4 71.34 -
YUV 167.08 157.3 168.6 -
System Red Green Blue C M Y K H S L
Decimal 224 128 219 0 0.43 0.02 0.12 303.13 0.61 0.69
Hex E0 80 DB 0 2B 2 C 12F 3D 45
Octal 340 200 333 0 53 2 14 457 75 105
Binary 11100000 10000000 11011011 0 101011 10 1100 100101111 111101 1000101

Color Harmonies of #E080DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E080DB

Black with #E080DB

Text Example


Text Example

White with #E080DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E080DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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