COLOR #C1A5ED

HEX: #C1A5ED RGB: (193,165,237)

Color info

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

RGB color model

#C1A5ED color RGB value is (193,165,237).

RGB: (193,165,237) (76%, 65%, 93%)

RGB channels and saturation

R 193 of 255 = 76%
G 165 of 255 = 65%
B 237 of 255 = 93%

193
165
237

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

Portions of RGB colors in percentages

R + G + B = 193 + 165 + 237 = 595 (100%)
R 193 of 595 ~ 32.44%
G 165 of 595 ~ 27.73%
B 237 of 595 ~ 39.83'%

%32.44
%27.73
%39.83

CMYK color model

#C1A5ED color CMYK value is (19,30,0,7).

  • cyan value is 18.57%
  • magenta value is 30.38%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK: (19,30,0,7) C19M30Y0K7 (19%,30%,0%,7%) (0.19/0.30/0.00/0.07) 

CMYK percentages

%18.57
%30.38
%0
%7.06

Codes

Color #C1A5ED in popluar color models

C1 A5 ED
RGB 193 165 237
HSL 263° 66.67% 78.82%
HSB/HSV 263° 30.38% 92.94%
CMYK 18.57% 30.38% 0.00%
7.06%

Color #C1A5ED in popluar number systems.

HEX C1 A5 ED
Decimal 193 165 237
Binary 11000001 10100101 11101101
Octal 301 245 355

Shades and tints

Shades of #C1A5ED

#C1A5ED
(193,165,237)
#B096D8
(176,150,216)
#9F87C3
(159,135,195)
#8E78AE
(142,120,174)
#7D6999
(125,105,153)
#6C5A84
(108,90,132)
#5B4B6F
(91,75,111)
#4A3C5A
(74,60,90)
#392D45
(57,45,69)
#281E30
(40,30,48)
#170F1B
(23,15,27)
#000000
(0,0,0)

Tints of #C1A5ED

#C1A5ED
(193,165,237)
#C6ADEE
(198,173,238)
#CBB5EF
(203,181,239)
#D0BDF0
(208,189,240)
#D5C5F1
(213,197,241)
#DACDF2
(218,205,242)
#DFD5F3
(223,213,243)
#E4DDF4
(228,221,244)
#E9E5F5
(233,229,245)
#EEEDF6
(238,237,246)
#F3F5F7
(243,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1A5ED; }

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

This text font color is #C1A5ED.

Background Color

.myBgColor { background-color: #C1A5ED; }

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

This div background color is #C1A5ED.

Border color

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

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

This div border color is #C1A5ED.

Opacity

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

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

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

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

This text has shadow with #C1A5ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1A5ED.

Preview

Color preview on black background

This text has color #C1A5ED on black background.


Color preview on white background

This text has color #C1A5ED on white background.


Black color preview on #C1A5ED background

This text has black color on #C1A5ED background.


White color preview on #C1A5ED background

This text has white color on #C1A5ED background.


Related colors

Complementary color

Complementary color for #hex is #3E5A12.


I love getcolorcode.com

Triadic colors

1 #EDC1A5 and #A5EDC1 with #C1A5ED are triadic colors.

2 #EDA5C1 and #A5C1ED with #C1A5ED are triadic colors.