COLOR #C59FD2

HEX: #C59FD2 RGB: (197,159,210)

Color info

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

RGB color model

#C59FD2 color RGB value is (197,159,210).

RGB: (197,159,210) (77%, 62%, 82%)

RGB channels and saturation

R 197 of 255 = 77%
G 159 of 255 = 62%
B 210 of 255 = 82%

197
159
210

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

Portions of RGB colors in percentages

R + G + B = 197 + 159 + 210 = 566 (100%)
R 197 of 566 ~ 34.81%
G 159 of 566 ~ 28.09%
B 210 of 566 ~ 37.1'%

%34.81
%28.09
%37.1

CMYK color model

#C59FD2 color CMYK value is (6,24,0,18).

  • cyan value is 6.19%
  • magenta value is 24.29%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (6,24,0,18)
C6M24Y0K18 (6%, 24%, 0%, 18%)
(0.06 / 0.24 / 0.00 / 0.18)

CMYK percentages

%6.19
%24.29
%0
%17.65

Codes

Color #C59FD2 in popluar color models

C5 9F D2
RGB 197 159 210
HSL 285° 36.17% 72.35%
HSB/HSV 285° 24.29% 82.35%
CMYK 6.19% 24.29% 0.00%
17.65%

Color #C59FD2 in popluar number systems.

HEX C5 9F D2
Decimal 197 159 210
Binary 11000101 10011111 11010010
Octal 305 237 322

Shades and tints

Shades of #C59FD2

#C59FD2
(197,159,210)
#B491BF
(180,145,191)
#A383AC
(163,131,172)
#927599
(146,117,153)
#816786
(129,103,134)
#705973
(112,89,115)
#5F4B60
(95,75,96)
#4E3D4D
(78,61,77)
#3D2F3A
(61,47,58)
#2C2127
(44,33,39)
#1B1314
(27,19,20)
#000000
(0,0,0)

Tints of #C59FD2

#C59FD2
(197,159,210)
#CAA7D6
(202,167,214)
#CFAFDA
(207,175,218)
#D4B7DE
(212,183,222)
#D9BFE2
(217,191,226)
#DEC7E6
(222,199,230)
#E3CFEA
(227,207,234)
#E8D7EE
(232,215,238)
#EDDFF2
(237,223,242)
#F2E7F6
(242,231,246)
#F7EFFA
(247,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C59FD2 color. Also use rgb(197,159,210) instead hex code.

Text Font Color

.myTextColor { color: #C59FD2; }

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

This text font color is #C59FD2.

Background Color

.myBgColor { background-color: #C59FD2; }

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

This div background color is #C59FD2.

Border color

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

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

This div border color is #C59FD2.

Opacity

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

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

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

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

This text has shadow with #C59FD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C59FD2.

Preview

Color preview on black background

This text has color #C59FD2 on black background.


Color preview on white background

This text has color #C59FD2 on white background.


Black color preview on #C59FD2 background

This text has black color on #C59FD2 background.


White color preview on #C59FD2 background

This text has white color on #C59FD2 background.


Related colors

Complementary color

Complementary color for #hex is #3A602D.


I love getcolorcode.com

Triadic colors

1 #D2C59F and #9FD2C5 with #C59FD2 are triadic colors.

2 #D29FC5 and #9FC5D2 with #C59FD2 are triadic colors.