COLOR #C77ED1

HEX: #C77ED1
RGB: (199,126,209)

Color info

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

RGB color model

#C77ED1 color RGB value is (199,126,209).

  • red value is 199;
  • green value is 126;
  • blue value is 209.
RGB:
(199,126,209)
(78%,49%,82%)

RGB channels and saturation

R 199 of 255 = 78%
G 126 of 255 = 49%
B 209 of 255 = 82%

199
126
209

R + G + B ~ 70%. #C77ED1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 126 + 209 = 534 (100%)
R 199 of 534 ~ 37.27%
G 126 of 534 ~ 23.6%
B 209 of 534 ~ 39.14%

%37.27
%23.6
%39.14

CMYK color model

#C77ED1 color CMYK value is (5,40,0,18).

  • cyan value is 4.78%
  • magenta value is 39.71%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(5,40,0,18)
C5M40Y0K18 
(5%,40%,0%,18%)
(0.05/0.40/0.00/0.18)	

CMYK percentages

%4.78
%39.71
%0
%18.04

Codes

Color #C77ED1 in popluar color models

C77ED1
RGB199126209
HSL293°47.43%65.69%
HSB/HSV293°39.71%81.96%
CMYK4.78%39.71%0.00%
18.04%

Color #C77ED1 in popluar number systems.

HEXC77ED1
Decimal199126209
Binary11000111111111011010001
Octal307176321

Shades and tints

Shades of #C77ED1

#C77ED1
(199,126,209)
#B573BE
(181,115,190)
#A368AB
(163,104,171)
#915D98
(145,93,152)
#7F5285
(127,82,133)
#6D4772
(109,71,114)
#5B3C5F
(91,60,95)
#49314C
(73,49,76)
#372639
(55,38,57)
#251B26
(37,27,38)
#131013
(19,16,19)
#000000
(0,0,0)

Tints of #C77ED1

#C77ED1
(199,126,209)
#CC89D5
(204,137,213)
#D194D9
(209,148,217)
#D69FDD
(214,159,221)
#DBAAE1
(219,170,225)
#E0B5E5
(224,181,229)
#E5C0E9
(229,192,233)
#EACBED
(234,203,237)
#EFD6F1
(239,214,241)
#F4E1F5
(244,225,245)
#F9ECF9
(249,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C77ED1 color. Also use rgb(199,126,209) instead hex code.

Text Font Color

.myTextColor { color: #C77ED1; }

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

This text font color is #C77ED1.


Background Color

.myBgColor { background-color: #C77ED1; }

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

This div background color is #C77ED1.


Border color

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

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

This div border color is #C77ED1.


Opacity

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

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

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

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

This text has shadow with #C77ED1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C77ED1 on black background.


Color preview on white background

This text has color #C77ED1 on white background.



Black color preview on #C77ED1 background

This text has black color on #C77ED1 background.


White color preview on #C77ED1 background

This text has white color on #C77ED1 background.