COLOR #C19CD6

HEX: #C19CD6
RGB: (193,156,214)

Color info

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

RGB color model

#C19CD6 color RGB value is (193,156,214).

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

RGB channels and saturation

R 193 of 255 = 76%
G 156 of 255 = 61%
B 214 of 255 = 84%

193
156
214

R + G + B ~ 74%. #C19CD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 156 + 214 = 563 (100%)
R 193 of 563 ~ 34.28%
G 156 of 563 ~ 27.71%
B 214 of 563 ~ 38.01%

%34.28
%27.71
%38.01

CMYK color model

#C19CD6 color CMYK value is (10,27,0,16).

  • cyan value is 9.81%
  • magenta value is 27.10%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(10,27,0,16)
C10M27Y0K16 
(10%,27%,0%,16%)
(0.10/0.27/0.00/0.16)	

CMYK percentages

%9.81
%27.1
%0
%16.08

Codes

Color #C19CD6 in popluar color models

C19CD6
RGB193156214
HSL278°41.43%72.55%
HSB/HSV278°27.10%83.92%
CMYK9.81%27.10%0.00%
16.08%

Color #C19CD6 in popluar number systems.

HEXC19CD6
Decimal193156214
Binary110000011001110011010110
Octal301234326

Shades and tints

Shades of #C19CD6

#C19CD6
(193,156,214)
#B08EC3
(176,142,195)
#9F80B0
(159,128,176)
#8E729D
(142,114,157)
#7D648A
(125,100,138)
#6C5677
(108,86,119)
#5B4864
(91,72,100)
#4A3A51
(74,58,81)
#392C3E
(57,44,62)
#281E2B
(40,30,43)
#171018
(23,16,24)
#000000
(0,0,0)

Tints of #C19CD6

#C19CD6
(193,156,214)
#C6A5D9
(198,165,217)
#CBAEDC
(203,174,220)
#D0B7DF
(208,183,223)
#D5C0E2
(213,192,226)
#DAC9E5
(218,201,229)
#DFD2E8
(223,210,232)
#E4DBEB
(228,219,235)
#E9E4EE
(233,228,238)
#EEEDF1
(238,237,241)
#F3F6F4
(243,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C19CD6; }

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

This text font color is #C19CD6.


Background Color

.myBgColor { background-color: #C19CD6; }

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

This div background color is #C19CD6.


Border color

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

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

This div border color is #C19CD6.


Opacity

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

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

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

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

This text has shadow with #C19CD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C19CD6 on black background.


Color preview on white background

This text has color #C19CD6 on white background.



Black color preview on #C19CD6 background

This text has black color on #C19CD6 background.


White color preview on #C19CD6 background

This text has white color on #C19CD6 background.