COLOR #C19CCF

HEX: #C19CCF
RGB: (193,156,207)

Color info

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

RGB color model

#C19CCF color RGB value is (193,156,207).

  • red value is 193;
  • green value is 156;
  • blue value is 207.
RGB:
(193,156,207)
(76%,61%,81%)

RGB channels and saturation

R 193 of 255 = 76%
G 156 of 255 = 61%
B 207 of 255 = 81%

193
156
207

R + G + B ~ 73%. #C19CCF is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 156 + 207 = 556 (100%)
R 193 of 556 ~ 34.71%
G 156 of 556 ~ 28.06%
B 207 of 556 ~ 37.23%

%34.71
%28.06
%37.23

CMYK color model

#C19CCF color CMYK value is (7,25,0,19).

  • cyan value is 6.76%
  • magenta value is 24.64%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(7,25,0,19)
C7M25Y0K19 
(7%,25%,0%,19%)
(0.07/0.25/0.00/0.19)	

CMYK percentages

%6.76
%24.64
%0
%18.82

Codes

Color #C19CCF in popluar color models

C19CCF
RGB193156207
HSL284°34.69%71.18%
HSB/HSV284°24.64%81.18%
CMYK6.76%24.64%0.00%
18.82%

Color #C19CCF in popluar number systems.

HEXC19CCF
Decimal193156207
Binary110000011001110011001111
Octal301234317

Shades and tints

Shades of #C19CCF

#C19CCF
(193,156,207)
#B08EBD
(176,142,189)
#9F80AB
(159,128,171)
#8E7299
(142,114,153)
#7D6487
(125,100,135)
#6C5675
(108,86,117)
#5B4863
(91,72,99)
#4A3A51
(74,58,81)
#392C3F
(57,44,63)
#281E2D
(40,30,45)
#17101B
(23,16,27)
#000000
(0,0,0)

Tints of #C19CCF

#C19CCF
(193,156,207)
#C6A5D3
(198,165,211)
#CBAED7
(203,174,215)
#D0B7DB
(208,183,219)
#D5C0DF
(213,192,223)
#DAC9E3
(218,201,227)
#DFD2E7
(223,210,231)
#E4DBEB
(228,219,235)
#E9E4EF
(233,228,239)
#EEEDF3
(238,237,243)
#F3F6F7
(243,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C19CCF color. Also use rgb(193,156,207) instead hex code.

Text Font Color

.myTextColor { color: #C19CCF; }

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

This text font color is #C19CCF.


Background Color

.myBgColor { background-color: #C19CCF; }

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

This div background color is #C19CCF.


Border color

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

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

This div border color is #C19CCF.


Opacity

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

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

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

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

This text has shadow with #C19CCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C19CCF on black background.


Color preview on white background

This text has color #C19CCF on white background.



Black color preview on #C19CCF background

This text has black color on #C19CCF background.


White color preview on #C19CCF background

This text has white color on #C19CCF background.