Html Css Color HEX #E873DC Orchid

📋 copy color: '#E873DC'

red 232 ◦ green 115 ◦ blue 220

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

Shades of Orchid #E873DC

Tints of Orchid #E873DC

RGB

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

 GREEN value IS 115 (45.31% from 255) = 20.28%

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

R = 40.92%
G = 20.28%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E873DC (or 0xE873DC) is known color: Orchid. HEX triplet: E8, 73 and DC. RGB value is (232,115,220). Sum of RGB (Red+Green+Blue) = 232+115+220=567 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.92% from 567); Green value is 115 (45.31% from 255 or 20.28% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 232 - color contains mainly: red. Hex color #E873DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E873DC is #178C23. Grayscale: #A1A1A1. Windows color (decimal): -1543204 or 14447592. OLE color: 14447592.

HSL color Cylindrical-coordinate representation of color #E873DC: hue angle of 306.15º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E873DC is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 115 220 -
CMYK 0 0.50 0.05 0.09
HSL 306.15º 0.72% 0.68% -
HSV(B) 306.15º 0.5% 0.91% -
XYZ 52.33 34.58 71.63 -
YUV 161.95 160.76 177.96 -
System Red Green Blue C M Y K H S L
Decimal 232 115 220 0 0.50 0.05 0.09 306.15 0.72 0.68
Hex E8 73 DC 0 32 5 9 132 48 44
Octal 350 163 334 0 62 5 11 462 110 104
Binary 11101000 1110011 11011100 0 110010 101 1001 100110010 1001000 1000100

Color Harmonies of #E873DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E873DC

Black with #E873DC

Text Example


Text Example

White with #E873DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E873DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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