Html Css Color HEX #E879DC Orchid

📋 copy color: '#E879DC'

red 232 ◦ green 121 ◦ blue 220

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

Shades of Orchid #E879DC

Tints of Orchid #E879DC

RGB

 RED value IS 232 (91.02% from 255) = 40.49%

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

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

R = 40.49%
G = 21.12%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E879DC (or 0xE879DC) is known color: Orchid. HEX triplet: E8, 79 and DC. RGB value is (232,121,220). Sum of RGB (Red+Green+Blue) = 232+121+220=573 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.49% from 573); Green value is 121 (47.66% from 255 or 21.12% from 573); Blue value is 220 (86.33% from 255 or 38.39% from 573); Max value from RGB is 232 - color contains mainly: red. Hex color #E879DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E879DC is #178623. Grayscale: #A5A5A5. Windows color (decimal): -1541668 or 14449128. OLE color: 14449128.

HSL color Cylindrical-coordinate representation of color #E879DC: hue angle of 306.49º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E879DC is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 121 220 -
CMYK 0 0.48 0.05 0.09
HSL 306.49º 0.71% 0.69% -
HSV(B) 306.49º 0.48% 0.91% -
XYZ 53.03 36 71.86 -
YUV 165.48 158.77 175.45 -
System Red Green Blue C M Y K H S L
Decimal 232 121 220 0 0.48 0.05 0.09 306.49 0.71 0.69
Hex E8 79 DC 0 30 5 9 132 47 45
Octal 350 171 334 0 60 5 11 462 107 105
Binary 11101000 1111001 11011100 0 110000 101 1001 100110010 1000111 1000101

Color Harmonies of #E879DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E879DC

Black with #E879DC

Text Example


Text Example

White with #E879DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E879DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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