Html Css Color HEX #E876CF Orchid

📋 copy color: '#E876CF'

red 232 ◦ green 118 ◦ blue 207

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

Shades of Orchid #E876CF

Tints of Orchid #E876CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.16%

R = 41.65%
G = 21.18%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#E876CF (or 0xE876CF) is known color: Orchid. HEX triplet: E8, 76 and CF. RGB value is (232,118,207). Sum of RGB (Red+Green+Blue) = 232+118+207=557 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.65% from 557); Green value is 118 (46.48% from 255 or 21.18% from 557); Blue value is 207 (81.25% from 255 or 37.16% from 557); Max value from RGB is 232 - color contains mainly: red. Hex color #E876CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E876CF is #178930. Grayscale: #A1A1A1. Windows color (decimal): -1542449 or 13596392. OLE color: 13596392.

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

Color convert

RGB 232 118 207 -
CMYK 0 0.49 0.11 0.09
HSL 313.16º 0.71% 0.69% -
HSV(B) 313.16º 0.49% 0.91% -
XYZ 51.02 34.62 63.02 -
YUV 162.23 153.27 177.76 -
System Red Green Blue C M Y K H S L
Decimal 232 118 207 0 0.49 0.11 0.09 313.16 0.71 0.69
Hex E8 76 CF 0 31 B 9 139 47 45
Octal 350 166 317 0 61 13 11 471 107 105
Binary 11101000 1110110 11001111 0 110001 1011 1001 100111001 1000111 1000101

Color Harmonies of #E876CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E876CF

Black with #E876CF

Text Example


Text Example

White with #E876CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E876CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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