COLOR #C780D9

HEX: #C780D9 RGB: (199,128,217)

Color info

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

RGB color model

#C780D9 color RGB value is (199,128,217).

RGB: (199,128,217) (78%, 50%, 85%)

RGB channels and saturation

R 199 of 255 = 78%
G 128 of 255 = 50%
B 217 of 255 = 85%

199
128
217

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

Portions of RGB colors in percentages

R + G + B = 199 + 128 + 217 = 544 (100%)
R 199 of 544 ~ 36.58%
G 128 of 544 ~ 23.53%
B 217 of 544 ~ 39.89'%

%36.58
%23.53
%39.89

CMYK color model

#C780D9 color CMYK value is (8,41,0,15).

  • cyan value is 8.29%
  • magenta value is 41.01%
  • yellow value is 0.00%
  • key color value is 14.90%

CMYK: (8,41,0,15)
C8M41Y0K15 (8%, 41%, 0%, 15%)
(0.08 / 0.41 / 0.00 / 0.15)

CMYK percentages

%8.29
%41.01
%0
%14.9

Codes

Color #C780D9 in popluar color models

C7 80 D9
RGB 199 128 217
HSL 288° 53.94% 67.65%
HSB/HSV 288° 41.01% 85.10%
CMYK 8.29% 41.01% 0.00%
14.90%

Color #C780D9 in popluar number systems.

HEX C7 80 D9
Decimal 199 128 217
Binary 11000111 10000000 11011001
Octal 307 200 331

Shades and tints

Shades of #C780D9

#C780D9
(199,128,217)
#B575C6
(181,117,198)
#A36AB3
(163,106,179)
#915FA0
(145,95,160)
#7F548D
(127,84,141)
#6D497A
(109,73,122)
#5B3E67
(91,62,103)
#493354
(73,51,84)
#372841
(55,40,65)
#251D2E
(37,29,46)
#13121B
(19,18,27)
#000000
(0,0,0)

Tints of #C780D9

#C780D9
(199,128,217)
#CC8BDC
(204,139,220)
#D196DF
(209,150,223)
#D6A1E2
(214,161,226)
#DBACE5
(219,172,229)
#E0B7E8
(224,183,232)
#E5C2EB
(229,194,235)
#EACDEE
(234,205,238)
#EFD8F1
(239,216,241)
#F4E3F4
(244,227,244)
#F9EEF7
(249,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C780D9; }

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

This text font color is #C780D9.

Background Color

.myBgColor { background-color: #C780D9; }

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

This div background color is #C780D9.

Border color

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

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

This div border color is #C780D9.

Opacity

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

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

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

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

This text has shadow with #C780D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C780D9.

Preview

Color preview on black background

This text has color #C780D9 on black background.


Color preview on white background

This text has color #C780D9 on white background.


Black color preview on #C780D9 background

This text has black color on #C780D9 background.


White color preview on #C780D9 background

This text has white color on #C780D9 background.


Related colors

Complementary color

Complementary color for #hex is #387F26.


I love getcolorcode.com

Triadic colors

1 #D9C780 and #80D9C7 with #C780D9 are triadic colors.

2 #D980C7 and #80C7D9 with #C780D9 are triadic colors.