COLOR #C780C3

HEX: #C780C3 RGB: (199,128,195)

Color info

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

RGB color model

#C780C3 color RGB value is (199,128,195).

RGB: (199,128,195) (78%, 50%, 76%)

RGB channels and saturation

R 199 of 255 = 78%
G 128 of 255 = 50%
B 195 of 255 = 76%

199
128
195

R + G + B ~ 68%. #C780C3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 128 + 195 = 522 (100%)
R 199 of 522 ~ 38.12%
G 128 of 522 ~ 24.52%
B 195 of 522 ~ 37.36'%

%38.12
%24.52
%37.36

CMYK color model

#C780C3 color CMYK value is (0,36,2,22).

  • cyan value is 0.00%
  • magenta value is 35.68%
  • yellow value is 2.01%
  • key color value is 21.96%

CMYK: (0,36,2,22)
C0M36Y2K22 (0%, 36%, 2%, 22%)
(0.00 / 0.36 / 0.02 / 0.22)

CMYK percentages

%0
%35.68
%2.01
%21.96

Codes

Color #C780C3 in popluar color models

C7 80 C3
RGB 199 128 195
HSL 303° 38.80% 64.12%
HSB/HSV 303° 35.68% 78.04%
CMYK 0.00% 35.68% 2.01%
21.96%

Color #C780C3 in popluar number systems.

HEX C7 80 C3
Decimal 199 128 195
Binary 11000111 10000000 11000011
Octal 307 200 303

Shades and tints

Shades of #C780C3

#C780C3
(199,128,195)
#B575B2
(181,117,178)
#A36AA1
(163,106,161)
#915F90
(145,95,144)
#7F547F
(127,84,127)
#6D496E
(109,73,110)
#5B3E5D
(91,62,93)
#49334C
(73,51,76)
#37283B
(55,40,59)
#251D2A
(37,29,42)
#131219
(19,18,25)
#000000
(0,0,0)

Tints of #C780C3

#C780C3
(199,128,195)
#CC8BC8
(204,139,200)
#D196CD
(209,150,205)
#D6A1D2
(214,161,210)
#DBACD7
(219,172,215)
#E0B7DC
(224,183,220)
#E5C2E1
(229,194,225)
#EACDE6
(234,205,230)
#EFD8EB
(239,216,235)
#F4E3F0
(244,227,240)
#F9EEF5
(249,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C780C3; }

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

This text font color is #C780C3.

Background Color

.myBgColor { background-color: #C780C3; }

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

This div background color is #C780C3.

Border color

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

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

This div border color is #C780C3.

Opacity

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

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

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

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

This text has shadow with #C780C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C780C3.

Preview

Color preview on black background

This text has color #C780C3 on black background.


Color preview on white background

This text has color #C780C3 on white background.


Black color preview on #C780C3 background

This text has black color on #C780C3 background.


White color preview on #C780C3 background

This text has white color on #C780C3 background.


Related colors

Complementary color

Complementary color for #hex is #387F3C.


I love getcolorcode.com

Triadic colors

1 #C3C780 and #80C3C7 with #C780C3 are triadic colors.

2 #C380C7 and #80C7C3 with #C780C3 are triadic colors.