Html Css Color HEX #E876DB Orchid

📋 copy color: '#E876DB'

red 232 ◦ green 118 ◦ blue 219

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

Shades of Orchid #E876DB

Tints of Orchid #E876DB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 20.74%

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

R = 40.77%
G = 20.74%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E876DB (or 0xE876DB) is known color: Orchid. HEX triplet: E8, 76 and DB. RGB value is (232,118,219). Sum of RGB (Red+Green+Blue) = 232+118+219=569 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.77% from 569); Green value is 118 (46.48% from 255 or 20.74% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 232 - color contains mainly: red. Hex color #E876DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E876DB is #178924. Grayscale: #A3A3A3. Windows color (decimal): -1542437 or 14382824. OLE color: 14382824.

HSL color Cylindrical-coordinate representation of color #E876DB: hue angle of 306.84º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E876DB is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 118 219 -
CMYK 0 0.49 0.06 0.09
HSL 306.84º 0.71% 0.69% -
HSV(B) 306.84º 0.49% 0.91% -
XYZ 52.54 35.23 71.05 -
YUV 163.6 159.27 176.79 -
System Red Green Blue C M Y K H S L
Decimal 232 118 219 0 0.49 0.06 0.09 306.84 0.71 0.69
Hex E8 76 DB 0 31 6 9 133 47 45
Octal 350 166 333 0 61 6 11 463 107 105
Binary 11101000 1110110 11011011 0 110001 110 1001 100110011 1000111 1000101

Color Harmonies of #E876DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E876DB

Black with #E876DB

Text Example


Text Example

White with #E876DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E876DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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