COLOR #C77EE5

HEX: #C77EE5 RGB: (199,126,229)

Color info

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

RGB color model

#C77EE5 color RGB value is (199,126,229).

RGB: (199,126,229) (78%, 49%, 90%)

RGB channels and saturation

R 199 of 255 = 78%
G 126 of 255 = 49%
B 229 of 255 = 90%

199
126
229

R + G + B ~ 72%. #C77EE5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 126 + 229 = 554 (100%)
R 199 of 554 ~ 35.92%
G 126 of 554 ~ 22.74%
B 229 of 554 ~ 41.34'%

%35.92
%22.74
%41.34

CMYK color model

#C77EE5 color CMYK value is (13,45,0,10).

  • cyan value is 13.10%
  • magenta value is 44.98%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK: (13,45,0,10) C13M45Y0K10 (13%,45%,0%,10%) (0.13/0.45/0.00/0.10) 

CMYK percentages

%13.1
%44.98
%0
%10.2

Codes

Color #C77EE5 in popluar color models

C7 7E E5
RGB 199 126 229
HSL 283° 66.45% 69.61%
HSB/HSV 283° 44.98% 89.80%
CMYK 13.10% 44.98% 0.00%
10.20%

Color #C77EE5 in popluar number systems.

HEX C7 7E E5
Decimal 199 126 229
Binary 11000111 1111110 11100101
Octal 307 176 345

Shades and tints

Shades of #C77EE5

#C77EE5
(199,126,229)
#B573D1
(181,115,209)
#A368BD
(163,104,189)
#915DA9
(145,93,169)
#7F5295
(127,82,149)
#6D4781
(109,71,129)
#5B3C6D
(91,60,109)
#493159
(73,49,89)
#372645
(55,38,69)
#251B31
(37,27,49)
#13101D
(19,16,29)
#000000
(0,0,0)

Tints of #C77EE5

#C77EE5
(199,126,229)
#CC89E7
(204,137,231)
#D194E9
(209,148,233)
#D69FEB
(214,159,235)
#DBAAED
(219,170,237)
#E0B5EF
(224,181,239)
#E5C0F1
(229,192,241)
#EACBF3
(234,203,243)
#EFD6F5
(239,214,245)
#F4E1F7
(244,225,247)
#F9ECF9
(249,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C77EE5; }

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

This text font color is #C77EE5.

Background Color

.myBgColor { background-color: #C77EE5; }

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

This div background color is #C77EE5.

Border color

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

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

This div border color is #C77EE5.

Opacity

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

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

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

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

This text has shadow with #C77EE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C77EE5.

Preview

Color preview on black background

This text has color #C77EE5 on black background.


Color preview on white background

This text has color #C77EE5 on white background.


Black color preview on #C77EE5 background

This text has black color on #C77EE5 background.


White color preview on #C77EE5 background

This text has white color on #C77EE5 background.


Related colors

Complementary color

Complementary color for #hex is #38811A.


I love getcolorcode.com

Triadic colors

1 #E5C77E and #7EE5C7 with #C77EE5 are triadic colors.

2 #E57EC7 and #7EC7E5 with #C77EE5 are triadic colors.