COLOR #C77DDD

HEX: #C77DDD
RGB: (199,125,221)

Color info

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

RGB color model

#C77DDD color RGB value is (199,125,221).

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

RGB channels and saturation

R 199 of 255 = 78%
G 125 of 255 = 49%
B 221 of 255 = 87%

199
125
221

R + G + B ~ 71%. #C77DDD is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 125 + 221 = 545 (100%)
R 199 of 545 ~ 36.51%
G 125 of 545 ~ 22.94%
B 221 of 545 ~ 40.55%

%36.51
%22.94
%40.55

CMYK color model

#C77DDD color CMYK value is (10,43,0,13).

  • cyan value is 9.95%
  • magenta value is 43.44%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(10,43,0,13)
C10M43Y0K13 
(10%,43%,0%,13%)
(0.10/0.43/0.00/0.13)	

CMYK percentages

%9.95
%43.44
%0
%13.33

Codes

Color #C77DDD in popluar color models

C77DDD
RGB199125221
HSL286°58.54%67.84%
HSB/HSV286°43.44%86.67%
CMYK9.95%43.44%0.00%
13.33%

Color #C77DDD in popluar number systems.

HEXC77DDD
Decimal199125221
Binary11000111111110111011101
Octal307175335

Shades and tints

Shades of #C77DDD

#C77DDD
(199,125,221)
#B572C9
(181,114,201)
#A367B5
(163,103,181)
#915CA1
(145,92,161)
#7F518D
(127,81,141)
#6D4679
(109,70,121)
#5B3B65
(91,59,101)
#493051
(73,48,81)
#37253D
(55,37,61)
#251A29
(37,26,41)
#130F15
(19,15,21)
#000000
(0,0,0)

Tints of #C77DDD

#C77DDD
(199,125,221)
#CC88E0
(204,136,224)
#D193E3
(209,147,227)
#D69EE6
(214,158,230)
#DBA9E9
(219,169,233)
#E0B4EC
(224,180,236)
#E5BFEF
(229,191,239)
#EACAF2
(234,202,242)
#EFD5F5
(239,213,245)
#F4E0F8
(244,224,248)
#F9EBFB
(249,235,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C77DDD; }

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

This text font color is #C77DDD.


Background Color

.myBgColor { background-color: #C77DDD; }

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

This div background color is #C77DDD.


Border color

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

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

This div border color is #C77DDD.


Opacity

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

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

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

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

This text has shadow with #C77DDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C77DDD on black background.


Color preview on white background

This text has color #C77DDD on white background.



Black color preview on #C77DDD background

This text has black color on #C77DDD background.


White color preview on #C77DDD background

This text has white color on #C77DDD background.