COLOR #C397FC

HEX: #C397FC RGB: (195,151,252)

Color info

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

RGB color model

#C397FC color RGB value is (195,151,252).

RGB: (195,151,252) (76%, 59%, 99%)

RGB channels and saturation

R 195 of 255 = 76%
G 151 of 255 = 59%
B 252 of 255 = 99%

195
151
252

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

Portions of RGB colors in percentages

R + G + B = 195 + 151 + 252 = 598 (100%)
R 195 of 598 ~ 32.61%
G 151 of 598 ~ 25.25%
B 252 of 598 ~ 42.14'%

%32.61
%25.25
%42.14

CMYK color model

#C397FC color CMYK value is (23,40,0,1).

  • cyan value is 22.62%
  • magenta value is 40.08%
  • yellow value is 0.00%
  • key color value is 1.18%

CMYK: (23,40,0,1)
C23M40Y0K1 (23%, 40%, 0%, 1%)
(0.23 / 0.40 / 0.00 / 0.01)

CMYK percentages

%22.62
%40.08
%0
%1.18

Codes

Color #C397FC in popluar color models

C3 97 FC
RGB 195 151 252
HSL 266° 94.39% 79.02%
HSB/HSV 266° 40.08% 98.82%
CMYK 22.62% 40.08% 0.00%
1.18%

Color #C397FC in popluar number systems.

HEX C3 97 FC
Decimal 195 151 252
Binary 11000011 10010111 11111100
Octal 303 227 374

Shades and tints

Shades of #C397FC

#C397FC
(195,151,252)
#B28AE6
(178,138,230)
#A17DD0
(161,125,208)
#9070BA
(144,112,186)
#7F63A4
(127,99,164)
#6E568E
(110,86,142)
#5D4978
(93,73,120)
#4C3C62
(76,60,98)
#3B2F4C
(59,47,76)
#2A2236
(42,34,54)
#191520
(25,21,32)
#000000
(0,0,0)

Tints of #C397FC

#C397FC
(195,151,252)
#C8A0FC
(200,160,252)
#CDA9FC
(205,169,252)
#D2B2FC
(210,178,252)
#D7BBFC
(215,187,252)
#DCC4FC
(220,196,252)
#E1CDFC
(225,205,252)
#E6D6FC
(230,214,252)
#EBDFFC
(235,223,252)
#F0E8FC
(240,232,252)
#F5F1FC
(245,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C397FC; }

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

This text font color is #C397FC.

Background Color

.myBgColor { background-color: #C397FC; }

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

This div background color is #C397FC.

Border color

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

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

This div border color is #C397FC.

Opacity

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

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

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

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

This text has shadow with #C397FC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C397FC.

Preview

Color preview on black background

This text has color #C397FC on black background.


Color preview on white background

This text has color #C397FC on white background.


Black color preview on #C397FC background

This text has black color on #C397FC background.


White color preview on #C397FC background

This text has white color on #C397FC background.


Related colors

Complementary color

Complementary color for #hex is #3C6803.


I love getcolorcode.com

Triadic colors

1 #FCC397 and #97FCC3 with #C397FC are triadic colors.

2 #FC97C3 and #97C3FC with #C397FC are triadic colors.