Html Css Color HEX #E079DC Orchid

📋 copy color: '#E079DC'

red 224 ◦ green 121 ◦ blue 220

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

Shades of Orchid #E079DC

Tints of Orchid #E079DC

RGB

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

 GREEN value IS 121 (47.66% from 255) = 21.42%

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

R = 39.65%
G = 21.42%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E079DC (or 0xE079DC) is known color: Orchid. HEX triplet: E0, 79 and DC. RGB value is (224,121,220). Sum of RGB (Red+Green+Blue) = 224+121+220=565 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.65% from 565); Green value is 121 (47.66% from 255 or 21.42% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 224 - color contains mainly: red. Hex color #E079DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E079DC is #1F8623. Grayscale: #A2A2A2. Windows color (decimal): -2065956 or 14449120. OLE color: 14449120.

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

Color convert

RGB 224 121 220 -
CMYK 0 0.46 0.02 0.12
HSL 302.33º 0.62% 0.68% -
HSV(B) 302.33º 0.46% 0.88% -
XYZ 50.5 34.69 71.74 -
YUV 163.08 160.12 171.45 -
System Red Green Blue C M Y K H S L
Decimal 224 121 220 0 0.46 0.02 0.12 302.33 0.62 0.68
Hex E0 79 DC 0 2E 2 C 12E 3E 44
Octal 340 171 334 0 56 2 14 456 76 104
Binary 11100000 1111001 11011100 0 101110 10 1100 100101110 111110 1000100

Color Harmonies of #E079DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E079DC

Black with #E079DC

Text Example


Text Example

White with #E079DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E079DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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