COLOR #C59CDE

HEX: #C59CDE RGB: (197,156,222)

Color info

#C59CDE contains mainly red and blue colors. Web safe color of #C59CDE is #CC99CC (or #C9C).

RGB color model

#C59CDE color RGB value is (197,156,222).

RGB: (197,156,222) (77%, 61%, 87%)

RGB channels and saturation

R 197 of 255 = 77%
G 156 of 255 = 61%
B 222 of 255 = 87%

197
156
222

R + G + B ~ 75%. #C59CDE is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 156 + 222 = 575 (100%)
R 197 of 575 ~ 34.26%
G 156 of 575 ~ 27.13%
B 222 of 575 ~ 38.61'%

%34.26
%27.13
%38.61

CMYK color model

#C59CDE color CMYK value is (11,30,0,13).

  • cyan value is 11.26%
  • magenta value is 29.73%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (11,30,0,13)
C11M30Y0K13 (11%, 30%, 0%, 13%)
(0.11 / 0.30 / 0.00 / 0.13)

CMYK percentages

%11.26
%29.73
%0
%12.94

Codes

Color #C59CDE in popluar color models

C5 9C DE
RGB 197 156 222
HSL 277° 50.00% 74.12%
HSB/HSV 277° 29.73% 87.06%
CMYK 11.26% 29.73% 0.00%
12.94%

Color #C59CDE in popluar number systems.

HEX C5 9C DE
Decimal 197 156 222
Binary 11000101 10011100 11011110
Octal 305 234 336

Shades and tints

Shades of #C59CDE

#C59CDE
(197,156,222)
#B48ECA
(180,142,202)
#A380B6
(163,128,182)
#9272A2
(146,114,162)
#81648E
(129,100,142)
#70567A
(112,86,122)
#5F4866
(95,72,102)
#4E3A52
(78,58,82)
#3D2C3E
(61,44,62)
#2C1E2A
(44,30,42)
#1B1016
(27,16,22)
#000000
(0,0,0)

Tints of #C59CDE

#C59CDE
(197,156,222)
#CAA5E1
(202,165,225)
#CFAEE4
(207,174,228)
#D4B7E7
(212,183,231)
#D9C0EA
(217,192,234)
#DEC9ED
(222,201,237)
#E3D2F0
(227,210,240)
#E8DBF3
(232,219,243)
#EDE4F6
(237,228,246)
#F2EDF9
(242,237,249)
#F7F6FC
(247,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C59CDE color. Also use rgb(197,156,222) instead hex code.

Text Font Color

.myTextColor { color: #C59CDE; }

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

This text font color is #C59CDE.

Background Color

.myBgColor { background-color: #C59CDE; }

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

This div background color is #C59CDE.

Border color

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

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

This div border color is #C59CDE.

Opacity

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

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

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

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

This text has shadow with #C59CDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C59CDE.

Preview

Color preview on black background

This text has color #C59CDE on black background.


Color preview on white background

This text has color #C59CDE on white background.


Black color preview on #C59CDE background

This text has black color on #C59CDE background.


White color preview on #C59CDE background

This text has white color on #C59CDE background.


Related colors

Complementary color

Complementary color for #hex is #3A6321.


I love getcolorcode.com

Triadic colors

1 #DEC59C and #9CDEC5 with #C59CDE are triadic colors.

2 #DE9CC5 and #9CC5DE with #C59CDE are triadic colors.