COLOR #C776E3

HEX: #C776E3 RGB: (199,118,227)

Color info

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

RGB color model

#C776E3 color RGB value is (199,118,227).

RGB: (199,118,227) (78%, 46%, 89%)

RGB channels and saturation

R 199 of 255 = 78%
G 118 of 255 = 46%
B 227 of 255 = 89%

199
118
227

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

Portions of RGB colors in percentages

R + G + B = 199 + 118 + 227 = 544 (100%)
R 199 of 544 ~ 36.58%
G 118 of 544 ~ 21.69%
B 227 of 544 ~ 41.73'%

%36.58
%21.69
%41.73

CMYK color model

#C776E3 color CMYK value is (12,48,0,11).

  • cyan value is 12.33%
  • magenta value is 48.02%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (12,48,0,11)
C12M48Y0K11 (12%, 48%, 0%, 11%)
(0.12 / 0.48 / 0.00 / 0.11)

CMYK percentages

%12.33
%48.02
%0
%10.98

Codes

Color #C776E3 in popluar color models

C7 76 E3
RGB 199 118 227
HSL 285° 66.06% 67.65%
HSB/HSV 285° 48.02% 89.02%
CMYK 12.33% 48.02% 0.00%
10.98%

Color #C776E3 in popluar number systems.

HEX C7 76 E3
Decimal 199 118 227
Binary 11000111 1110110 11100011
Octal 307 166 343

Shades and tints

Shades of #C776E3

#C776E3
(199,118,227)
#B56CCF
(181,108,207)
#A362BB
(163,98,187)
#9158A7
(145,88,167)
#7F4E93
(127,78,147)
#6D447F
(109,68,127)
#5B3A6B
(91,58,107)
#493057
(73,48,87)
#372643
(55,38,67)
#251C2F
(37,28,47)
#13121B
(19,18,27)
#000000
(0,0,0)

Tints of #C776E3

#C776E3
(199,118,227)
#CC82E5
(204,130,229)
#D18EE7
(209,142,231)
#D69AE9
(214,154,233)
#DBA6EB
(219,166,235)
#E0B2ED
(224,178,237)
#E5BEEF
(229,190,239)
#EACAF1
(234,202,241)
#EFD6F3
(239,214,243)
#F4E2F5
(244,226,245)
#F9EEF7
(249,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C776E3 color. Also use rgb(199,118,227) instead hex code.

Text Font Color

.myTextColor { color: #C776E3; }

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

This text font color is #C776E3.

Background Color

.myBgColor { background-color: #C776E3; }

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

This div background color is #C776E3.

Border color

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

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

This div border color is #C776E3.

Opacity

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

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

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

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

This text has shadow with #C776E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C776E3.

Preview

Color preview on black background

This text has color #C776E3 on black background.


Color preview on white background

This text has color #C776E3 on white background.


Black color preview on #C776E3 background

This text has black color on #C776E3 background.


White color preview on #C776E3 background

This text has white color on #C776E3 background.


Related colors

Complementary color

Complementary color for #hex is #38891C.


I love getcolorcode.com

Triadic colors

1 #E3C776 and #76E3C7 with #C776E3 are triadic colors.

2 #E376C7 and #76C7E3 with #C776E3 are triadic colors.