COLOR #C59DD3

HEX: #C59DD3 RGB: (197,157,211)

Color info

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

RGB color model

#C59DD3 color RGB value is (197,157,211).

RGB: (197,157,211) (77%, 62%, 83%)

RGB channels and saturation

R 197 of 255 = 77%
G 157 of 255 = 62%
B 211 of 255 = 83%

197
157
211

R + G + B ~ 74%. #C59DD3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 157 + 211 = 565 (100%)
R 197 of 565 ~ 34.87%
G 157 of 565 ~ 27.79%
B 211 of 565 ~ 37.35'%

%34.87
%27.79
%37.35

CMYK color model

#C59DD3 color CMYK value is (7,26,0,17).

  • cyan value is 6.64%
  • magenta value is 25.59%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK: (7,26,0,17) C7M26Y0K17 (7%,26%,0%,17%) (0.07/0.26/0.00/0.17) 

CMYK percentages

%6.64
%25.59
%0
%17.25

Codes

Color #C59DD3 in popluar color models

C5 9D D3
RGB 197 157 211
HSL 284° 38.03% 72.16%
HSB/HSV 284° 25.59% 82.75%
CMYK 6.64% 25.59% 0.00%
17.25%

Color #C59DD3 in popluar number systems.

HEX C5 9D D3
Decimal 197 157 211
Binary 11000101 10011101 11010011
Octal 305 235 323

Shades and tints

Shades of #C59DD3

#C59DD3
(197,157,211)
#B48FC0
(180,143,192)
#A381AD
(163,129,173)
#92739A
(146,115,154)
#816587
(129,101,135)
#705774
(112,87,116)
#5F4961
(95,73,97)
#4E3B4E
(78,59,78)
#3D2D3B
(61,45,59)
#2C1F28
(44,31,40)
#1B1115
(27,17,21)
#000000
(0,0,0)

Tints of #C59DD3

#C59DD3
(197,157,211)
#CAA5D7
(202,165,215)
#CFADDB
(207,173,219)
#D4B5DF
(212,181,223)
#D9BDE3
(217,189,227)
#DEC5E7
(222,197,231)
#E3CDEB
(227,205,235)
#E8D5EF
(232,213,239)
#EDDDF3
(237,221,243)
#F2E5F7
(242,229,247)
#F7EDFB
(247,237,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C59DD3 color. Also use rgb(197,157,211) instead hex code.

Text Font Color

.myTextColor { color: #C59DD3; }

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

This text font color is #C59DD3.

Background Color

.myBgColor { background-color: #C59DD3; }

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

This div background color is #C59DD3.

Border color

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

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

This div border color is #C59DD3.

Opacity

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

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

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

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

This text has shadow with #C59DD3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C59DD3.

Preview

Color preview on black background

This text has color #C59DD3 on black background.


Color preview on white background

This text has color #C59DD3 on white background.


Black color preview on #C59DD3 background

This text has black color on #C59DD3 background.


White color preview on #C59DD3 background

This text has white color on #C59DD3 background.


Related colors

Complementary color

Complementary color for #hex is #3A622C.


I love getcolorcode.com

Triadic colors

1 #D3C59D and #9DD3C5 with #C59DD3 are triadic colors.

2 #D39DC5 and #9DC5D3 with #C59DD3 are triadic colors.