Html Css Color HEX #E876CB Orchid

📋 copy color: '#E876CB'

red 232 ◦ green 118 ◦ blue 203

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

Shades of Orchid #E876CB

Tints of Orchid #E876CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.71%

R = 41.95%
G = 21.34%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E876CB (or 0xE876CB) is known color: Orchid. HEX triplet: E8, 76 and CB. RGB value is (232,118,203). Sum of RGB (Red+Green+Blue) = 232+118+203=553 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.95% from 553); Green value is 118 (46.48% from 255 or 21.34% from 553); Blue value is 203 (79.69% from 255 or 36.71% from 553); Max value from RGB is 232 - color contains mainly: red. Hex color #E876CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E876CB is #178934. Grayscale: #A1A1A1. Windows color (decimal): -1542453 or 13334248. OLE color: 13334248.

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

Color convert

RGB 232 118 203 -
CMYK 0 0.49 0.12 0.09
HSL 315.26º 0.71% 0.69% -
HSV(B) 315.26º 0.49% 0.91% -
XYZ 50.54 34.42 60.48 -
YUV 161.78 151.27 178.09 -
System Red Green Blue C M Y K H S L
Decimal 232 118 203 0 0.49 0.12 0.09 315.26 0.71 0.69
Hex E8 76 CB 0 31 C 9 13B 47 45
Octal 350 166 313 0 61 14 11 473 107 105
Binary 11101000 1110110 11001011 0 110001 1100 1001 100111011 1000111 1000101

Color Harmonies of #E876CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E876CB

Black with #E876CB

Text Example


Text Example

White with #E876CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E876CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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