COLOR #C3A0F6

HEX: #C3A0F6
RGB: (195,160,246)

Color info

#C3A0F6 contains mainly red and blue colors. Web safe color of #C3A0F6 is #CC99FF (or #C9F).

RGB color model

#C3A0F6 color RGB value is (195,160,246).

  • red value is 195;
  • green value is 160;
  • blue value is 246.
RGB:
(195,160,246)
(76%,63%,96%)

RGB channels and saturation

R 195 of 255 = 76%
G 160 of 255 = 63%
B 246 of 255 = 96%

195
160
246

R + G + B ~ 78%. #C3A0F6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 160 + 246 = 601 (100%)
R 195 of 601 ~ 32.45%
G 160 of 601 ~ 26.62%
B 246 of 601 ~ 40.93%

%32.45
%26.62
%40.93

CMYK color model

#C3A0F6 color CMYK value is (21,35,0,4).

  • cyan value is 20.73%
  • magenta value is 34.96%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(21,35,0,4)
C21M35Y0K4 
(21%,35%,0%,4%)
(0.21/0.35/0.00/0.04)	

CMYK percentages

%20.73
%34.96
%0
%3.53

Codes

Color #C3A0F6 in popluar color models

C3A0F6
RGB195160246
HSL264°82.69%79.61%
HSB/HSV264°34.96%96.47%
CMYK20.73%34.96%0.00%
3.53%

Color #C3A0F6 in popluar number systems.

HEXC3A0F6
Decimal195160246
Binary110000111010000011110110
Octal303240366

Shades and tints

Shades of #C3A0F6

#C3A0F6
(195,160,246)
#B292E0
(178,146,224)
#A184CA
(161,132,202)
#9076B4
(144,118,180)
#7F689E
(127,104,158)
#6E5A88
(110,90,136)
#5D4C72
(93,76,114)
#4C3E5C
(76,62,92)
#3B3046
(59,48,70)
#2A2230
(42,34,48)
#19141A
(25,20,26)
#000000
(0,0,0)

Tints of #C3A0F6

#C3A0F6
(195,160,246)
#C8A8F6
(200,168,246)
#CDB0F6
(205,176,246)
#D2B8F6
(210,184,246)
#D7C0F6
(215,192,246)
#DCC8F6
(220,200,246)
#E1D0F6
(225,208,246)
#E6D8F6
(230,216,246)
#EBE0F6
(235,224,246)
#F0E8F6
(240,232,246)
#F5F0F6
(245,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3A0F6 color. Also use rgb(195,160,246) instead hex code.

Text Font Color

.myTextColor { color: #C3A0F6; }

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

This text font color is #C3A0F6.


Background Color

.myBgColor { background-color: #C3A0F6; }

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

This div background color is #C3A0F6.


Border color

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

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

This div border color is #C3A0F6.


Opacity

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

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

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

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

This text has shadow with #C3A0F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3A0F6 on black background.


Color preview on white background

This text has color #C3A0F6 on white background.



Black color preview on #C3A0F6 background

This text has black color on #C3A0F6 background.


White color preview on #C3A0F6 background

This text has white color on #C3A0F6 background.