Html Css Color HEX #E878DB Orchid

📋 copy color: '#E878DB'

red 232 ◦ green 120 ◦ blue 219

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

Shades of Orchid #E878DB

Tints of Orchid #E878DB

RGB

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

 GREEN value IS 120 (47.27% from 255) = 21.02%

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

R = 40.63%
G = 21.02%
B = 38.35%

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

#E878DB (or 0xE878DB) is known color: Orchid. HEX triplet: E8, 78 and DB. RGB value is (232,120,219). Sum of RGB (Red+Green+Blue) = 232+120+219=571 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.63% from 571); Green value is 120 (47.27% from 255 or 21.02% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 232 - color contains mainly: red. Hex color #E878DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E878DB is #178724. Grayscale: #A4A4A4. Windows color (decimal): -1541925 or 14383336. OLE color: 14383336.

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

Color convert

RGB 232 120 219 -
CMYK 0 0.48 0.06 0.09
HSL 306.96º 0.71% 0.69% -
HSV(B) 306.96º 0.48% 0.91% -
XYZ 52.78 35.7 71.13 -
YUV 164.77 158.61 175.95 -
System Red Green Blue C M Y K H S L
Decimal 232 120 219 0 0.48 0.06 0.09 306.96 0.71 0.69
Hex E8 78 DB 0 30 6 9 133 47 45
Octal 350 170 333 0 60 6 11 463 107 105
Binary 11101000 1111000 11011011 0 110000 110 1001 100110011 1000111 1000101

Color Harmonies of #E878DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E878DB

Black with #E878DB

Text Example


Text Example

White with #E878DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E878DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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