COLOR #C77DC0

HEX: #C77DC0
RGB: (199,125,192)

Color info

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

RGB color model

#C77DC0 color RGB value is (199,125,192).

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

RGB channels and saturation

R 199 of 255 = 78%
G 125 of 255 = 49%
B 192 of 255 = 75%

199
125
192

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

Portions of RGB colors in percentages

R + G + B =
199 + 125 + 192 = 516 (100%)
R 199 of 516 ~ 38.57%
G 125 of 516 ~ 24.22%
B 192 of 516 ~ 37.21%

%38.57
%24.22
%37.21

CMYK color model

#C77DC0 color CMYK value is (0,37,4,22).

  • cyan value is 0.00%
  • magenta value is 37.19%
  • yellow value is 3.52%
  • key color value is 21.96%
CMYK:
(0,37,4,22)
C0M37Y4K22 
(0%,37%,4%,22%)
(0.00/0.37/0.04/0.22)	

CMYK percentages

%0
%37.19
%3.52
%21.96

Codes

Color #C77DC0 in popluar color models

C77DC0
RGB199125192
HSL306°39.78%63.53%
HSB/HSV306°37.19%78.04%
CMYK0.00%37.19%3.52%
21.96%

Color #C77DC0 in popluar number systems.

HEXC77DC0
Decimal199125192
Binary11000111111110111000000
Octal307175300

Shades and tints

Shades of #C77DC0

#C77DC0
(199,125,192)
#B572AF
(181,114,175)
#A3679E
(163,103,158)
#915C8D
(145,92,141)
#7F517C
(127,81,124)
#6D466B
(109,70,107)
#5B3B5A
(91,59,90)
#493049
(73,48,73)
#372538
(55,37,56)
#251A27
(37,26,39)
#130F16
(19,15,22)
#000000
(0,0,0)

Tints of #C77DC0

#C77DC0
(199,125,192)
#CC88C5
(204,136,197)
#D193CA
(209,147,202)
#D69ECF
(214,158,207)
#DBA9D4
(219,169,212)
#E0B4D9
(224,180,217)
#E5BFDE
(229,191,222)
#EACAE3
(234,202,227)
#EFD5E8
(239,213,232)
#F4E0ED
(244,224,237)
#F9EBF2
(249,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C77DC0; }

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

This text font color is #C77DC0.


Background Color

.myBgColor { background-color: #C77DC0; }

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

This div background color is #C77DC0.


Border color

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

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

This div border color is #C77DC0.


Opacity

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

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

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

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

This text has shadow with #C77DC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C77DC0 on black background.


Color preview on white background

This text has color #C77DC0 on white background.



Black color preview on #C77DC0 background

This text has black color on #C77DC0 background.


White color preview on #C77DC0 background

This text has white color on #C77DC0 background.