Html Css Color HEX #E879DA Orchid

📋 copy color: '#E879DA'

red 232 ◦ green 121 ◦ blue 218

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

Shades of Orchid #E879DA

Tints of Orchid #E879DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.18%

R = 40.63%
G = 21.19%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E879DA (or 0xE879DA) is known color: Orchid. HEX triplet: E8, 79 and DA. RGB value is (232,121,218). Sum of RGB (Red+Green+Blue) = 232+121+218=571 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.63% from 571); Green value is 121 (47.66% from 255 or 21.19% from 571); Blue value is 218 (85.55% from 255 or 38.18% from 571); Max value from RGB is 232 - color contains mainly: red. Hex color #E879DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E879DA is #178625. Grayscale: #A4A4A4. Windows color (decimal): -1541670 or 14318056. OLE color: 14318056.

HSL color Cylindrical-coordinate representation of color #E879DA: hue angle of 307.57º 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 #E879DA is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 121 218 -
CMYK 0 0.48 0.06 0.09
HSL 307.57º 0.71% 0.69% -
HSV(B) 307.57º 0.48% 0.91% -
XYZ 52.77 35.89 70.48 -
YUV 165.25 157.77 175.61 -
System Red Green Blue C M Y K H S L
Decimal 232 121 218 0 0.48 0.06 0.09 307.57 0.71 0.69
Hex E8 79 DA 0 30 6 9 134 47 45
Octal 350 171 332 0 60 6 11 464 107 105
Binary 11101000 1111001 11011010 0 110000 110 1001 100110100 1000111 1000101

Color Harmonies of #E879DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E879DA

Black with #E879DA

Text Example


Text Example

White with #E879DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E879DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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