COLOR #C59CE2

HEX: #C59CE2
RGB: (197,156,226)

Color info

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

RGB color model

#C59CE2 color RGB value is (197,156,226).

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

RGB channels and saturation

R 197 of 255 = 77%
G 156 of 255 = 61%
B 226 of 255 = 89%

197
156
226

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

Portions of RGB colors in percentages

R + G + B =
197 + 156 + 226 = 579 (100%)
R 197 of 579 ~ 34.02%
G 156 of 579 ~ 26.94%
B 226 of 579 ~ 39.03%

%34.02
%26.94
%39.03

CMYK color model

#C59CE2 color CMYK value is (13,31,0,11).

  • cyan value is 12.83%
  • magenta value is 30.97%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(13,31,0,11)
C13M31Y0K11 
(13%,31%,0%,11%)
(0.13/0.31/0.00/0.11)	

CMYK percentages

%12.83
%30.97
%0
%11.37

Codes

Color #C59CE2 in popluar color models

C59CE2
RGB197156226
HSL275°54.69%74.90%
HSB/HSV275°30.97%88.63%
CMYK12.83%30.97%0.00%
11.37%

Color #C59CE2 in popluar number systems.

HEXC59CE2
Decimal197156226
Binary110001011001110011100010
Octal305234342

Shades and tints

Shades of #C59CE2

#C59CE2
(197,156,226)
#B48ECE
(180,142,206)
#A380BA
(163,128,186)
#9272A6
(146,114,166)
#816492
(129,100,146)
#70567E
(112,86,126)
#5F486A
(95,72,106)
#4E3A56
(78,58,86)
#3D2C42
(61,44,66)
#2C1E2E
(44,30,46)
#1B101A
(27,16,26)
#000000
(0,0,0)

Tints of #C59CE2

#C59CE2
(197,156,226)
#CAA5E4
(202,165,228)
#CFAEE6
(207,174,230)
#D4B7E8
(212,183,232)
#D9C0EA
(217,192,234)
#DEC9EC
(222,201,236)
#E3D2EE
(227,210,238)
#E8DBF0
(232,219,240)
#EDE4F2
(237,228,242)
#F2EDF4
(242,237,244)
#F7F6F6
(247,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C59CE2; }

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

This text font color is #C59CE2.


Background Color

.myBgColor { background-color: #C59CE2; }

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

This div background color is #C59CE2.


Border color

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

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

This div border color is #C59CE2.


Opacity

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

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

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

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

This text has shadow with #C59CE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C59CE2 on black background.


Color preview on white background

This text has color #C59CE2 on white background.



Black color preview on #C59CE2 background

This text has black color on #C59CE2 background.


White color preview on #C59CE2 background

This text has white color on #C59CE2 background.