COLOR #C785C5

HEX: #C785C5
RGB: (199,133,197)

Color info

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

RGB color model

#C785C5 color RGB value is (199,133,197).

  • red value is 199;
  • green value is 133;
  • blue value is 197.
RGB:
(199,133,197)
(78%,52%,77%)

RGB channels and saturation

R 199 of 255 = 78%
G 133 of 255 = 52%
B 197 of 255 = 77%

199
133
197

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

Portions of RGB colors in percentages

R + G + B =
199 + 133 + 197 = 529 (100%)
R 199 of 529 ~ 37.62%
G 133 of 529 ~ 25.14%
B 197 of 529 ~ 37.24%

%37.62
%25.14
%37.24

CMYK color model

#C785C5 color CMYK value is (0,33,1,22).

  • cyan value is 0.00%
  • magenta value is 33.17%
  • yellow value is 1.01%
  • key color value is 21.96%
CMYK:
(0,33,1,22)
C0M33Y1K22 
(0%,33%,1%,22%)
(0.00/0.33/0.01/0.22)	

CMYK percentages

%0
%33.17
%1.01
%21.96

Codes

Color #C785C5 in popluar color models

C785C5
RGB199133197
HSL302°37.08%65.10%
HSB/HSV302°33.17%78.04%
CMYK0.00%33.17%1.01%
21.96%

Color #C785C5 in popluar number systems.

HEXC785C5
Decimal199133197
Binary110001111000010111000101
Octal307205305

Shades and tints

Shades of #C785C5

#C785C5
(199,133,197)
#B579B4
(181,121,180)
#A36DA3
(163,109,163)
#916192
(145,97,146)
#7F5581
(127,85,129)
#6D4970
(109,73,112)
#5B3D5F
(91,61,95)
#49314E
(73,49,78)
#37253D
(55,37,61)
#25192C
(37,25,44)
#130D1B
(19,13,27)
#000000
(0,0,0)

Tints of #C785C5

#C785C5
(199,133,197)
#CC90CA
(204,144,202)
#D19BCF
(209,155,207)
#D6A6D4
(214,166,212)
#DBB1D9
(219,177,217)
#E0BCDE
(224,188,222)
#E5C7E3
(229,199,227)
#EAD2E8
(234,210,232)
#EFDDED
(239,221,237)
#F4E8F2
(244,232,242)
#F9F3F7
(249,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C785C5; }

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

This text font color is #C785C5.


Background Color

.myBgColor { background-color: #C785C5; }

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

This div background color is #C785C5.


Border color

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

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

This div border color is #C785C5.


Opacity

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

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

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

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

This text has shadow with #C785C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C785C5 on black background.


Color preview on white background

This text has color #C785C5 on white background.



Black color preview on #C785C5 background

This text has black color on #C785C5 background.


White color preview on #C785C5 background

This text has white color on #C785C5 background.