COLOR #C778C5

HEX: #C778C5
RGB: (199,120,197)

Color info

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

RGB color model

#C778C5 color RGB value is (199,120,197).

  • red value is 199;
  • green value is 120;
  • blue value is 197.
RGB:
(199,120,197)
(78%,47%,77%)

RGB channels and saturation

R 199 of 255 = 78%
G 120 of 255 = 47%
B 197 of 255 = 77%

199
120
197

R + G + B ~ 67%. #C778C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 120 + 197 = 516 (100%)
R 199 of 516 ~ 38.57%
G 120 of 516 ~ 23.26%
B 197 of 516 ~ 38.18%

%38.57
%23.26
%38.18

CMYK color model

#C778C5 color CMYK value is (0,40,1,22).

  • cyan value is 0.00%
  • magenta value is 39.70%
  • yellow value is 1.01%
  • key color value is 21.96%
CMYK:
(0,40,1,22)
C0M40Y1K22 
(0%,40%,1%,22%)
(0.00/0.40/0.01/0.22)	

CMYK percentages

%0
%39.7
%1.01
%21.96

Codes

Color #C778C5 in popluar color models

C778C5
RGB199120197
HSL302°41.36%62.55%
HSB/HSV302°39.70%78.04%
CMYK0.00%39.70%1.01%
21.96%

Color #C778C5 in popluar number systems.

HEXC778C5
Decimal199120197
Binary11000111111100011000101
Octal307170305

Shades and tints

Shades of #C778C5

#C778C5
(199,120,197)
#B56EB4
(181,110,180)
#A364A3
(163,100,163)
#915A92
(145,90,146)
#7F5081
(127,80,129)
#6D4670
(109,70,112)
#5B3C5F
(91,60,95)
#49324E
(73,50,78)
#37283D
(55,40,61)
#251E2C
(37,30,44)
#13141B
(19,20,27)
#000000
(0,0,0)

Tints of #C778C5

#C778C5
(199,120,197)
#CC84CA
(204,132,202)
#D190CF
(209,144,207)
#D69CD4
(214,156,212)
#DBA8D9
(219,168,217)
#E0B4DE
(224,180,222)
#E5C0E3
(229,192,227)
#EACCE8
(234,204,232)
#EFD8ED
(239,216,237)
#F4E4F2
(244,228,242)
#F9F0F7
(249,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C778C5 color. Also use rgb(199,120,197) instead hex code.

Text Font Color

.myTextColor { color: #C778C5; }

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

This text font color is #C778C5.


Background Color

.myBgColor { background-color: #C778C5; }

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

This div background color is #C778C5.


Border color

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

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

This div border color is #C778C5.


Opacity

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

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

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

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

This text has shadow with #C778C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C778C5 on black background.


Color preview on white background

This text has color #C778C5 on white background.



Black color preview on #C778C5 background

This text has black color on #C778C5 background.


White color preview on #C778C5 background

This text has white color on #C778C5 background.