COLOR #C77FC6

HEX: #C77FC6
RGB: (199,127,198)

Color info

#C77FC6 contains mainly red and blue colors. Web safe color of #C77FC6 is #CC66CC (or #C6C).

RGB color model

#C77FC6 color RGB value is (199,127,198).

  • red value is 199;
  • green value is 127;
  • blue value is 198.
RGB:
(199,127,198)
(78%,50%,78%)

RGB channels and saturation

R 199 of 255 = 78%
G 127 of 255 = 50%
B 198 of 255 = 78%

199
127
198

R + G + B ~ 69%. #C77FC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 127 + 198 = 524 (100%)
R 199 of 524 ~ 37.98%
G 127 of 524 ~ 24.24%
B 198 of 524 ~ 37.79%

%37.98
%24.24
%37.79

CMYK color model

#C77FC6 color CMYK value is (0,36,1,22).

  • cyan value is 0.00%
  • magenta value is 36.18%
  • yellow value is 0.50%
  • key color value is 21.96%
CMYK:
(0,36,1,22)
C0M36Y1K22 
(0%,36%,1%,22%)
(0.00/0.36/0.01/0.22)	

CMYK percentages

%0
%36.18
%0.5
%21.96

Codes

Color #C77FC6 in popluar color models

C77FC6
RGB199127198
HSL301°39.13%63.92%
HSB/HSV301°36.18%78.04%
CMYK0.00%36.18%0.50%
21.96%

Color #C77FC6 in popluar number systems.

HEXC77FC6
Decimal199127198
Binary11000111111111111000110
Octal307177306

Shades and tints

Shades of #C77FC6

#C77FC6
(199,127,198)
#B574B4
(181,116,180)
#A369A2
(163,105,162)
#915E90
(145,94,144)
#7F537E
(127,83,126)
#6D486C
(109,72,108)
#5B3D5A
(91,61,90)
#493248
(73,50,72)
#372736
(55,39,54)
#251C24
(37,28,36)
#131112
(19,17,18)
#000000
(0,0,0)

Tints of #C77FC6

#C77FC6
(199,127,198)
#CC8ACB
(204,138,203)
#D195D0
(209,149,208)
#D6A0D5
(214,160,213)
#DBABDA
(219,171,218)
#E0B6DF
(224,182,223)
#E5C1E4
(229,193,228)
#EACCE9
(234,204,233)
#EFD7EE
(239,215,238)
#F4E2F3
(244,226,243)
#F9EDF8
(249,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C77FC6 color. Also use rgb(199,127,198) instead hex code.

Text Font Color

.myTextColor { color: #C77FC6; }

<p style="color:#C77FC6">This sample text font color is #C77FC6.</p>

This text font color is #C77FC6.


Background Color

.myBgColor { background-color: #C77FC6; }

<div style="background-color:#C77FC6">Inner text</div>

This div background color is #C77FC6.


Border color

.myBorderColor { border: 1px solid #C77FC6; }

<div style="border:3px solid #C77FC6">Div</div>

This div border color is #C77FC6.


Opacity

.myOpacity80 { color: #C77FC6; opacity: 0.8; }

<p style="color:#C77FC6;opacity:0.8;">80%</p>

Text with #C77FC6 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C77FC6;}

<p style="text-shadow: 3px 3px 1px #C77FC6">Text here.</p>

This text has shadow with #C77FC6 color.

.textShadow {text-shadow: 3px 3px 1px #C77FC6, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C77FC6, 5px 5px 20px red">Text here.</p>

This text has shadow with #C77FC6 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C77FC6, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C77FC6, Direction=45, Strength=4)">Text</p>

This text has shadow with #C77FC6 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C77FC6;
  -webkit-box-shadow:	1px 1px 3px 2px #C77FC6;
  box-shadow:		1px 1px 3px 2px #C77FC6;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C77FC6;
-webkit-box-shadow: 1px 1px 3px 2px #C77FC6;
box-shadow:1px 1px 3px 2px #C77FC6;">
Div content here</div>
This div box has shadow with color #C77FC6.

Preview

Color preview on black background

This text has color #C77FC6 on black background.


Color preview on white background

This text has color #C77FC6 on white background.



Black color preview on #C77FC6 background

This text has black color on #C77FC6 background.


White color preview on #C77FC6 background

This text has white color on #C77FC6 background.