Html Css Color HEX #E080DF Orchid

📋 copy color: '#E080DF'

red 224 ◦ green 128 ◦ blue 223

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

Shades of Orchid #E080DF

Tints of Orchid #E080DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.78%

R = 38.96%
G = 22.26%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.00

 K value IS 0.12

RGB Variations

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

Color information

#E080DF (or 0xE080DF) is known color: Orchid. HEX triplet: E0, 80 and DF. RGB value is (224,128,223). Sum of RGB (Red+Green+Blue) = 224+128+223=575 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.96% from 575); Green value is 128 (50.39% from 255 or 22.26% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 224 - color contains mainly: red. Hex color #E080DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E080DF is #1F7F20. Grayscale: #A7A7A7. Windows color (decimal): -2064161 or 14647520. OLE color: 14647520.

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

Color convert

RGB 224 128 223 -
CMYK 0 0.43 0.00 0.12
HSL 300.63º 0.61% 0.69% -
HSV(B) 300.63º 0.43% 0.88% -
XYZ 51.78 36.61 74.15 -
YUV 167.53 159.3 168.28 -
System Red Green Blue C M Y K H S L
Decimal 224 128 223 0 0.43 0.00 0.12 300.63 0.61 0.69
Hex E0 80 DF 0 2B 0 C 12D 3D 45
Octal 340 200 337 0 53 0 14 455 75 105
Binary 11100000 10000000 11011111 0 101011 0 1100 100101101 111101 1000101

Color Harmonies of #E080DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E080DF

Black with #E080DF

Text Example


Text Example

White with #E080DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E080DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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