COLOR #C185CD

HEX: #C185CD
RGB: (193,133,205)

Color info

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

RGB color model

#C185CD color RGB value is (193,133,205).

  • red value is 193;
  • green value is 133;
  • blue value is 205.
RGB:
(193,133,205)
(76%,52%,80%)

RGB channels and saturation

R 193 of 255 = 76%
G 133 of 255 = 52%
B 205 of 255 = 80%

193
133
205

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

Portions of RGB colors in percentages

R + G + B =
193 + 133 + 205 = 531 (100%)
R 193 of 531 ~ 36.35%
G 133 of 531 ~ 25.05%
B 205 of 531 ~ 38.61%

%36.35
%25.05
%38.61

CMYK color model

#C185CD color CMYK value is (6,35,0,20).

  • cyan value is 5.85%
  • magenta value is 35.12%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(6,35,0,20)
C6M35Y0K20 
(6%,35%,0%,20%)
(0.06/0.35/0.00/0.20)	

CMYK percentages

%5.85
%35.12
%0
%19.61

Codes

Color #C185CD in popluar color models

C185CD
RGB193133205
HSL290°41.86%66.27%
HSB/HSV290°35.12%80.39%
CMYK5.85%35.12%0.00%
19.61%

Color #C185CD in popluar number systems.

HEXC185CD
Decimal193133205
Binary110000011000010111001101
Octal301205315

Shades and tints

Shades of #C185CD

#C185CD
(193,133,205)
#B079BB
(176,121,187)
#9F6DA9
(159,109,169)
#8E6197
(142,97,151)
#7D5585
(125,85,133)
#6C4973
(108,73,115)
#5B3D61
(91,61,97)
#4A314F
(74,49,79)
#39253D
(57,37,61)
#28192B
(40,25,43)
#170D19
(23,13,25)
#000000
(0,0,0)

Tints of #C185CD

#C185CD
(193,133,205)
#C690D1
(198,144,209)
#CB9BD5
(203,155,213)
#D0A6D9
(208,166,217)
#D5B1DD
(213,177,221)
#DABCE1
(218,188,225)
#DFC7E5
(223,199,229)
#E4D2E9
(228,210,233)
#E9DDED
(233,221,237)
#EEE8F1
(238,232,241)
#F3F3F5
(243,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C185CD; }

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

This text font color is #C185CD.


Background Color

.myBgColor { background-color: #C185CD; }

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

This div background color is #C185CD.


Border color

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

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

This div border color is #C185CD.


Opacity

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

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

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

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

This text has shadow with #C185CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C185CD on black background.


Color preview on white background

This text has color #C185CD on white background.



Black color preview on #C185CD background

This text has black color on #C185CD background.


White color preview on #C185CD background

This text has white color on #C185CD background.