COLOR #C397EA

HEX: #C397EA RGB: (195,151,234)

Color info

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

RGB color model

#C397EA color RGB value is (195,151,234).

RGB: (195,151,234) (76%, 59%, 92%)

RGB channels and saturation

R 195 of 255 = 76%
G 151 of 255 = 59%
B 234 of 255 = 92%

195
151
234

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

Portions of RGB colors in percentages

R + G + B = 195 + 151 + 234 = 580 (100%)
R 195 of 580 ~ 33.62%
G 151 of 580 ~ 26.03%
B 234 of 580 ~ 40.34'%

%33.62
%26.03
%40.34

CMYK color model

#C397EA color CMYK value is (17,35,0,8).

  • cyan value is 16.67%
  • magenta value is 35.47%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (17,35,0,8)
C17M35Y0K8 (17%, 35%, 0%, 8%)
(0.17 / 0.35 / 0.00 / 0.08)

CMYK percentages

%16.67
%35.47
%0
%8.24

Codes

Color #C397EA in popluar color models

C3 97 EA
RGB 195 151 234
HSL 272° 66.40% 75.49%
HSB/HSV 272° 35.47% 91.76%
CMYK 16.67% 35.47% 0.00%
8.24%

Color #C397EA in popluar number systems.

HEX C3 97 EA
Decimal 195 151 234
Binary 11000011 10010111 11101010
Octal 303 227 352

Shades and tints

Shades of #C397EA

#C397EA
(195,151,234)
#B28AD5
(178,138,213)
#A17DC0
(161,125,192)
#9070AB
(144,112,171)
#7F6396
(127,99,150)
#6E5681
(110,86,129)
#5D496C
(93,73,108)
#4C3C57
(76,60,87)
#3B2F42
(59,47,66)
#2A222D
(42,34,45)
#191518
(25,21,24)
#000000
(0,0,0)

Tints of #C397EA

#C397EA
(195,151,234)
#C8A0EB
(200,160,235)
#CDA9EC
(205,169,236)
#D2B2ED
(210,178,237)
#D7BBEE
(215,187,238)
#DCC4EF
(220,196,239)
#E1CDF0
(225,205,240)
#E6D6F1
(230,214,241)
#EBDFF2
(235,223,242)
#F0E8F3
(240,232,243)
#F5F1F4
(245,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C397EA; }

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

This text font color is #C397EA.

Background Color

.myBgColor { background-color: #C397EA; }

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

This div background color is #C397EA.

Border color

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

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

This div border color is #C397EA.

Opacity

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

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

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

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

This text has shadow with #C397EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C397EA.

Preview

Color preview on black background

This text has color #C397EA on black background.


Color preview on white background

This text has color #C397EA on white background.


Black color preview on #C397EA background

This text has black color on #C397EA background.


White color preview on #C397EA background

This text has white color on #C397EA background.


Related colors

Complementary color

Complementary color for #hex is #3C6815.


I love getcolorcode.com

Triadic colors

1 #EAC397 and #97EAC3 with #C397EA are triadic colors.

2 #EA97C3 and #97C3EA with #C397EA are triadic colors.