COLOR #C1A5F4

HEX: #C1A5F4
RGB: (193,165,244)

Color info

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

RGB color model

#C1A5F4 color RGB value is (193,165,244).

  • red value is 193;
  • green value is 165;
  • blue value is 244.
RGB:
(193,165,244)
(76%,65%,96%)

RGB channels and saturation

R 193 of 255 = 76%
G 165 of 255 = 65%
B 244 of 255 = 96%

193
165
244

R + G + B ~ 79%. #C1A5F4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 165 + 244 = 602 (100%)
R 193 of 602 ~ 32.06%
G 165 of 602 ~ 27.41%
B 244 of 602 ~ 40.53%

%32.06
%27.41
%40.53

CMYK color model

#C1A5F4 color CMYK value is (21,32,0,4).

  • cyan value is 20.90%
  • magenta value is 32.38%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(21,32,0,4)
C21M32Y0K4 
(21%,32%,0%,4%)
(0.21/0.32/0.00/0.04)	

CMYK percentages

%20.9
%32.38
%0
%4.31

Codes

Color #C1A5F4 in popluar color models

C1A5F4
RGB193165244
HSL261°78.22%80.20%
HSB/HSV261°32.38%95.69%
CMYK20.90%32.38%0.00%
4.31%

Color #C1A5F4 in popluar number systems.

HEXC1A5F4
Decimal193165244
Binary110000011010010111110100
Octal301245364

Shades and tints

Shades of #C1A5F4

#C1A5F4
(193,165,244)
#B096DE
(176,150,222)
#9F87C8
(159,135,200)
#8E78B2
(142,120,178)
#7D699C
(125,105,156)
#6C5A86
(108,90,134)
#5B4B70
(91,75,112)
#4A3C5A
(74,60,90)
#392D44
(57,45,68)
#281E2E
(40,30,46)
#170F18
(23,15,24)
#000000
(0,0,0)

Tints of #C1A5F4

#C1A5F4
(193,165,244)
#C6ADF5
(198,173,245)
#CBB5F6
(203,181,246)
#D0BDF7
(208,189,247)
#D5C5F8
(213,197,248)
#DACDF9
(218,205,249)
#DFD5FA
(223,213,250)
#E4DDFB
(228,221,251)
#E9E5FC
(233,229,252)
#EEEDFD
(238,237,253)
#F3F5FE
(243,245,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1A5F4 color. Also use rgb(193,165,244) instead hex code.

Text Font Color

.myTextColor { color: #C1A5F4; }

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

This text font color is #C1A5F4.


Background Color

.myBgColor { background-color: #C1A5F4; }

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

This div background color is #C1A5F4.


Border color

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

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

This div border color is #C1A5F4.


Opacity

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

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

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

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

This text has shadow with #C1A5F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1A5F4 on black background.


Color preview on white background

This text has color #C1A5F4 on white background.



Black color preview on #C1A5F4 background

This text has black color on #C1A5F4 background.


White color preview on #C1A5F4 background

This text has white color on #C1A5F4 background.