COLOR #C784C1

HEX: #C784C1 RGB: (199,132,193)

Color info

#C784C1 contains mainly red and blue colors. Web safe color of #C784C1 is #CC99CC (or #C9C).

RGB color model

#C784C1 color RGB value is (199,132,193).

RGB: (199,132,193) (78%, 52%, 76%)

RGB channels and saturation

R 199 of 255 = 78%
G 132 of 255 = 52%
B 193 of 255 = 76%

199
132
193

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

Portions of RGB colors in percentages

R + G + B = 199 + 132 + 193 = 524 (100%)
R 199 of 524 ~ 37.98%
G 132 of 524 ~ 25.19%
B 193 of 524 ~ 36.83'%

%37.98
%25.19
%36.83

CMYK color model

#C784C1 color CMYK value is (0,34,3,22).

  • cyan value is 0.00%
  • magenta value is 33.67%
  • yellow value is 3.02%
  • key color value is 21.96%

CMYK: (0,34,3,22)
C0M34Y3K22 (0%, 34%, 3%, 22%)
(0.00 / 0.34 / 0.03 / 0.22)

CMYK percentages

%0
%33.67
%3.02
%21.96

Codes

Color #C784C1 in popluar color models

C7 84 C1
RGB 199 132 193
HSL 305° 37.43% 64.90%
HSB/HSV 305° 33.67% 78.04%
CMYK 0.00% 33.67% 3.02%
21.96%

Color #C784C1 in popluar number systems.

HEX C7 84 C1
Decimal 199 132 193
Binary 11000111 10000100 11000001
Octal 307 204 301

Shades and tints

Shades of #C784C1

#C784C1
(199,132,193)
#B578B0
(181,120,176)
#A36C9F
(163,108,159)
#91608E
(145,96,142)
#7F547D
(127,84,125)
#6D486C
(109,72,108)
#5B3C5B
(91,60,91)
#49304A
(73,48,74)
#372439
(55,36,57)
#251828
(37,24,40)
#130C17
(19,12,23)
#000000
(0,0,0)

Tints of #C784C1

#C784C1
(199,132,193)
#CC8FC6
(204,143,198)
#D19ACB
(209,154,203)
#D6A5D0
(214,165,208)
#DBB0D5
(219,176,213)
#E0BBDA
(224,187,218)
#E5C6DF
(229,198,223)
#EAD1E4
(234,209,228)
#EFDCE9
(239,220,233)
#F4E7EE
(244,231,238)
#F9F2F3
(249,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C784C1 color. Also use rgb(199,132,193) instead hex code.

Text Font Color

.myTextColor { color: #C784C1; }

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

This text font color is #C784C1.

Background Color

.myBgColor { background-color: #C784C1; }

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

This div background color is #C784C1.

Border color

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

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

This div border color is #C784C1.

Opacity

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

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

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

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

This text has shadow with #C784C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C784C1.

Preview

Color preview on black background

This text has color #C784C1 on black background.


Color preview on white background

This text has color #C784C1 on white background.


Black color preview on #C784C1 background

This text has black color on #C784C1 background.


White color preview on #C784C1 background

This text has white color on #C784C1 background.


Related colors

Complementary color

Complementary color for #hex is #387B3E.


I love getcolorcode.com

Triadic colors

1 #C1C784 and #84C1C7 with #C784C1 are triadic colors.

2 #C184C7 and #84C7C1 with #C784C1 are triadic colors.