COLOR #C197CD

HEX: #C197CD
RGB: (193,151,205)

Color info

#C197CD contains red, green and blue colors in about the same proportion. Web safe color of #C197CD is #CC99CC (or #C9C).

RGB color model

#C197CD color RGB value is (193,151,205).

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

RGB channels and saturation

R 193 of 255 = 76%
G 151 of 255 = 59%
B 205 of 255 = 80%

193
151
205

R + G + B ~ 72%. #C197CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 151 + 205 = 549 (100%)
R 193 of 549 ~ 35.15%
G 151 of 549 ~ 27.5%
B 205 of 549 ~ 37.34%

%35.15
%27.5
%37.34

CMYK color model

#C197CD color CMYK value is (6,26,0,20).

  • cyan value is 5.85%
  • magenta value is 26.34%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(6,26,0,20)
C6M26Y0K20 
(6%,26%,0%,20%)
(0.06/0.26/0.00/0.20)	

CMYK percentages

%5.85
%26.34
%0
%19.61

Codes

Color #C197CD in popluar color models

C197CD
RGB193151205
HSL287°35.06%69.80%
HSB/HSV287°26.34%80.39%
CMYK5.85%26.34%0.00%
19.61%

Color #C197CD in popluar number systems.

HEXC197CD
Decimal193151205
Binary110000011001011111001101
Octal301227315

Shades and tints

Shades of #C197CD

#C197CD
(193,151,205)
#B08ABB
(176,138,187)
#9F7DA9
(159,125,169)
#8E7097
(142,112,151)
#7D6385
(125,99,133)
#6C5673
(108,86,115)
#5B4961
(91,73,97)
#4A3C4F
(74,60,79)
#392F3D
(57,47,61)
#28222B
(40,34,43)
#171519
(23,21,25)
#000000
(0,0,0)

Tints of #C197CD

#C197CD
(193,151,205)
#C6A0D1
(198,160,209)
#CBA9D5
(203,169,213)
#D0B2D9
(208,178,217)
#D5BBDD
(213,187,221)
#DAC4E1
(218,196,225)
#DFCDE5
(223,205,229)
#E4D6E9
(228,214,233)
#E9DFED
(233,223,237)
#EEE8F1
(238,232,241)
#F3F1F5
(243,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C197CD; }

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

This text font color is #C197CD.


Background Color

.myBgColor { background-color: #C197CD; }

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

This div background color is #C197CD.


Border color

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

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

This div border color is #C197CD.


Opacity

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

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

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

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

This text has shadow with #C197CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C197CD on black background.


Color preview on white background

This text has color #C197CD on white background.



Black color preview on #C197CD background

This text has black color on #C197CD background.


White color preview on #C197CD background

This text has white color on #C197CD background.