COLOR #C777C8

HEX: #C777C8
RGB: (199,119,200)

Color info

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

RGB color model

#C777C8 color RGB value is (199,119,200).

  • red value is 199;
  • green value is 119;
  • blue value is 200.
RGB:
(199,119,200)
(78%,47%,78%)

RGB channels and saturation

R 199 of 255 = 78%
G 119 of 255 = 47%
B 200 of 255 = 78%

199
119
200

R + G + B ~ 68%. #C777C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 119 + 200 = 518 (100%)
R 199 of 518 ~ 38.42%
G 119 of 518 ~ 22.97%
B 200 of 518 ~ 38.61%

%38.42
%22.97
%38.61

CMYK color model

#C777C8 color CMYK value is (0,41,0,22).

  • cyan value is 0.50%
  • magenta value is 40.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(0,41,0,22)
C0M41Y0K22 
(0%,41%,0%,22%)
(0.00/0.41/0.00/0.22)	

CMYK percentages

%0.5
%40.5
%0
%21.57

Codes

Color #C777C8 in popluar color models

C777C8
RGB199119200
HSL299°42.41%62.55%
HSB/HSV299°40.50%78.43%
CMYK0.50%40.50%0.00%
21.57%

Color #C777C8 in popluar number systems.

HEXC777C8
Decimal199119200
Binary11000111111011111001000
Octal307167310

Shades and tints

Shades of #C777C8

#C777C8
(199,119,200)
#B56DB6
(181,109,182)
#A363A4
(163,99,164)
#915992
(145,89,146)
#7F4F80
(127,79,128)
#6D456E
(109,69,110)
#5B3B5C
(91,59,92)
#49314A
(73,49,74)
#372738
(55,39,56)
#251D26
(37,29,38)
#131314
(19,19,20)
#000000
(0,0,0)

Tints of #C777C8

#C777C8
(199,119,200)
#CC83CD
(204,131,205)
#D18FD2
(209,143,210)
#D69BD7
(214,155,215)
#DBA7DC
(219,167,220)
#E0B3E1
(224,179,225)
#E5BFE6
(229,191,230)
#EACBEB
(234,203,235)
#EFD7F0
(239,215,240)
#F4E3F5
(244,227,245)
#F9EFFA
(249,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C777C8 color. Also use rgb(199,119,200) instead hex code.

Text Font Color

.myTextColor { color: #C777C8; }

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

This text font color is #C777C8.


Background Color

.myBgColor { background-color: #C777C8; }

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

This div background color is #C777C8.


Border color

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

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

This div border color is #C777C8.


Opacity

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

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

Text with #C777C8 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 #C777C8;}

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

This text has shadow with #C777C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C777C8 on black background.


Color preview on white background

This text has color #C777C8 on white background.



Black color preview on #C777C8 background

This text has black color on #C777C8 background.


White color preview on #C777C8 background

This text has white color on #C777C8 background.