COLOR #C596E1

HEX: #C596E1
RGB: (197,150,225)

Color info

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

RGB color model

#C596E1 color RGB value is (197,150,225).

  • red value is 197;
  • green value is 150;
  • blue value is 225.
RGB:
(197,150,225)
(77%,59%,88%)

RGB channels and saturation

R 197 of 255 = 77%
G 150 of 255 = 59%
B 225 of 255 = 88%

197
150
225

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

Portions of RGB colors in percentages

R + G + B =
197 + 150 + 225 = 572 (100%)
R 197 of 572 ~ 34.44%
G 150 of 572 ~ 26.22%
B 225 of 572 ~ 39.34%

%34.44
%26.22
%39.34

CMYK color model

#C596E1 color CMYK value is (12,33,0,12).

  • cyan value is 12.44%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(12,33,0,12)
C12M33Y0K12 
(12%,33%,0%,12%)
(0.12/0.33/0.00/0.12)	

CMYK percentages

%12.44
%33.33
%0
%11.76

Codes

Color #C596E1 in popluar color models

C596E1
RGB197150225
HSL278°55.56%73.53%
HSB/HSV278°33.33%88.24%
CMYK12.44%33.33%0.00%
11.76%

Color #C596E1 in popluar number systems.

HEXC596E1
Decimal197150225
Binary110001011001011011100001
Octal305226341

Shades and tints

Shades of #C596E1

#C596E1
(197,150,225)
#B489CD
(180,137,205)
#A37CB9
(163,124,185)
#926FA5
(146,111,165)
#816291
(129,98,145)
#70557D
(112,85,125)
#5F4869
(95,72,105)
#4E3B55
(78,59,85)
#3D2E41
(61,46,65)
#2C212D
(44,33,45)
#1B1419
(27,20,25)
#000000
(0,0,0)

Tints of #C596E1

#C596E1
(197,150,225)
#CA9FE3
(202,159,227)
#CFA8E5
(207,168,229)
#D4B1E7
(212,177,231)
#D9BAE9
(217,186,233)
#DEC3EB
(222,195,235)
#E3CCED
(227,204,237)
#E8D5EF
(232,213,239)
#EDDEF1
(237,222,241)
#F2E7F3
(242,231,243)
#F7F0F5
(247,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C596E1 color. Also use rgb(197,150,225) instead hex code.

Text Font Color

.myTextColor { color: #C596E1; }

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

This text font color is #C596E1.


Background Color

.myBgColor { background-color: #C596E1; }

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

This div background color is #C596E1.


Border color

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

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

This div border color is #C596E1.


Opacity

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

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

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

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

This text has shadow with #C596E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C596E1 on black background.


Color preview on white background

This text has color #C596E1 on white background.



Black color preview on #C596E1 background

This text has black color on #C596E1 background.


White color preview on #C596E1 background

This text has white color on #C596E1 background.