COLOR #C597FC

HEX: #C597FC
RGB: (197,151,252)

Color info

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

RGB color model

#C597FC color RGB value is (197,151,252).

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

RGB channels and saturation

R 197 of 255 = 77%
G 151 of 255 = 59%
B 252 of 255 = 99%

197
151
252

R + G + B ~ 78%. #C597FC is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 151 + 252 = 600 (100%)
R 197 of 600 ~ 32.83%
G 151 of 600 ~ 25.17%
B 252 of 600 ~ 42%

%32.83
%25.17
%42

CMYK color model

#C597FC color CMYK value is (22,40,0,1).

  • cyan value is 21.83%
  • magenta value is 40.08%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(22,40,0,1)
C22M40Y0K1 
(22%,40%,0%,1%)
(0.22/0.40/0.00/0.01)	

CMYK percentages

%21.83
%40.08
%0
%1.18

Codes

Color #C597FC in popluar color models

C597FC
RGB197151252
HSL267°94.39%79.02%
HSB/HSV267°40.08%98.82%
CMYK21.83%40.08%0.00%
1.18%

Color #C597FC in popluar number systems.

HEXC597FC
Decimal197151252
Binary110001011001011111111100
Octal305227374

Shades and tints

Shades of #C597FC

#C597FC
(197,151,252)
#B48AE6
(180,138,230)
#A37DD0
(163,125,208)
#9270BA
(146,112,186)
#8163A4
(129,99,164)
#70568E
(112,86,142)
#5F4978
(95,73,120)
#4E3C62
(78,60,98)
#3D2F4C
(61,47,76)
#2C2236
(44,34,54)
#1B1520
(27,21,32)
#000000
(0,0,0)

Tints of #C597FC

#C597FC
(197,151,252)
#CAA0FC
(202,160,252)
#CFA9FC
(207,169,252)
#D4B2FC
(212,178,252)
#D9BBFC
(217,187,252)
#DEC4FC
(222,196,252)
#E3CDFC
(227,205,252)
#E8D6FC
(232,214,252)
#EDDFFC
(237,223,252)
#F2E8FC
(242,232,252)
#F7F1FC
(247,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C597FC; }

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

This text font color is #C597FC.


Background Color

.myBgColor { background-color: #C597FC; }

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

This div background color is #C597FC.


Border color

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

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

This div border color is #C597FC.


Opacity

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

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

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

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

This text has shadow with #C597FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C597FC on black background.


Color preview on white background

This text has color #C597FC on white background.



Black color preview on #C597FC background

This text has black color on #C597FC background.


White color preview on #C597FC background

This text has white color on #C597FC background.