COLOR #C697FC

HEX: #C697FC
RGB: (198,151,252)

Color info

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

RGB color model

#C697FC color RGB value is (198,151,252).

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

RGB channels and saturation

R 198 of 255 = 78%
G 151 of 255 = 59%
B 252 of 255 = 99%

198
151
252

R + G + B ~ 79%. #C697FC is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 151 + 252 = 601 (100%)
R 198 of 601 ~ 32.95%
G 151 of 601 ~ 25.12%
B 252 of 601 ~ 41.93%

%32.95
%25.12
%41.93

CMYK color model

#C697FC color CMYK value is (21,40,0,1).

  • cyan value is 21.43%
  • magenta value is 40.08%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(21,40,0,1)
C21M40Y0K1 
(21%,40%,0%,1%)
(0.21/0.40/0.00/0.01)	

CMYK percentages

%21.43
%40.08
%0
%1.18

Codes

Color #C697FC in popluar color models

C697FC
RGB198151252
HSL268°94.39%79.02%
HSB/HSV268°40.08%98.82%
CMYK21.43%40.08%0.00%
1.18%

Color #C697FC in popluar number systems.

HEXC697FC
Decimal198151252
Binary110001101001011111111100
Octal306227374

Shades and tints

Shades of #C697FC

#C697FC
(198,151,252)
#B48AE6
(180,138,230)
#A27DD0
(162,125,208)
#9070BA
(144,112,186)
#7E63A4
(126,99,164)
#6C568E
(108,86,142)
#5A4978
(90,73,120)
#483C62
(72,60,98)
#362F4C
(54,47,76)
#242236
(36,34,54)
#121520
(18,21,32)
#000000
(0,0,0)

Tints of #C697FC

#C697FC
(198,151,252)
#CBA0FC
(203,160,252)
#D0A9FC
(208,169,252)
#D5B2FC
(213,178,252)
#DABBFC
(218,187,252)
#DFC4FC
(223,196,252)
#E4CDFC
(228,205,252)
#E9D6FC
(233,214,252)
#EEDFFC
(238,223,252)
#F3E8FC
(243,232,252)
#F8F1FC
(248,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C697FC; }

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

This text font color is #C697FC.


Background Color

.myBgColor { background-color: #C697FC; }

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

This div background color is #C697FC.


Border color

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

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

This div border color is #C697FC.


Opacity

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

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

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

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

This text has shadow with #C697FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C697FC on black background.


Color preview on white background

This text has color #C697FC on white background.



Black color preview on #C697FC background

This text has black color on #C697FC background.


White color preview on #C697FC background

This text has white color on #C697FC background.