COLOR #C5A5DA

HEX: #C5A5DA RGB: (197,165,218)

Color info

#C5A5DA contains red, green and blue colors in about the same proportion. Web safe color of #C5A5DA is #CC99CC (or #C9C).

RGB color model

#C5A5DA color RGB value is (197,165,218).

RGB: (197,165,218) (77%, 65%, 85%)

RGB channels and saturation

R 197 of 255 = 77%
G 165 of 255 = 65%
B 218 of 255 = 85%

197
165
218

R + G + B ~ 76%. #C5A5DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 165 + 218 = 580 (100%)
R 197 of 580 ~ 33.97%
G 165 of 580 ~ 28.45%
B 218 of 580 ~ 37.59'%

%33.97
%28.45
%37.59

CMYK color model

#C5A5DA color CMYK value is (10,24,0,15).

  • cyan value is 9.63%
  • magenta value is 24.31%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (10,24,0,15)
C10M24Y0K15 (10%, 24%, 0%, 15%)
(0.10 / 0.24 / 0.00 / 0.15)

CMYK percentages

%9.63
%24.31
%0
%14.51

Codes

Color #C5A5DA in popluar color models

C5 A5 DA
RGB 197 165 218
HSL 276° 41.73% 75.10%
HSB/HSV 276° 24.31% 85.49%
CMYK 9.63% 24.31% 0.00%
14.51%

Color #C5A5DA in popluar number systems.

HEX C5 A5 DA
Decimal 197 165 218
Binary 11000101 10100101 11011010
Octal 305 245 332

Shades and tints

Shades of #C5A5DA

#C5A5DA
(197,165,218)
#B496C7
(180,150,199)
#A387B4
(163,135,180)
#9278A1
(146,120,161)
#81698E
(129,105,142)
#705A7B
(112,90,123)
#5F4B68
(95,75,104)
#4E3C55
(78,60,85)
#3D2D42
(61,45,66)
#2C1E2F
(44,30,47)
#1B0F1C
(27,15,28)
#000000
(0,0,0)

Tints of #C5A5DA

#C5A5DA
(197,165,218)
#CAADDD
(202,173,221)
#CFB5E0
(207,181,224)
#D4BDE3
(212,189,227)
#D9C5E6
(217,197,230)
#DECDE9
(222,205,233)
#E3D5EC
(227,213,236)
#E8DDEF
(232,221,239)
#EDE5F2
(237,229,242)
#F2EDF5
(242,237,245)
#F7F5F8
(247,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5A5DA color. Also use rgb(197,165,218) instead hex code.

Text Font Color

.myTextColor { color: #C5A5DA; }

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

This text font color is #C5A5DA.

Background Color

.myBgColor { background-color: #C5A5DA; }

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

This div background color is #C5A5DA.

Border color

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

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

This div border color is #C5A5DA.

Opacity

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

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

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

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

This text has shadow with #C5A5DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5A5DA.

Preview

Color preview on black background

This text has color #C5A5DA on black background.


Color preview on white background

This text has color #C5A5DA on white background.


Black color preview on #C5A5DA background

This text has black color on #C5A5DA background.


White color preview on #C5A5DA background

This text has white color on #C5A5DA background.


Related colors

Complementary color

Complementary color for #hex is #3A5A25.


I love getcolorcode.com

Triadic colors

1 #DAC5A5 and #A5DAC5 with #C5A5DA are triadic colors.

2 #DAA5C5 and #A5C5DA with #C5A5DA are triadic colors.