Html Css Color HEX #E080DD Orchid

📋 copy color: '#E080DD'

red 224 ◦ green 128 ◦ blue 221

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

Shades of Orchid #E080DD

Tints of Orchid #E080DD

RGB

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

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

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

R = 39.09%
G = 22.34%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E080DD (or 0xE080DD) is known color: Orchid. HEX triplet: E0, 80 and DD. RGB value is (224,128,221). Sum of RGB (Red+Green+Blue) = 224+128+221=573 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.09% from 573); Green value is 128 (50.39% from 255 or 22.34% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 224 - color contains mainly: red. Hex color #E080DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E080DD is #1F7F22. Grayscale: #A7A7A7. Windows color (decimal): -2064163 or 14516448. OLE color: 14516448.

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

Color convert

RGB 224 128 221 -
CMYK 0 0.43 0.01 0.12
HSL 301.88º 0.61% 0.69% -
HSV(B) 301.88º 0.43% 0.88% -
XYZ 51.51 36.51 72.74 -
YUV 167.31 158.3 168.44 -
System Red Green Blue C M Y K H S L
Decimal 224 128 221 0 0.43 0.01 0.12 301.88 0.61 0.69
Hex E0 80 DD 0 2B 1 C 12E 3D 45
Octal 340 200 335 0 53 1 14 456 75 105
Binary 11100000 10000000 11011101 0 101011 1 1100 100101110 111101 1000101

Color Harmonies of #E080DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E080DD

Black with #E080DD

Text Example


Text Example

White with #E080DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E080DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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