COLOR #C19AD1

HEX: #C19AD1 RGB: (193,154,209)

Color info

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

RGB color model

#C19AD1 color RGB value is (193,154,209).

RGB: (193,154,209) (76%, 60%, 82%)

RGB channels and saturation

R 193 of 255 = 76%
G 154 of 255 = 60%
B 209 of 255 = 82%

193
154
209

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

Portions of RGB colors in percentages

R + G + B = 193 + 154 + 209 = 556 (100%)
R 193 of 556 ~ 34.71%
G 154 of 556 ~ 27.7%
B 209 of 556 ~ 37.59'%

%34.71
%27.7
%37.59

CMYK color model

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

  • cyan value is 7.66%
  • magenta value is 26.32%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (8,26,0,18)
C8M26Y0K18 (8%, 26%, 0%, 18%)
(0.08 / 0.26 / 0.00 / 0.18)

CMYK percentages

%7.66
%26.32
%0
%18.04

Codes

Color #C19AD1 in popluar color models

C1 9A D1
RGB 193 154 209
HSL 283° 37.41% 71.18%
HSB/HSV 283° 26.32% 81.96%
CMYK 7.66% 26.32% 0.00%
18.04%

Color #C19AD1 in popluar number systems.

HEX C1 9A D1
Decimal 193 154 209
Binary 11000001 10011010 11010001
Octal 301 232 321

Shades and tints

Shades of #C19AD1

#C19AD1
(193,154,209)
#B08CBE
(176,140,190)
#9F7EAB
(159,126,171)
#8E7098
(142,112,152)
#7D6285
(125,98,133)
#6C5472
(108,84,114)
#5B465F
(91,70,95)
#4A384C
(74,56,76)
#392A39
(57,42,57)
#281C26
(40,28,38)
#170E13
(23,14,19)
#000000
(0,0,0)

Tints of #C19AD1

#C19AD1
(193,154,209)
#C6A3D5
(198,163,213)
#CBACD9
(203,172,217)
#D0B5DD
(208,181,221)
#D5BEE1
(213,190,225)
#DAC7E5
(218,199,229)
#DFD0E9
(223,208,233)
#E4D9ED
(228,217,237)
#E9E2F1
(233,226,241)
#EEEBF5
(238,235,245)
#F3F4F9
(243,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C19AD1 color. Also use rgb(193,154,209) instead hex code.

Text Font Color

.myTextColor { color: #C19AD1; }

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

This text font color is #C19AD1.

Background Color

.myBgColor { background-color: #C19AD1; }

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

This div background color is #C19AD1.

Border color

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

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

This div border color is #C19AD1.

Opacity

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

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

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

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

This text has shadow with #C19AD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C19AD1.

Preview

Color preview on black background

This text has color #C19AD1 on black background.


Color preview on white background

This text has color #C19AD1 on white background.


Black color preview on #C19AD1 background

This text has black color on #C19AD1 background.


White color preview on #C19AD1 background

This text has white color on #C19AD1 background.


Related colors

Complementary color

Complementary color for #hex is #3E652E.


I love getcolorcode.com

Triadic colors

1 #D1C19A and #9AD1C1 with #C19AD1 are triadic colors.

2 #D19AC1 and #9AC1D1 with #C19AD1 are triadic colors.