Html Css Color HEX #E080DA Orchid

📋 copy color: '#E080DA'

red 224 ◦ green 128 ◦ blue 218

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

Shades of Orchid #E080DA

Tints of Orchid #E080DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.25%

R = 39.3%
G = 22.46%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E080DA (or 0xE080DA) is known color: Orchid. HEX triplet: E0, 80 and DA. RGB value is (224,128,218). Sum of RGB (Red+Green+Blue) = 224+128+218=570 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.30% from 570); Green value is 128 (50.39% from 255 or 22.46% from 570); Blue value is 218 (85.55% from 255 or 38.25% from 570); Max value from RGB is 224 - color contains mainly: red. Hex color #E080DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E080DA is #1F7F25. Grayscale: #A6A6A6. Windows color (decimal): -2064166 or 14319840. OLE color: 14319840.

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

Color convert

RGB 224 128 218 -
CMYK 0 0.43 0.03 0.12
HSL 303.75º 0.61% 0.69% -
HSV(B) 303.75º 0.43% 0.88% -
XYZ 51.11 36.35 70.65 -
YUV 166.96 156.8 168.68 -
System Red Green Blue C M Y K H S L
Decimal 224 128 218 0 0.43 0.03 0.12 303.75 0.61 0.69
Hex E0 80 DA 0 2B 3 C 130 3D 45
Octal 340 200 332 0 53 3 14 460 75 105
Binary 11100000 10000000 11011010 0 101011 11 1100 100110000 111101 1000101

Color Harmonies of #E080DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E080DA

Black with #E080DA

Text Example


Text Example

White with #E080DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E080DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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