Html Css Color HEX #E879DF Orchid

📋 copy color: '#E879DF'

red 232 ◦ green 121 ◦ blue 223

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

Shades of Orchid #E879DF

Tints of Orchid #E879DF

RGB

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

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

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

R = 40.28%
G = 21.01%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#E879DF (or 0xE879DF) is known color: Orchid. HEX triplet: E8, 79 and DF. RGB value is (232,121,223). Sum of RGB (Red+Green+Blue) = 232+121+223=576 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.28% from 576); Green value is 121 (47.66% from 255 or 21.01% from 576); Blue value is 223 (87.5% from 255 or 38.72% from 576); Max value from RGB is 232 - color contains mainly: red. Hex color #E879DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E879DF is #178620. Grayscale: #A5A5A5. Windows color (decimal): -1541665 or 14645736. OLE color: 14645736.

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

Color convert

RGB 232 121 223 -
CMYK 0 0.48 0.04 0.09
HSL 304.86º 0.71% 0.69% -
HSV(B) 304.86º 0.48% 0.91% -
XYZ 53.44 36.16 73.97 -
YUV 165.82 160.27 175.21 -
System Red Green Blue C M Y K H S L
Decimal 232 121 223 0 0.48 0.04 0.09 304.86 0.71 0.69
Hex E8 79 DF 0 30 4 9 131 47 45
Octal 350 171 337 0 60 4 11 461 107 105
Binary 11101000 1111001 11011111 0 110000 100 1001 100110001 1000111 1000101

Color Harmonies of #E879DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E879DF

Black with #E879DF

Text Example


Text Example

White with #E879DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E879DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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