COLOR #C19DE5

HEX: #C19DE5 RGB: (193,157,229)

Color info

#C19DE5 contains mainly red and blue colors. Web safe color of #C19DE5 is #CC99CC (or #C9C).

RGB color model

#C19DE5 color RGB value is (193,157,229).

RGB: (193,157,229) (76%, 62%, 90%)

RGB channels and saturation

R 193 of 255 = 76%
G 157 of 255 = 62%
B 229 of 255 = 90%

193
157
229

R + G + B ~ 76%. #C19DE5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 157 + 229 = 579 (100%)
R 193 of 579 ~ 33.33%
G 157 of 579 ~ 27.12%
B 229 of 579 ~ 39.55'%

%33.33
%27.12
%39.55

CMYK color model

#C19DE5 color CMYK value is (16,31,0,10).

  • cyan value is 15.72%
  • magenta value is 31.44%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (16,31,0,10)
C16M31Y0K10 (16%, 31%, 0%, 10%)
(0.16 / 0.31 / 0.00 / 0.10)

CMYK percentages

%15.72
%31.44
%0
%10.2

Codes

Color #C19DE5 in popluar color models

C1 9D E5
RGB 193 157 229
HSL 270° 58.06% 75.69%
HSB/HSV 270° 31.44% 89.80%
CMYK 15.72% 31.44% 0.00%
10.20%

Color #C19DE5 in popluar number systems.

HEX C1 9D E5
Decimal 193 157 229
Binary 11000001 10011101 11100101
Octal 301 235 345

Shades and tints

Shades of #C19DE5

#C19DE5
(193,157,229)
#B08FD1
(176,143,209)
#9F81BD
(159,129,189)
#8E73A9
(142,115,169)
#7D6595
(125,101,149)
#6C5781
(108,87,129)
#5B496D
(91,73,109)
#4A3B59
(74,59,89)
#392D45
(57,45,69)
#281F31
(40,31,49)
#17111D
(23,17,29)
#000000
(0,0,0)

Tints of #C19DE5

#C19DE5
(193,157,229)
#C6A5E7
(198,165,231)
#CBADE9
(203,173,233)
#D0B5EB
(208,181,235)
#D5BDED
(213,189,237)
#DAC5EF
(218,197,239)
#DFCDF1
(223,205,241)
#E4D5F3
(228,213,243)
#E9DDF5
(233,221,245)
#EEE5F7
(238,229,247)
#F3EDF9
(243,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C19DE5 color. Also use rgb(193,157,229) instead hex code.

Text Font Color

.myTextColor { color: #C19DE5; }

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

This text font color is #C19DE5.

Background Color

.myBgColor { background-color: #C19DE5; }

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

This div background color is #C19DE5.

Border color

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

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

This div border color is #C19DE5.

Opacity

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

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

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

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

This text has shadow with #C19DE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C19DE5.

Preview

Color preview on black background

This text has color #C19DE5 on black background.


Color preview on white background

This text has color #C19DE5 on white background.


Black color preview on #C19DE5 background

This text has black color on #C19DE5 background.


White color preview on #C19DE5 background

This text has white color on #C19DE5 background.


Related colors

Complementary color

Complementary color for #hex is #3E621A.


I love getcolorcode.com

Triadic colors

1 #E5C19D and #9DE5C1 with #C19DE5 are triadic colors.

2 #E59DC1 and #9DC1E5 with #C19DE5 are triadic colors.