Html Css Color HEX #E077DC Orchid

📋 copy color: '#E077DC'

red 224 ◦ green 119 ◦ blue 220

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

Shades of Orchid #E077DC

Tints of Orchid #E077DC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 21.14%

 BLUE value IS 220 (86.33% from 255) = 39.08%

R = 39.79%
G = 21.14%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E077DC (or 0xE077DC) is known color: Orchid. HEX triplet: E0, 77 and DC. RGB value is (224,119,220). Sum of RGB (Red+Green+Blue) = 224+119+220=563 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.79% from 563); Green value is 119 (46.88% from 255 or 21.14% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 224 - color contains mainly: red. Hex color #E077DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E077DC is #1F8823. Grayscale: #A1A1A1. Windows color (decimal): -2066468 or 14448608. OLE color: 14448608.

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

Color convert

RGB 224 119 220 -
CMYK 0 0.47 0.02 0.12
HSL 302.29º 0.63% 0.67% -
HSV(B) 302.29º 0.47% 0.88% -
XYZ 50.26 34.21 71.66 -
YUV 161.91 160.79 172.29 -
System Red Green Blue C M Y K H S L
Decimal 224 119 220 0 0.47 0.02 0.12 302.29 0.63 0.67
Hex E0 77 DC 0 2F 2 C 12E 3F 43
Octal 340 167 334 0 57 2 14 456 77 103
Binary 11100000 1110111 11011100 0 101111 10 1100 100101110 111111 1000011

Color Harmonies of #E077DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E077DC

Black with #E077DC

Text Example


Text Example

White with #E077DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E077DC; }

 p { color: rgb(224,119,220); }

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

background-color css

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

 a { background-color: rgb(224,119,220); }

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

border-color css

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

 span { border-color: rgb(224,119,220); }

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