COLOR #C59CFD

HEX: #C59CFD RGB: (197,156,253)

Color info

#C59CFD contains mainly red and blue colors. Web safe color of #C59CFD is #CC99FF (or #C9F).

RGB color model

#C59CFD color RGB value is (197,156,253).

RGB: (197,156,253) (77%, 61%, 99%)

RGB channels and saturation

R 197 of 255 = 77%
G 156 of 255 = 61%
B 253 of 255 = 99%

197
156
253

R + G + B ~ 79%. #C59CFD is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 156 + 253 = 606 (100%)
R 197 of 606 ~ 32.51%
G 156 of 606 ~ 25.74%
B 253 of 606 ~ 41.75'%

%32.51
%25.74
%41.75

CMYK color model

#C59CFD color CMYK value is (22,38,0,1).

  • cyan value is 22.13%
  • magenta value is 38.34%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (22,38,0,1)
C22M38Y0K1 (22%, 38%, 0%, 1%)
(0.22 / 0.38 / 0.00 / 0.01)

CMYK percentages

%22.13
%38.34
%0
%0.78

Codes

Color #C59CFD in popluar color models

C5 9C FD
RGB 197 156 253
HSL 265° 96.04% 80.20%
HSB/HSV 265° 38.34% 99.22%
CMYK 22.13% 38.34% 0.00%
0.78%

Color #C59CFD in popluar number systems.

HEX C5 9C FD
Decimal 197 156 253
Binary 11000101 10011100 11111101
Octal 305 234 375

Shades and tints

Shades of #C59CFD

#C59CFD
(197,156,253)
#B48EE6
(180,142,230)
#A380CF
(163,128,207)
#9272B8
(146,114,184)
#8164A1
(129,100,161)
#70568A
(112,86,138)
#5F4873
(95,72,115)
#4E3A5C
(78,58,92)
#3D2C45
(61,44,69)
#2C1E2E
(44,30,46)
#1B1017
(27,16,23)
#000000
(0,0,0)

Tints of #C59CFD

#C59CFD
(197,156,253)
#CAA5FD
(202,165,253)
#CFAEFD
(207,174,253)
#D4B7FD
(212,183,253)
#D9C0FD
(217,192,253)
#DEC9FD
(222,201,253)
#E3D2FD
(227,210,253)
#E8DBFD
(232,219,253)
#EDE4FD
(237,228,253)
#F2EDFD
(242,237,253)
#F7F6FD
(247,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C59CFD; }

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

This text font color is #C59CFD.

Background Color

.myBgColor { background-color: #C59CFD; }

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

This div background color is #C59CFD.

Border color

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

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

This div border color is #C59CFD.

Opacity

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

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

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

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

This text has shadow with #C59CFD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C59CFD.

Preview

Color preview on black background

This text has color #C59CFD on black background.


Color preview on white background

This text has color #C59CFD on white background.


Black color preview on #C59CFD background

This text has black color on #C59CFD background.


White color preview on #C59CFD background

This text has white color on #C59CFD background.


Related colors

Complementary color

Complementary color for #hex is #3A6302.


I love getcolorcode.com

Triadic colors

1 #FDC59C and #9CFDC5 with #C59CFD are triadic colors.

2 #FD9CC5 and #9CC5FD with #C59CFD are triadic colors.