Html Css Color HEX #E873DB Orchid

📋 copy color: '#E873DB'

red 232 ◦ green 115 ◦ blue 219

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

Shades of Orchid #E873DB

Tints of Orchid #E873DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.69%

R = 40.99%
G = 20.32%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E873DB (or 0xE873DB) is known color: Orchid. HEX triplet: E8, 73 and DB. RGB value is (232,115,219). Sum of RGB (Red+Green+Blue) = 232+115+219=566 (74% of max value = 765). Red value is 232 (91.02% from 255 or 40.99% from 566); Green value is 115 (45.31% from 255 or 20.32% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 232 - color contains mainly: red. Hex color #E873DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E873DB is #178C24. Grayscale: #A1A1A1. Windows color (decimal): -1543205 or 14382056. OLE color: 14382056.

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

Color convert

RGB 232 115 219 -
CMYK 0 0.50 0.06 0.09
HSL 306.67º 0.72% 0.68% -
HSV(B) 306.67º 0.5% 0.91% -
XYZ 52.2 34.53 70.93 -
YUV 161.84 160.26 178.04 -
System Red Green Blue C M Y K H S L
Decimal 232 115 219 0 0.50 0.06 0.09 306.67 0.72 0.68
Hex E8 73 DB 0 32 6 9 133 48 44
Octal 350 163 333 0 62 6 11 463 110 104
Binary 11101000 1110011 11011011 0 110010 110 1001 100110011 1001000 1000100

Color Harmonies of #E873DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E873DB

Black with #E873DB

Text Example


Text Example

White with #E873DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E873DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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