COLOR #C785C1

HEX: #C785C1 RGB: (199,133,193)

Color info

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

RGB color model

#C785C1 color RGB value is (199,133,193).

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

RGB channels and saturation

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

199
133
193

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

Portions of RGB colors in percentages

R + G + B = 199 + 133 + 193 = 525 (100%)
R 199 of 525 ~ 37.9%
G 133 of 525 ~ 25.33%
B 193 of 525 ~ 36.76'%

%37.9
%25.33
%36.76

CMYK color model

#C785C1 color CMYK value is (0,33,3,22).

  • cyan value is 0.00%
  • magenta value is 33.17%
  • yellow value is 3.02%
  • key color value is 21.96%
CMYK: (0,33,3,22) C0M33Y3K22 (0%,33%,3%,22%) (0.00/0.33/0.03/0.22) 

CMYK percentages

%0
%33.17
%3.02
%21.96

Codes

Color #C785C1 in popluar color models

C7 85 C1
RGB 199 133 193
HSL 305° 37.08% 65.10%
HSB/HSV 305° 33.17% 78.04%
CMYK 0.00% 33.17% 3.02%
21.96%

Color #C785C1 in popluar number systems.

HEX C7 85 C1
Decimal 199 133 193
Binary 11000111 10000101 11000001
Octal 307 205 301

Shades and tints

Shades of #C785C1

#C785C1
(199,133,193)
#B579B0
(181,121,176)
#A36D9F
(163,109,159)
#91618E
(145,97,142)
#7F557D
(127,85,125)
#6D496C
(109,73,108)
#5B3D5B
(91,61,91)
#49314A
(73,49,74)
#372539
(55,37,57)
#251928
(37,25,40)
#130D17
(19,13,23)
#000000
(0,0,0)

Tints of #C785C1

#C785C1
(199,133,193)
#CC90C6
(204,144,198)
#D19BCB
(209,155,203)
#D6A6D0
(214,166,208)
#DBB1D5
(219,177,213)
#E0BCDA
(224,188,218)
#E5C7DF
(229,199,223)
#EAD2E4
(234,210,228)
#EFDDE9
(239,221,233)
#F4E8EE
(244,232,238)
#F9F3F3
(249,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C785C1; }

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

This text font color is #C785C1.

Background Color

.myBgColor { background-color: #C785C1; }

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

This div background color is #C785C1.

Border color

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

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

This div border color is #C785C1.

Opacity

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

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

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

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

This text has shadow with #C785C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C785C1.

Preview

Color preview on black background

This text has color #C785C1 on black background.


Color preview on white background

This text has color #C785C1 on white background.


Black color preview on #C785C1 background

This text has black color on #C785C1 background.


White color preview on #C785C1 background

This text has white color on #C785C1 background.


Related colors

Complementary color

Complementary color for #hex is #387A3E.


I love getcolorcode.com

Triadic colors

1 #C1C785 and #85C1C7 with #C785C1 are triadic colors.

2 #C185C7 and #85C7C1 with #C785C1 are triadic colors.