COLOR #C77AED

HEX: #C77AED RGB: (199,122,237)

Color info

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

RGB color model

#C77AED color RGB value is (199,122,237).

RGB: (199,122,237) (78%, 48%, 93%)

RGB channels and saturation

R 199 of 255 = 78%
G 122 of 255 = 48%
B 237 of 255 = 93%

199
122
237

R + G + B ~ 73%. #C77AED is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 122 + 237 = 558 (100%)
R 199 of 558 ~ 35.66%
G 122 of 558 ~ 21.86%
B 237 of 558 ~ 42.47'%

%35.66
%21.86
%42.47

CMYK color model

#C77AED color CMYK value is (16,49,0,7).

  • cyan value is 16.03%
  • magenta value is 48.52%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (16,49,0,7)
C16M49Y0K7 (16%, 49%, 0%, 7%)
(0.16 / 0.49 / 0.00 / 0.07)

CMYK percentages

%16.03
%48.52
%0
%7.06

Codes

Color #C77AED in popluar color models

C7 7A ED
RGB 199 122 237
HSL 280° 76.16% 70.39%
HSB/HSV 280° 48.52% 92.94%
CMYK 16.03% 48.52% 0.00%
7.06%

Color #C77AED in popluar number systems.

HEX C7 7A ED
Decimal 199 122 237
Binary 11000111 1111010 11101101
Octal 307 172 355

Shades and tints

Shades of #C77AED

#C77AED
(199,122,237)
#B56FD8
(181,111,216)
#A364C3
(163,100,195)
#9159AE
(145,89,174)
#7F4E99
(127,78,153)
#6D4384
(109,67,132)
#5B386F
(91,56,111)
#492D5A
(73,45,90)
#372245
(55,34,69)
#251730
(37,23,48)
#130C1B
(19,12,27)
#000000
(0,0,0)

Tints of #C77AED

#C77AED
(199,122,237)
#CC86EE
(204,134,238)
#D192EF
(209,146,239)
#D69EF0
(214,158,240)
#DBAAF1
(219,170,241)
#E0B6F2
(224,182,242)
#E5C2F3
(229,194,243)
#EACEF4
(234,206,244)
#EFDAF5
(239,218,245)
#F4E6F6
(244,230,246)
#F9F2F7
(249,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C77AED; }

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

This text font color is #C77AED.

Background Color

.myBgColor { background-color: #C77AED; }

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

This div background color is #C77AED.

Border color

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

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

This div border color is #C77AED.

Opacity

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

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

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

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

This text has shadow with #C77AED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C77AED.

Preview

Color preview on black background

This text has color #C77AED on black background.


Color preview on white background

This text has color #C77AED on white background.


Black color preview on #C77AED background

This text has black color on #C77AED background.


White color preview on #C77AED background

This text has white color on #C77AED background.


Related colors

Complementary color

Complementary color for #hex is #388512.


I love getcolorcode.com

Triadic colors

1 #EDC77A and #7AEDC7 with #C77AED are triadic colors.

2 #ED7AC7 and #7AC7ED with #C77AED are triadic colors.