COLOR #C77CDC

HEX: #C77CDC RGB: (199,124,220)

Color info

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

RGB color model

#C77CDC color RGB value is (199,124,220).

RGB: (199,124,220) (78%, 49%, 86%)

RGB channels and saturation

R 199 of 255 = 78%
G 124 of 255 = 49%
B 220 of 255 = 86%

199
124
220

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

Portions of RGB colors in percentages

R + G + B = 199 + 124 + 220 = 543 (100%)
R 199 of 543 ~ 36.65%
G 124 of 543 ~ 22.84%
B 220 of 543 ~ 40.52'%

%36.65
%22.84
%40.52

CMYK color model

#C77CDC color CMYK value is (10,44,0,14).

  • cyan value is 9.55%
  • magenta value is 43.64%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK: (10,44,0,14) C10M44Y0K14 (10%,44%,0%,14%) (0.10/0.44/0.00/0.14) 

CMYK percentages

%9.55
%43.64
%0
%13.73

Codes

Color #C77CDC in popluar color models

C7 7C DC
RGB 199 124 220
HSL 287° 57.83% 67.45%
HSB/HSV 287° 43.64% 86.27%
CMYK 9.55% 43.64% 0.00%
13.73%

Color #C77CDC in popluar number systems.

HEX C7 7C DC
Decimal 199 124 220
Binary 11000111 1111100 11011100
Octal 307 174 334

Shades and tints

Shades of #C77CDC

#C77CDC
(199,124,220)
#B571C8
(181,113,200)
#A366B4
(163,102,180)
#915BA0
(145,91,160)
#7F508C
(127,80,140)
#6D4578
(109,69,120)
#5B3A64
(91,58,100)
#492F50
(73,47,80)
#37243C
(55,36,60)
#251928
(37,25,40)
#130E14
(19,14,20)
#000000
(0,0,0)

Tints of #C77CDC

#C77CDC
(199,124,220)
#CC87DF
(204,135,223)
#D192E2
(209,146,226)
#D69DE5
(214,157,229)
#DBA8E8
(219,168,232)
#E0B3EB
(224,179,235)
#E5BEEE
(229,190,238)
#EAC9F1
(234,201,241)
#EFD4F4
(239,212,244)
#F4DFF7
(244,223,247)
#F9EAFA
(249,234,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C77CDC color. Also use rgb(199,124,220) instead hex code.

Text Font Color

.myTextColor { color: #C77CDC; }

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

This text font color is #C77CDC.

Background Color

.myBgColor { background-color: #C77CDC; }

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

This div background color is #C77CDC.

Border color

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

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

This div border color is #C77CDC.

Opacity

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

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

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

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

This text has shadow with #C77CDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C77CDC.

Preview

Color preview on black background

This text has color #C77CDC on black background.


Color preview on white background

This text has color #C77CDC on white background.


Black color preview on #C77CDC background

This text has black color on #C77CDC background.


White color preview on #C77CDC background

This text has white color on #C77CDC background.


Related colors

Complementary color

Complementary color for #hex is #388323.


I love getcolorcode.com

Triadic colors

1 #DCC77C and #7CDCC7 with #C77CDC are triadic colors.

2 #DC7CC7 and #7CC7DC with #C77CDC are triadic colors.