COLOR #C4A5FC

HEX: #C4A5FC RGB: (196,165,252)

Color info

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

RGB color model

#C4A5FC color RGB value is (196,165,252).

RGB: (196,165,252) (77%, 65%, 99%)

RGB channels and saturation

R 196 of 255 = 77%
G 165 of 255 = 65%
B 252 of 255 = 99%

196
165
252

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

Portions of RGB colors in percentages

R + G + B = 196 + 165 + 252 = 613 (100%)
R 196 of 613 ~ 31.97%
G 165 of 613 ~ 26.92%
B 252 of 613 ~ 41.11'%

%31.97
%26.92
%41.11

CMYK color model

#C4A5FC color CMYK value is (22,35,0,1).

  • cyan value is 22.22%
  • magenta value is 34.52%
  • yellow value is 0.00%
  • key color value is 1.18%

CMYK: (22,35,0,1)
C22M35Y0K1 (22%, 35%, 0%, 1%)
(0.22 / 0.35 / 0.00 / 0.01)

CMYK percentages

%22.22
%34.52
%0
%1.18

Codes

Color #C4A5FC in popluar color models

C4 A5 FC
RGB 196 165 252
HSL 261° 93.55% 81.76%
HSB/HSV 261° 34.52% 98.82%
CMYK 22.22% 34.52% 0.00%
1.18%

Color #C4A5FC in popluar number systems.

HEX C4 A5 FC
Decimal 196 165 252
Binary 11000100 10100101 11111100
Octal 304 245 374

Shades and tints

Shades of #C4A5FC

#C4A5FC
(196,165,252)
#B396E6
(179,150,230)
#A287D0
(162,135,208)
#9178BA
(145,120,186)
#8069A4
(128,105,164)
#6F5A8E
(111,90,142)
#5E4B78
(94,75,120)
#4D3C62
(77,60,98)
#3C2D4C
(60,45,76)
#2B1E36
(43,30,54)
#1A0F20
(26,15,32)
#000000
(0,0,0)

Tints of #C4A5FC

#C4A5FC
(196,165,252)
#C9ADFC
(201,173,252)
#CEB5FC
(206,181,252)
#D3BDFC
(211,189,252)
#D8C5FC
(216,197,252)
#DDCDFC
(221,205,252)
#E2D5FC
(226,213,252)
#E7DDFC
(231,221,252)
#ECE5FC
(236,229,252)
#F1EDFC
(241,237,252)
#F6F5FC
(246,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4A5FC color. Also use rgb(196,165,252) instead hex code.

Text Font Color

.myTextColor { color: #C4A5FC; }

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

This text font color is #C4A5FC.

Background Color

.myBgColor { background-color: #C4A5FC; }

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

This div background color is #C4A5FC.

Border color

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

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

This div border color is #C4A5FC.

Opacity

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

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

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

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

This text has shadow with #C4A5FC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4A5FC.

Preview

Color preview on black background

This text has color #C4A5FC on black background.


Color preview on white background

This text has color #C4A5FC on white background.


Black color preview on #C4A5FC background

This text has black color on #C4A5FC background.


White color preview on #C4A5FC background

This text has white color on #C4A5FC background.


Related colors

Complementary color

Complementary color for #hex is #3B5A03.


I love getcolorcode.com

Triadic colors

1 #FCC4A5 and #A5FCC4 with #C4A5FC are triadic colors.

2 #FCA5C4 and #A5C4FC with #C4A5FC are triadic colors.