COLOR #C780C9

HEX: #C780C9 RGB: (199,128,201)

Color info

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

RGB color model

#C780C9 color RGB value is (199,128,201).

RGB: (199,128,201) (78%, 50%, 79%)

RGB channels and saturation

R 199 of 255 = 78%
G 128 of 255 = 50%
B 201 of 255 = 79%

199
128
201

R + G + B ~ 69%. #C780C9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 128 + 201 = 528 (100%)
R 199 of 528 ~ 37.69%
G 128 of 528 ~ 24.24%
B 201 of 528 ~ 38.07'%

%37.69
%24.24
%38.07

CMYK color model

#C780C9 color CMYK value is (1,36,0,21).

  • cyan value is 1.00%
  • magenta value is 36.32%
  • yellow value is 0.00%
  • key color value is 21.18%

CMYK: (1,36,0,21)
C1M36Y0K21 (1%, 36%, 0%, 21%)
(0.01 / 0.36 / 0.00 / 0.21)

CMYK percentages

%1
%36.32
%0
%21.18

Codes

Color #C780C9 in popluar color models

C7 80 C9
RGB 199 128 201
HSL 298° 40.33% 64.51%
HSB/HSV 298° 36.32% 78.82%
CMYK 1.00% 36.32% 0.00%
21.18%

Color #C780C9 in popluar number systems.

HEX C7 80 C9
Decimal 199 128 201
Binary 11000111 10000000 11001001
Octal 307 200 311

Shades and tints

Shades of #C780C9

#C780C9
(199,128,201)
#B575B7
(181,117,183)
#A36AA5
(163,106,165)
#915F93
(145,95,147)
#7F5481
(127,84,129)
#6D496F
(109,73,111)
#5B3E5D
(91,62,93)
#49334B
(73,51,75)
#372839
(55,40,57)
#251D27
(37,29,39)
#131215
(19,18,21)
#000000
(0,0,0)

Tints of #C780C9

#C780C9
(199,128,201)
#CC8BCD
(204,139,205)
#D196D1
(209,150,209)
#D6A1D5
(214,161,213)
#DBACD9
(219,172,217)
#E0B7DD
(224,183,221)
#E5C2E1
(229,194,225)
#EACDE5
(234,205,229)
#EFD8E9
(239,216,233)
#F4E3ED
(244,227,237)
#F9EEF1
(249,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C780C9 color. Also use rgb(199,128,201) instead hex code.

Text Font Color

.myTextColor { color: #C780C9; }

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

This text font color is #C780C9.

Background Color

.myBgColor { background-color: #C780C9; }

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

This div background color is #C780C9.

Border color

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

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

This div border color is #C780C9.

Opacity

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

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

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

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

This text has shadow with #C780C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C780C9.

Preview

Color preview on black background

This text has color #C780C9 on black background.


Color preview on white background

This text has color #C780C9 on white background.


Black color preview on #C780C9 background

This text has black color on #C780C9 background.


White color preview on #C780C9 background

This text has white color on #C780C9 background.


Related colors

Complementary color

Complementary color for #hex is #387F36.


I love getcolorcode.com

Triadic colors

1 #C9C780 and #80C9C7 with #C780C9 are triadic colors.

2 #C980C7 and #80C7C9 with #C780C9 are triadic colors.