COLOR #C397CF

HEX: #C397CF
RGB: (195,151,207)

Color info

#C397CF contains red, green and blue colors in about the same proportion. Web safe color of #C397CF is #CC99CC (or #C9C).

RGB color model

#C397CF color RGB value is (195,151,207).

  • red value is 195;
  • green value is 151;
  • blue value is 207.
RGB: (195,151,207) (76%,59%,81%)

RGB channels and saturation

R 195 of 255 = 76%
G 151 of 255 = 59%
B 207 of 255 = 81%

195
151
207

R + G + B ~ 72%. #C397CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 151 + 207 = 553 (100%)
R 195 of 553 ~ 35.26%
G 151 of 553 ~ 27.31%
B 207 of 553 ~ 37.43%

%35.26
%27.31
%37.43

CMYK color model

#C397CF color CMYK value is (6,27,0,19).

  • cyan value is 5.80%
  • magenta value is 27.05%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK: (6,27,0,19) C6M27Y0K19 (6%,27%,0%,19%) (0.06/0.27/0.00/0.19)

CMYK percentages

%5.8
%27.05
%0
%18.82

Codes

Color #C397CF in popluar color models

C397CF
RGB195151207
HSL287°36.84%70.20%
HSB/HSV287°27.05%81.18%
CMYK5.80%27.05%0.00%
18.82%

Color #C397CF in popluar number systems.

HEXC397CF
Decimal195151207
Binary110000111001011111001111
Octal303227317

Shades and tints

Shades of #C397CF

#C397CF
(195,151,207)
#B28ABD
(178,138,189)
#A17DAB
(161,125,171)
#907099
(144,112,153)
#7F6387
(127,99,135)
#6E5675
(110,86,117)
#5D4963
(93,73,99)
#4C3C51
(76,60,81)
#3B2F3F
(59,47,63)
#2A222D
(42,34,45)
#19151B
(25,21,27)
#000000
(0,0,0)

Tints of #C397CF

#C397CF
(195,151,207)
#C8A0D3
(200,160,211)
#CDA9D7
(205,169,215)
#D2B2DB
(210,178,219)
#D7BBDF
(215,187,223)
#DCC4E3
(220,196,227)
#E1CDE7
(225,205,231)
#E6D6EB
(230,214,235)
#EBDFEF
(235,223,239)
#F0E8F3
(240,232,243)
#F5F1F7
(245,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C397CF color. Also use rgb(195,151,207) instead hex code.

Text Font Color

.myTextColor { color: #C397CF; }

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

This text font color is #C397CF.


Background Color

.myBgColor { background-color: #C397CF; }

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

This div background color is #C397CF.


Border color

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

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

This div border color is #C397CF.


Opacity

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

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

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

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

This text has shadow with #C397CF color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C397CF on black background.


Color preview on white background

This text has color #C397CF on white background.



Black color preview on #C397CF background

This text has black color on #C397CF background.


White color preview on #C397CF background

This text has white color on #C397CF background.