COLOR #C59CE9

HEX: #C59CE9
RGB: (197,156,233)

Color info

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

RGB color model

#C59CE9 color RGB value is (197,156,233).

  • red value is 197;
  • green value is 156;
  • blue value is 233.
RGB:
(197,156,233)
(77%,61%,91%)

RGB channels and saturation

R 197 of 255 = 77%
G 156 of 255 = 61%
B 233 of 255 = 91%

197
156
233

R + G + B ~ 76%. #C59CE9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 156 + 233 = 586 (100%)
R 197 of 586 ~ 33.62%
G 156 of 586 ~ 26.62%
B 233 of 586 ~ 39.76%

%33.62
%26.62
%39.76

CMYK color model

#C59CE9 color CMYK value is (15,33,0,9).

  • cyan value is 15.45%
  • magenta value is 33.05%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(15,33,0,9)
C15M33Y0K9 
(15%,33%,0%,9%)
(0.15/0.33/0.00/0.09)	

CMYK percentages

%15.45
%33.05
%0
%8.63

Codes

Color #C59CE9 in popluar color models

C59CE9
RGB197156233
HSL272°63.64%76.27%
HSB/HSV272°33.05%91.37%
CMYK15.45%33.05%0.00%
8.63%

Color #C59CE9 in popluar number systems.

HEXC59CE9
Decimal197156233
Binary110001011001110011101001
Octal305234351

Shades and tints

Shades of #C59CE9

#C59CE9
(197,156,233)
#B48ED4
(180,142,212)
#A380BF
(163,128,191)
#9272AA
(146,114,170)
#816495
(129,100,149)
#705680
(112,86,128)
#5F486B
(95,72,107)
#4E3A56
(78,58,86)
#3D2C41
(61,44,65)
#2C1E2C
(44,30,44)
#1B1017
(27,16,23)
#000000
(0,0,0)

Tints of #C59CE9

#C59CE9
(197,156,233)
#CAA5EB
(202,165,235)
#CFAEED
(207,174,237)
#D4B7EF
(212,183,239)
#D9C0F1
(217,192,241)
#DEC9F3
(222,201,243)
#E3D2F5
(227,210,245)
#E8DBF7
(232,219,247)
#EDE4F9
(237,228,249)
#F2EDFB
(242,237,251)
#F7F6FD
(247,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C59CE9; }

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

This text font color is #C59CE9.


Background Color

.myBgColor { background-color: #C59CE9; }

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

This div background color is #C59CE9.


Border color

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

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

This div border color is #C59CE9.


Opacity

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

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

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

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

This text has shadow with #C59CE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C59CE9 on black background.


Color preview on white background

This text has color #C59CE9 on white background.



Black color preview on #C59CE9 background

This text has black color on #C59CE9 background.


White color preview on #C59CE9 background

This text has white color on #C59CE9 background.