COLOR #C77AF5

HEX: #C77AF5 RGB: (199,122,245)

Color info

#C77AF5 contains mainly red and blue colors. Web safe color of #C77AF5 is #CC66FF (or #C6F).

RGB color model

#C77AF5 color RGB value is (199,122,245).

RGB: (199,122,245) (78%, 48%, 96%)

RGB channels and saturation

R 199 of 255 = 78%
G 122 of 255 = 48%
B 245 of 255 = 96%

199
122
245

R + G + B ~ 74%. #C77AF5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 122 + 245 = 566 (100%)
R 199 of 566 ~ 35.16%
G 122 of 566 ~ 21.55%
B 245 of 566 ~ 43.29'%

%35.16
%21.55
%43.29

CMYK color model

#C77AF5 color CMYK value is (19,50,0,4).

  • cyan value is 18.78%
  • magenta value is 50.20%
  • yellow value is 0.00%
  • key color value is 3.92%

CMYK: (19,50,0,4)
C19M50Y0K4 (19%, 50%, 0%, 4%)
(0.19 / 0.50 / 0.00 / 0.04)

CMYK percentages

%18.78
%50.2
%0
%3.92

Codes

Color #C77AF5 in popluar color models

C7 7A F5
RGB 199 122 245
HSL 278° 86.01% 71.96%
HSB/HSV 278° 50.20% 96.08%
CMYK 18.78% 50.20% 0.00%
3.92%

Color #C77AF5 in popluar number systems.

HEX C7 7A F5
Decimal 199 122 245
Binary 11000111 1111010 11110101
Octal 307 172 365

Shades and tints

Shades of #C77AF5

#C77AF5
(199,122,245)
#B56FDF
(181,111,223)
#A364C9
(163,100,201)
#9159B3
(145,89,179)
#7F4E9D
(127,78,157)
#6D4387
(109,67,135)
#5B3871
(91,56,113)
#492D5B
(73,45,91)
#372245
(55,34,69)
#25172F
(37,23,47)
#130C19
(19,12,25)
#000000
(0,0,0)

Tints of #C77AF5

#C77AF5
(199,122,245)
#CC86F5
(204,134,245)
#D192F5
(209,146,245)
#D69EF5
(214,158,245)
#DBAAF5
(219,170,245)
#E0B6F5
(224,182,245)
#E5C2F5
(229,194,245)
#EACEF5
(234,206,245)
#EFDAF5
(239,218,245)
#F4E6F5
(244,230,245)
#F9F2F5
(249,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C77AF5; }

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

This text font color is #C77AF5.

Background Color

.myBgColor { background-color: #C77AF5; }

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

This div background color is #C77AF5.

Border color

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

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

This div border color is #C77AF5.

Opacity

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

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

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

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

This text has shadow with #C77AF5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C77AF5.

Preview

Color preview on black background

This text has color #C77AF5 on black background.


Color preview on white background

This text has color #C77AF5 on white background.


Black color preview on #C77AF5 background

This text has black color on #C77AF5 background.


White color preview on #C77AF5 background

This text has white color on #C77AF5 background.


Related colors

Complementary color

Complementary color for #hex is #38850A.


I love getcolorcode.com

Triadic colors

1 #F5C77A and #7AF5C7 with #C77AF5 are triadic colors.

2 #F57AC7 and #7AC7F5 with #C77AF5 are triadic colors.