COLOR #C597E7

HEX: #C597E7
RGB: (197,151,231)

Color info

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

RGB color model

#C597E7 color RGB value is (197,151,231).

  • red value is 197;
  • green value is 151;
  • blue value is 231.
RGB:
(197,151,231)
(77%,59%,91%)

RGB channels and saturation

R 197 of 255 = 77%
G 151 of 255 = 59%
B 231 of 255 = 91%

197
151
231

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

Portions of RGB colors in percentages

R + G + B =
197 + 151 + 231 = 579 (100%)
R 197 of 579 ~ 34.02%
G 151 of 579 ~ 26.08%
B 231 of 579 ~ 39.9%

%34.02
%26.08
%39.9

CMYK color model

#C597E7 color CMYK value is (15,35,0,9).

  • cyan value is 14.72%
  • magenta value is 34.63%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(15,35,0,9)
C15M35Y0K9 
(15%,35%,0%,9%)
(0.15/0.35/0.00/0.09)	

CMYK percentages

%14.72
%34.63
%0
%9.41

Codes

Color #C597E7 in popluar color models

C597E7
RGB197151231
HSL275°62.50%74.90%
HSB/HSV275°34.63%90.59%
CMYK14.72%34.63%0.00%
9.41%

Color #C597E7 in popluar number systems.

HEXC597E7
Decimal197151231
Binary110001011001011111100111
Octal305227347

Shades and tints

Shades of #C597E7

#C597E7
(197,151,231)
#B48AD2
(180,138,210)
#A37DBD
(163,125,189)
#9270A8
(146,112,168)
#816393
(129,99,147)
#70567E
(112,86,126)
#5F4969
(95,73,105)
#4E3C54
(78,60,84)
#3D2F3F
(61,47,63)
#2C222A
(44,34,42)
#1B1515
(27,21,21)
#000000
(0,0,0)

Tints of #C597E7

#C597E7
(197,151,231)
#CAA0E9
(202,160,233)
#CFA9EB
(207,169,235)
#D4B2ED
(212,178,237)
#D9BBEF
(217,187,239)
#DEC4F1
(222,196,241)
#E3CDF3
(227,205,243)
#E8D6F5
(232,214,245)
#EDDFF7
(237,223,247)
#F2E8F9
(242,232,249)
#F7F1FB
(247,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C597E7 color. Also use rgb(197,151,231) instead hex code.

Text Font Color

.myTextColor { color: #C597E7; }

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

This text font color is #C597E7.


Background Color

.myBgColor { background-color: #C597E7; }

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

This div background color is #C597E7.


Border color

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

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

This div border color is #C597E7.


Opacity

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

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

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

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

This text has shadow with #C597E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C597E7 on black background.


Color preview on white background

This text has color #C597E7 on white background.



Black color preview on #C597E7 background

This text has black color on #C597E7 background.


White color preview on #C597E7 background

This text has white color on #C597E7 background.