COLOR #C19BD2

HEX: #C19BD2 RGB: (193,155,210)

Color info

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

RGB color model

#C19BD2 color RGB value is (193,155,210).

RGB: (193,155,210) (76%, 61%, 82%)

RGB channels and saturation

R 193 of 255 = 76%
G 155 of 255 = 61%
B 210 of 255 = 82%

193
155
210

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

Portions of RGB colors in percentages

R + G + B = 193 + 155 + 210 = 558 (100%)
R 193 of 558 ~ 34.59%
G 155 of 558 ~ 27.78%
B 210 of 558 ~ 37.63'%

%34.59
%27.78
%37.63

CMYK color model

#C19BD2 color CMYK value is (8,26,0,18).

  • cyan value is 8.10%
  • magenta value is 26.19%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK: (8,26,0,18) C8M26Y0K18 (8%,26%,0%,18%) (0.08/0.26/0.00/0.18) 

CMYK percentages

%8.1
%26.19
%0
%17.65

Codes

Color #C19BD2 in popluar color models

C1 9B D2
RGB 193 155 210
HSL 281° 37.93% 71.57%
HSB/HSV 281° 26.19% 82.35%
CMYK 8.10% 26.19% 0.00%
17.65%

Color #C19BD2 in popluar number systems.

HEX C1 9B D2
Decimal 193 155 210
Binary 11000001 10011011 11010010
Octal 301 233 322

Shades and tints

Shades of #C19BD2

#C19BD2
(193,155,210)
#B08DBF
(176,141,191)
#9F7FAC
(159,127,172)
#8E7199
(142,113,153)
#7D6386
(125,99,134)
#6C5573
(108,85,115)
#5B4760
(91,71,96)
#4A394D
(74,57,77)
#392B3A
(57,43,58)
#281D27
(40,29,39)
#170F14
(23,15,20)
#000000
(0,0,0)

Tints of #C19BD2

#C19BD2
(193,155,210)
#C6A4D6
(198,164,214)
#CBADDA
(203,173,218)
#D0B6DE
(208,182,222)
#D5BFE2
(213,191,226)
#DAC8E6
(218,200,230)
#DFD1EA
(223,209,234)
#E4DAEE
(228,218,238)
#E9E3F2
(233,227,242)
#EEECF6
(238,236,246)
#F3F5FA
(243,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C19BD2 color. Also use rgb(193,155,210) instead hex code.

Text Font Color

.myTextColor { color: #C19BD2; }

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

This text font color is #C19BD2.

Background Color

.myBgColor { background-color: #C19BD2; }

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

This div background color is #C19BD2.

Border color

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

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

This div border color is #C19BD2.

Opacity

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

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

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

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

This text has shadow with #C19BD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C19BD2.

Preview

Color preview on black background

This text has color #C19BD2 on black background.


Color preview on white background

This text has color #C19BD2 on white background.


Black color preview on #C19BD2 background

This text has black color on #C19BD2 background.


White color preview on #C19BD2 background

This text has white color on #C19BD2 background.


Related colors

Complementary color

Complementary color for #hex is #3E642D.


I love getcolorcode.com

Triadic colors

1 #D2C19B and #9BD2C1 with #C19BD2 are triadic colors.

2 #D29BC1 and #9BC1D2 with #C19BD2 are triadic colors.