COLOR #C97DEB

HEX: #C97DEB RGB: (201,125,235)

Color info

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

RGB color model

#C97DEB color RGB value is (201,125,235).

RGB: (201,125,235) (79%, 49%, 92%)

RGB channels and saturation

R 201 of 255 = 79%
G 125 of 255 = 49%
B 235 of 255 = 92%

201
125
235

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

Portions of RGB colors in percentages

R + G + B = 201 + 125 + 235 = 561 (100%)
R 201 of 561 ~ 35.83%
G 125 of 561 ~ 22.28%
B 235 of 561 ~ 41.89'%

%35.83
%22.28
%41.89

CMYK color model

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

  • cyan value is 14.47%
  • magenta value is 46.81%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (14,47,0,8)
C14M47Y0K8 (14%, 47%, 0%, 8%)
(0.14 / 0.47 / 0.00 / 0.08)

CMYK percentages

%14.47
%46.81
%0
%7.84

Codes

Color #C97DEB in popluar color models

C9 7D EB
RGB 201 125 235
HSL 281° 73.33% 70.59%
HSB/HSV 281° 46.81% 92.16%
CMYK 14.47% 46.81% 0.00%
7.84%

Color #C97DEB in popluar number systems.

HEX C9 7D EB
Decimal 201 125 235
Binary 11001001 1111101 11101011
Octal 311 175 353

Shades and tints

Shades of #C97DEB

#C97DEB
(201,125,235)
#B772D6
(183,114,214)
#A567C1
(165,103,193)
#935CAC
(147,92,172)
#815197
(129,81,151)
#6F4682
(111,70,130)
#5D3B6D
(93,59,109)
#4B3058
(75,48,88)
#392543
(57,37,67)
#271A2E
(39,26,46)
#150F19
(21,15,25)
#000000
(0,0,0)

Tints of #C97DEB

#C97DEB
(201,125,235)
#CD88EC
(205,136,236)
#D193ED
(209,147,237)
#D59EEE
(213,158,238)
#D9A9EF
(217,169,239)
#DDB4F0
(221,180,240)
#E1BFF1
(225,191,241)
#E5CAF2
(229,202,242)
#E9D5F3
(233,213,243)
#EDE0F4
(237,224,244)
#F1EBF5
(241,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C97DEB color. Also use rgb(201,125,235) instead hex code.

Text Font Color

.myTextColor { color: #C97DEB; }

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

This text font color is #C97DEB.

Background Color

.myBgColor { background-color: #C97DEB; }

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

This div background color is #C97DEB.

Border color

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

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

This div border color is #C97DEB.

Opacity

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

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

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

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

This text has shadow with #C97DEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C97DEB.

Preview

Color preview on black background

This text has color #C97DEB on black background.


Color preview on white background

This text has color #C97DEB on white background.


Black color preview on #C97DEB background

This text has black color on #C97DEB background.


White color preview on #C97DEB background

This text has white color on #C97DEB background.


Related colors

Complementary color

Complementary color for #hex is #368214.


I love getcolorcode.com

Triadic colors

1 #EBC97D and #7DEBC9 with #C97DEB are triadic colors.

2 #EB7DC9 and #7DC9EB with #C97DEB are triadic colors.