COLOR #C4A3F9

HEX: #C4A3F9 RGB: (196,163,249)

Color info

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

RGB color model

#C4A3F9 color RGB value is (196,163,249).

RGB: (196,163,249) (77%, 64%, 98%)

RGB channels and saturation

R 196 of 255 = 77%
G 163 of 255 = 64%
B 249 of 255 = 98%

196
163
249

R + G + B ~ 80%. #C4A3F9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 163 + 249 = 608 (100%)
R 196 of 608 ~ 32.24%
G 163 of 608 ~ 26.81%
B 249 of 608 ~ 40.95'%

%32.24
%26.81
%40.95

CMYK color model

#C4A3F9 color CMYK value is (21,35,0,2).

  • cyan value is 21.29%
  • magenta value is 34.54%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK: (21,35,0,2) C21M35Y0K2 (21%,35%,0%,2%) (0.21/0.35/0.00/0.02) 

CMYK percentages

%21.29
%34.54
%0
%2.35

Codes

Color #C4A3F9 in popluar color models

C4 A3 F9
RGB 196 163 249
HSL 263° 87.76% 80.78%
HSB/HSV 263° 34.54% 97.65%
CMYK 21.29% 34.54% 0.00%
2.35%

Color #C4A3F9 in popluar number systems.

HEX C4 A3 F9
Decimal 196 163 249
Binary 11000100 10100011 11111001
Octal 304 243 371

Shades and tints

Shades of #C4A3F9

#C4A3F9
(196,163,249)
#B395E3
(179,149,227)
#A287CD
(162,135,205)
#9179B7
(145,121,183)
#806BA1
(128,107,161)
#6F5D8B
(111,93,139)
#5E4F75
(94,79,117)
#4D415F
(77,65,95)
#3C3349
(60,51,73)
#2B2533
(43,37,51)
#1A171D
(26,23,29)
#000000
(0,0,0)

Tints of #C4A3F9

#C4A3F9
(196,163,249)
#C9ABF9
(201,171,249)
#CEB3F9
(206,179,249)
#D3BBF9
(211,187,249)
#D8C3F9
(216,195,249)
#DDCBF9
(221,203,249)
#E2D3F9
(226,211,249)
#E7DBF9
(231,219,249)
#ECE3F9
(236,227,249)
#F1EBF9
(241,235,249)
#F6F3F9
(246,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4A3F9 color. Also use rgb(196,163,249) instead hex code.

Text Font Color

.myTextColor { color: #C4A3F9; }

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

This text font color is #C4A3F9.

Background Color

.myBgColor { background-color: #C4A3F9; }

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

This div background color is #C4A3F9.

Border color

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

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

This div border color is #C4A3F9.

Opacity

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

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

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

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

This text has shadow with #C4A3F9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4A3F9.

Preview

Color preview on black background

This text has color #C4A3F9 on black background.


Color preview on white background

This text has color #C4A3F9 on white background.


Black color preview on #C4A3F9 background

This text has black color on #C4A3F9 background.


White color preview on #C4A3F9 background

This text has white color on #C4A3F9 background.


Related colors

Complementary color

Complementary color for #hex is #3B5C06.


I love getcolorcode.com

Triadic colors

1 #F9C4A3 and #A3F9C4 with #C4A3F9 are triadic colors.

2 #F9A3C4 and #A3C4F9 with #C4A3F9 are triadic colors.