COLOR #C97CEA

HEX: #C97CEA
RGB: (201,124,234)

Color info

#C97CEA contains mainly red and blue colors. Web safe color of #C97CEA is #CC66FF (or #C6F).

RGB color model

#C97CEA color RGB value is (201,124,234).

  • red value is 201;
  • green value is 124;
  • blue value is 234.
RGB:
(201,124,234)
(79%,49%,92%)

RGB channels and saturation

R 201 of 255 = 79%
G 124 of 255 = 49%
B 234 of 255 = 92%

201
124
234

R + G + B ~ 73%. #C97CEA is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 124 + 234 = 559 (100%)
R 201 of 559 ~ 35.96%
G 124 of 559 ~ 22.18%
B 234 of 559 ~ 41.86%

%35.96
%22.18
%41.86

CMYK color model

#C97CEA color CMYK value is (14,47,0,8).

  • cyan value is 14.10%
  • magenta value is 47.01%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(14,47,0,8)
C14M47Y0K8 
(14%,47%,0%,8%)
(0.14/0.47/0.00/0.08)	

CMYK percentages

%14.1
%47.01
%0
%8.24

Codes

Color #C97CEA in popluar color models

C97CEA
RGB201124234
HSL282°72.37%70.20%
HSB/HSV282°47.01%91.76%
CMYK14.10%47.01%0.00%
8.24%

Color #C97CEA in popluar number systems.

HEXC97CEA
Decimal201124234
Binary11001001111110011101010
Octal311174352

Shades and tints

Shades of #C97CEA

#C97CEA
(201,124,234)
#B771D5
(183,113,213)
#A566C0
(165,102,192)
#935BAB
(147,91,171)
#815096
(129,80,150)
#6F4581
(111,69,129)
#5D3A6C
(93,58,108)
#4B2F57
(75,47,87)
#392442
(57,36,66)
#27192D
(39,25,45)
#150E18
(21,14,24)
#000000
(0,0,0)

Tints of #C97CEA

#C97CEA
(201,124,234)
#CD87EB
(205,135,235)
#D192EC
(209,146,236)
#D59DED
(213,157,237)
#D9A8EE
(217,168,238)
#DDB3EF
(221,179,239)
#E1BEF0
(225,190,240)
#E5C9F1
(229,201,241)
#E9D4F2
(233,212,242)
#EDDFF3
(237,223,243)
#F1EAF4
(241,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C97CEA color. Also use rgb(201,124,234) instead hex code.

Text Font Color

.myTextColor { color: #C97CEA; }

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

This text font color is #C97CEA.


Background Color

.myBgColor { background-color: #C97CEA; }

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

This div background color is #C97CEA.


Border color

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

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

This div border color is #C97CEA.


Opacity

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

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

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

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

This text has shadow with #C97CEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C97CEA on black background.


Color preview on white background

This text has color #C97CEA on white background.



Black color preview on #C97CEA background

This text has black color on #C97CEA background.


White color preview on #C97CEA background

This text has white color on #C97CEA background.