COLOR #C77DC2

HEX: #C77DC2
RGB: (199,125,194)

Color info

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

RGB color model

#C77DC2 color RGB value is (199,125,194).

  • red value is 199;
  • green value is 125;
  • blue value is 194.
RGB:
(199,125,194)
(78%,49%,76%)

RGB channels and saturation

R 199 of 255 = 78%
G 125 of 255 = 49%
B 194 of 255 = 76%

199
125
194

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

Portions of RGB colors in percentages

R + G + B =
199 + 125 + 194 = 518 (100%)
R 199 of 518 ~ 38.42%
G 125 of 518 ~ 24.13%
B 194 of 518 ~ 37.45%

%38.42
%24.13
%37.45

CMYK color model

#C77DC2 color CMYK value is (0,37,3,22).

  • cyan value is 0.00%
  • magenta value is 37.19%
  • yellow value is 2.51%
  • key color value is 21.96%
CMYK:
(0,37,3,22)
C0M37Y3K22 
(0%,37%,3%,22%)
(0.00/0.37/0.03/0.22)	

CMYK percentages

%0
%37.19
%2.51
%21.96

Codes

Color #C77DC2 in popluar color models

C77DC2
RGB199125194
HSL304°39.78%63.53%
HSB/HSV304°37.19%78.04%
CMYK0.00%37.19%2.51%
21.96%

Color #C77DC2 in popluar number systems.

HEXC77DC2
Decimal199125194
Binary11000111111110111000010
Octal307175302

Shades and tints

Shades of #C77DC2

#C77DC2
(199,125,194)
#B572B1
(181,114,177)
#A367A0
(163,103,160)
#915C8F
(145,92,143)
#7F517E
(127,81,126)
#6D466D
(109,70,109)
#5B3B5C
(91,59,92)
#49304B
(73,48,75)
#37253A
(55,37,58)
#251A29
(37,26,41)
#130F18
(19,15,24)
#000000
(0,0,0)

Tints of #C77DC2

#C77DC2
(199,125,194)
#CC88C7
(204,136,199)
#D193CC
(209,147,204)
#D69ED1
(214,158,209)
#DBA9D6
(219,169,214)
#E0B4DB
(224,180,219)
#E5BFE0
(229,191,224)
#EACAE5
(234,202,229)
#EFD5EA
(239,213,234)
#F4E0EF
(244,224,239)
#F9EBF4
(249,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C77DC2 color. Also use rgb(199,125,194) instead hex code.

Text Font Color

.myTextColor { color: #C77DC2; }

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

This text font color is #C77DC2.


Background Color

.myBgColor { background-color: #C77DC2; }

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

This div background color is #C77DC2.


Border color

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

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

This div border color is #C77DC2.


Opacity

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

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

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

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

This text has shadow with #C77DC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C77DC2 on black background.


Color preview on white background

This text has color #C77DC2 on white background.



Black color preview on #C77DC2 background

This text has black color on #C77DC2 background.


White color preview on #C77DC2 background

This text has white color on #C77DC2 background.