COLOR #C3A1CD

HEX: #C3A1CD
RGB: (195,161,205)

Color info

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

RGB color model

#C3A1CD color RGB value is (195,161,205).

  • red value is 195;
  • green value is 161;
  • blue value is 205.
RGB:
(195,161,205)
(76%,63%,80%)

RGB channels and saturation

R 195 of 255 = 76%
G 161 of 255 = 63%
B 205 of 255 = 80%

195
161
205

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

Portions of RGB colors in percentages

R + G + B =
195 + 161 + 205 = 561 (100%)
R 195 of 561 ~ 34.76%
G 161 of 561 ~ 28.7%
B 205 of 561 ~ 36.54%

%34.76
%28.7
%36.54

CMYK color model

#C3A1CD color CMYK value is (5,21,0,20).

  • cyan value is 4.88%
  • magenta value is 21.46%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(5,21,0,20)
C5M21Y0K20 
(5%,21%,0%,20%)
(0.05/0.21/0.00/0.20)	

CMYK percentages

%4.88
%21.46
%0
%19.61

Codes

Color #C3A1CD in popluar color models

C3A1CD
RGB195161205
HSL286°30.56%71.76%
HSB/HSV286°21.46%80.39%
CMYK4.88%21.46%0.00%
19.61%

Color #C3A1CD in popluar number systems.

HEXC3A1CD
Decimal195161205
Binary110000111010000111001101
Octal303241315

Shades and tints

Shades of #C3A1CD

#C3A1CD
(195,161,205)
#B293BB
(178,147,187)
#A185A9
(161,133,169)
#907797
(144,119,151)
#7F6985
(127,105,133)
#6E5B73
(110,91,115)
#5D4D61
(93,77,97)
#4C3F4F
(76,63,79)
#3B313D
(59,49,61)
#2A232B
(42,35,43)
#191519
(25,21,25)
#000000
(0,0,0)

Tints of #C3A1CD

#C3A1CD
(195,161,205)
#C8A9D1
(200,169,209)
#CDB1D5
(205,177,213)
#D2B9D9
(210,185,217)
#D7C1DD
(215,193,221)
#DCC9E1
(220,201,225)
#E1D1E5
(225,209,229)
#E6D9E9
(230,217,233)
#EBE1ED
(235,225,237)
#F0E9F1
(240,233,241)
#F5F1F5
(245,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3A1CD color. Also use rgb(195,161,205) instead hex code.

Text Font Color

.myTextColor { color: #C3A1CD; }

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

This text font color is #C3A1CD.


Background Color

.myBgColor { background-color: #C3A1CD; }

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

This div background color is #C3A1CD.


Border color

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

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

This div border color is #C3A1CD.


Opacity

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

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

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

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

This text has shadow with #C3A1CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3A1CD on black background.


Color preview on white background

This text has color #C3A1CD on white background.



Black color preview on #C3A1CD background

This text has black color on #C3A1CD background.


White color preview on #C3A1CD background

This text has white color on #C3A1CD background.