COLOR #C19FD5

HEX: #C19FD5 RGB: (193,159,213)

Color info

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

RGB color model

#C19FD5 color RGB value is (193,159,213).

RGB: (193,159,213) (76%, 62%, 84%)

RGB channels and saturation

R 193 of 255 = 76%
G 159 of 255 = 62%
B 213 of 255 = 84%

193
159
213

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

Portions of RGB colors in percentages

R + G + B = 193 + 159 + 213 = 565 (100%)
R 193 of 565 ~ 34.16%
G 159 of 565 ~ 28.14%
B 213 of 565 ~ 37.7'%

%34.16
%28.14
%37.7

CMYK color model

#C19FD5 color CMYK value is (9,25,0,16).

  • cyan value is 9.39%
  • magenta value is 25.35%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (9,25,0,16)
C9M25Y0K16 (9%, 25%, 0%, 16%)
(0.09 / 0.25 / 0.00 / 0.16)

CMYK percentages

%9.39
%25.35
%0
%16.47

Codes

Color #C19FD5 in popluar color models

C1 9F D5
RGB 193 159 213
HSL 278° 39.13% 72.94%
HSB/HSV 278° 25.35% 83.53%
CMYK 9.39% 25.35% 0.00%
16.47%

Color #C19FD5 in popluar number systems.

HEX C1 9F D5
Decimal 193 159 213
Binary 11000001 10011111 11010101
Octal 301 237 325

Shades and tints

Shades of #C19FD5

#C19FD5
(193,159,213)
#B091C2
(176,145,194)
#9F83AF
(159,131,175)
#8E759C
(142,117,156)
#7D6789
(125,103,137)
#6C5976
(108,89,118)
#5B4B63
(91,75,99)
#4A3D50
(74,61,80)
#392F3D
(57,47,61)
#28212A
(40,33,42)
#171317
(23,19,23)
#000000
(0,0,0)

Tints of #C19FD5

#C19FD5
(193,159,213)
#C6A7D8
(198,167,216)
#CBAFDB
(203,175,219)
#D0B7DE
(208,183,222)
#D5BFE1
(213,191,225)
#DAC7E4
(218,199,228)
#DFCFE7
(223,207,231)
#E4D7EA
(228,215,234)
#E9DFED
(233,223,237)
#EEE7F0
(238,231,240)
#F3EFF3
(243,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C19FD5 color. Also use rgb(193,159,213) instead hex code.

Text Font Color

.myTextColor { color: #C19FD5; }

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

This text font color is #C19FD5.

Background Color

.myBgColor { background-color: #C19FD5; }

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

This div background color is #C19FD5.

Border color

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

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

This div border color is #C19FD5.

Opacity

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

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

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

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

This text has shadow with #C19FD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C19FD5.

Preview

Color preview on black background

This text has color #C19FD5 on black background.


Color preview on white background

This text has color #C19FD5 on white background.


Black color preview on #C19FD5 background

This text has black color on #C19FD5 background.


White color preview on #C19FD5 background

This text has white color on #C19FD5 background.


Related colors

Complementary color

Complementary color for #hex is #3E602A.


I love getcolorcode.com

Triadic colors

1 #D5C19F and #9FD5C1 with #C19FD5 are triadic colors.

2 #D59FC1 and #9FC1D5 with #C19FD5 are triadic colors.