COLOR #C77AD9

HEX: #C77AD9
RGB: (199,122,217)

Color info

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

RGB color model

#C77AD9 color RGB value is (199,122,217).

  • red value is 199;
  • green value is 122;
  • blue value is 217.
RGB:
(199,122,217)
(78%,48%,85%)

RGB channels and saturation

R 199 of 255 = 78%
G 122 of 255 = 48%
B 217 of 255 = 85%

199
122
217

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

Portions of RGB colors in percentages

R + G + B =
199 + 122 + 217 = 538 (100%)
R 199 of 538 ~ 36.99%
G 122 of 538 ~ 22.68%
B 217 of 538 ~ 40.33%

%36.99
%22.68
%40.33

CMYK color model

#C77AD9 color CMYK value is (8,44,0,15).

  • cyan value is 8.29%
  • magenta value is 43.78%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(8,44,0,15)
C8M44Y0K15 
(8%,44%,0%,15%)
(0.08/0.44/0.00/0.15)	

CMYK percentages

%8.29
%43.78
%0
%14.9

Codes

Color #C77AD9 in popluar color models

C77AD9
RGB199122217
HSL289°55.56%66.47%
HSB/HSV289°43.78%85.10%
CMYK8.29%43.78%0.00%
14.90%

Color #C77AD9 in popluar number systems.

HEXC77AD9
Decimal199122217
Binary11000111111101011011001
Octal307172331

Shades and tints

Shades of #C77AD9

#C77AD9
(199,122,217)
#B56FC6
(181,111,198)
#A364B3
(163,100,179)
#9159A0
(145,89,160)
#7F4E8D
(127,78,141)
#6D437A
(109,67,122)
#5B3867
(91,56,103)
#492D54
(73,45,84)
#372241
(55,34,65)
#25172E
(37,23,46)
#130C1B
(19,12,27)
#000000
(0,0,0)

Tints of #C77AD9

#C77AD9
(199,122,217)
#CC86DC
(204,134,220)
#D192DF
(209,146,223)
#D69EE2
(214,158,226)
#DBAAE5
(219,170,229)
#E0B6E8
(224,182,232)
#E5C2EB
(229,194,235)
#EACEEE
(234,206,238)
#EFDAF1
(239,218,241)
#F4E6F4
(244,230,244)
#F9F2F7
(249,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C77AD9 color. Also use rgb(199,122,217) instead hex code.

Text Font Color

.myTextColor { color: #C77AD9; }

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

This text font color is #C77AD9.


Background Color

.myBgColor { background-color: #C77AD9; }

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

This div background color is #C77AD9.


Border color

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

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

This div border color is #C77AD9.


Opacity

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

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

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

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

This text has shadow with #C77AD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C77AD9 on black background.


Color preview on white background

This text has color #C77AD9 on white background.



Black color preview on #C77AD9 background

This text has black color on #C77AD9 background.


White color preview on #C77AD9 background

This text has white color on #C77AD9 background.