COLOR #C19ED1

HEX: #C19ED1
RGB: (193,158,209)

Color info

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

RGB color model

#C19ED1 color RGB value is (193,158,209).

  • red value is 193;
  • green value is 158;
  • blue value is 209.
RGB:
(193,158,209)
(76%,62%,82%)

RGB channels and saturation

R 193 of 255 = 76%
G 158 of 255 = 62%
B 209 of 255 = 82%

193
158
209

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

Portions of RGB colors in percentages

R + G + B =
193 + 158 + 209 = 560 (100%)
R 193 of 560 ~ 34.46%
G 158 of 560 ~ 28.21%
B 209 of 560 ~ 37.32%

%34.46
%28.21
%37.32

CMYK color model

#C19ED1 color CMYK value is (8,24,0,18).

  • cyan value is 7.66%
  • magenta value is 24.40%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(8,24,0,18)
C8M24Y0K18 
(8%,24%,0%,18%)
(0.08/0.24/0.00/0.18)	

CMYK percentages

%7.66
%24.4
%0
%18.04

Codes

Color #C19ED1 in popluar color models

C19ED1
RGB193158209
HSL281°35.66%71.96%
HSB/HSV281°24.40%81.96%
CMYK7.66%24.40%0.00%
18.04%

Color #C19ED1 in popluar number systems.

HEXC19ED1
Decimal193158209
Binary110000011001111011010001
Octal301236321

Shades and tints

Shades of #C19ED1

#C19ED1
(193,158,209)
#B090BE
(176,144,190)
#9F82AB
(159,130,171)
#8E7498
(142,116,152)
#7D6685
(125,102,133)
#6C5872
(108,88,114)
#5B4A5F
(91,74,95)
#4A3C4C
(74,60,76)
#392E39
(57,46,57)
#282026
(40,32,38)
#171213
(23,18,19)
#000000
(0,0,0)

Tints of #C19ED1

#C19ED1
(193,158,209)
#C6A6D5
(198,166,213)
#CBAED9
(203,174,217)
#D0B6DD
(208,182,221)
#D5BEE1
(213,190,225)
#DAC6E5
(218,198,229)
#DFCEE9
(223,206,233)
#E4D6ED
(228,214,237)
#E9DEF1
(233,222,241)
#EEE6F5
(238,230,245)
#F3EEF9
(243,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C19ED1; }

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

This text font color is #C19ED1.


Background Color

.myBgColor { background-color: #C19ED1; }

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

This div background color is #C19ED1.


Border color

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

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

This div border color is #C19ED1.


Opacity

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

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

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

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

This text has shadow with #C19ED1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C19ED1 on black background.


Color preview on white background

This text has color #C19ED1 on white background.



Black color preview on #C19ED1 background

This text has black color on #C19ED1 background.


White color preview on #C19ED1 background

This text has white color on #C19ED1 background.