COLOR #C59FDF

HEX: #C59FDF RGB: (197,159,223)

Color info

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

RGB color model

#C59FDF color RGB value is (197,159,223).

RGB: (197,159,223) (77%, 62%, 87%)

RGB channels and saturation

R 197 of 255 = 77%
G 159 of 255 = 62%
B 223 of 255 = 87%

197
159
223

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

Portions of RGB colors in percentages

R + G + B = 197 + 159 + 223 = 579 (100%)
R 197 of 579 ~ 34.02%
G 159 of 579 ~ 27.46%
B 223 of 579 ~ 38.51'%

%34.02
%27.46
%38.51

CMYK color model

#C59FDF color CMYK value is (12,29,0,13).

  • cyan value is 11.66%
  • magenta value is 28.70%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (12,29,0,13)
C12M29Y0K13 (12%, 29%, 0%, 13%)
(0.12 / 0.29 / 0.00 / 0.13)

CMYK percentages

%11.66
%28.7
%0
%12.55

Codes

Color #C59FDF in popluar color models

C5 9F DF
RGB 197 159 223
HSL 276° 50.00% 74.90%
HSB/HSV 276° 28.70% 87.45%
CMYK 11.66% 28.70% 0.00%
12.55%

Color #C59FDF in popluar number systems.

HEX C5 9F DF
Decimal 197 159 223
Binary 11000101 10011111 11011111
Octal 305 237 337

Shades and tints

Shades of #C59FDF

#C59FDF
(197,159,223)
#B491CB
(180,145,203)
#A383B7
(163,131,183)
#9275A3
(146,117,163)
#81678F
(129,103,143)
#70597B
(112,89,123)
#5F4B67
(95,75,103)
#4E3D53
(78,61,83)
#3D2F3F
(61,47,63)
#2C212B
(44,33,43)
#1B1317
(27,19,23)
#000000
(0,0,0)

Tints of #C59FDF

#C59FDF
(197,159,223)
#CAA7E1
(202,167,225)
#CFAFE3
(207,175,227)
#D4B7E5
(212,183,229)
#D9BFE7
(217,191,231)
#DEC7E9
(222,199,233)
#E3CFEB
(227,207,235)
#E8D7ED
(232,215,237)
#EDDFEF
(237,223,239)
#F2E7F1
(242,231,241)
#F7EFF3
(247,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C59FDF; }

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

This text font color is #C59FDF.

Background Color

.myBgColor { background-color: #C59FDF; }

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

This div background color is #C59FDF.

Border color

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

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

This div border color is #C59FDF.

Opacity

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

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

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

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

This text has shadow with #C59FDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C59FDF.

Preview

Color preview on black background

This text has color #C59FDF on black background.


Color preview on white background

This text has color #C59FDF on white background.


Black color preview on #C59FDF background

This text has black color on #C59FDF background.


White color preview on #C59FDF background

This text has white color on #C59FDF background.


Related colors

Complementary color

Complementary color for #hex is #3A6020.


I love getcolorcode.com

Triadic colors

1 #DFC59F and #9FDFC5 with #C59FDF are triadic colors.

2 #DF9FC5 and #9FC5DF with #C59FDF are triadic colors.