COLOR #C3A5E0

HEX: #C3A5E0
RGB: (195,165,224)

Color info

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

RGB color model

#C3A5E0 color RGB value is (195,165,224).

  • red value is 195;
  • green value is 165;
  • blue value is 224.
RGB:
(195,165,224)
(76%,65%,88%)

RGB channels and saturation

R 195 of 255 = 76%
G 165 of 255 = 65%
B 224 of 255 = 88%

195
165
224

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

Portions of RGB colors in percentages

R + G + B =
195 + 165 + 224 = 584 (100%)
R 195 of 584 ~ 33.39%
G 165 of 584 ~ 28.25%
B 224 of 584 ~ 38.36%

%33.39
%28.25
%38.36

CMYK color model

#C3A5E0 color CMYK value is (13,26,0,12).

  • cyan value is 12.95%
  • magenta value is 26.34%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(13,26,0,12)
C13M26Y0K12 
(13%,26%,0%,12%)
(0.13/0.26/0.00/0.12)	

CMYK percentages

%12.95
%26.34
%0
%12.16

Codes

Color #C3A5E0 in popluar color models

C3A5E0
RGB195165224
HSL271°48.76%76.27%
HSB/HSV271°26.34%87.84%
CMYK12.95%26.34%0.00%
12.16%

Color #C3A5E0 in popluar number systems.

HEXC3A5E0
Decimal195165224
Binary110000111010010111100000
Octal303245340

Shades and tints

Shades of #C3A5E0

#C3A5E0
(195,165,224)
#B296CC
(178,150,204)
#A187B8
(161,135,184)
#9078A4
(144,120,164)
#7F6990
(127,105,144)
#6E5A7C
(110,90,124)
#5D4B68
(93,75,104)
#4C3C54
(76,60,84)
#3B2D40
(59,45,64)
#2A1E2C
(42,30,44)
#190F18
(25,15,24)
#000000
(0,0,0)

Tints of #C3A5E0

#C3A5E0
(195,165,224)
#C8ADE2
(200,173,226)
#CDB5E4
(205,181,228)
#D2BDE6
(210,189,230)
#D7C5E8
(215,197,232)
#DCCDEA
(220,205,234)
#E1D5EC
(225,213,236)
#E6DDEE
(230,221,238)
#EBE5F0
(235,229,240)
#F0EDF2
(240,237,242)
#F5F5F4
(245,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3A5E0 color. Also use rgb(195,165,224) instead hex code.

Text Font Color

.myTextColor { color: #C3A5E0; }

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

This text font color is #C3A5E0.


Background Color

.myBgColor { background-color: #C3A5E0; }

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

This div background color is #C3A5E0.


Border color

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

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

This div border color is #C3A5E0.


Opacity

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

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

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

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

This text has shadow with #C3A5E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3A5E0 on black background.


Color preview on white background

This text has color #C3A5E0 on white background.



Black color preview on #C3A5E0 background

This text has black color on #C3A5E0 background.


White color preview on #C3A5E0 background

This text has white color on #C3A5E0 background.