COLOR #C975E2

HEX: #C975E2
RGB: (201,117,226)

Color info

#C975E2 contains mainly red and blue colors. Web safe color of #C975E2 is #CC66CC (or #C6C).

RGB color model

#C975E2 color RGB value is (201,117,226).

  • red value is 201;
  • green value is 117;
  • blue value is 226.
RGB:
(201,117,226)
(79%,46%,89%)

RGB channels and saturation

R 201 of 255 = 79%
G 117 of 255 = 46%
B 226 of 255 = 89%

201
117
226

R + G + B ~ 71%. #C975E2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 117 + 226 = 544 (100%)
R 201 of 544 ~ 36.95%
G 117 of 544 ~ 21.51%
B 226 of 544 ~ 41.54%

%36.95
%21.51
%41.54

CMYK color model

#C975E2 color CMYK value is (11,48,0,11).

  • cyan value is 11.06%
  • magenta value is 48.23%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(11,48,0,11)
C11M48Y0K11 
(11%,48%,0%,11%)
(0.11/0.48/0.00/0.11)	

CMYK percentages

%11.06
%48.23
%0
%11.37

Codes

Color #C975E2 in popluar color models

C975E2
RGB201117226
HSL286°65.27%67.25%
HSB/HSV286°48.23%88.63%
CMYK11.06%48.23%0.00%
11.37%

Color #C975E2 in popluar number systems.

HEXC975E2
Decimal201117226
Binary11001001111010111100010
Octal311165342

Shades and tints

Shades of #C975E2

#C975E2
(201,117,226)
#B76BCE
(183,107,206)
#A561BA
(165,97,186)
#9357A6
(147,87,166)
#814D92
(129,77,146)
#6F437E
(111,67,126)
#5D396A
(93,57,106)
#4B2F56
(75,47,86)
#392542
(57,37,66)
#271B2E
(39,27,46)
#15111A
(21,17,26)
#000000
(0,0,0)

Tints of #C975E2

#C975E2
(201,117,226)
#CD81E4
(205,129,228)
#D18DE6
(209,141,230)
#D599E8
(213,153,232)
#D9A5EA
(217,165,234)
#DDB1EC
(221,177,236)
#E1BDEE
(225,189,238)
#E5C9F0
(229,201,240)
#E9D5F2
(233,213,242)
#EDE1F4
(237,225,244)
#F1EDF6
(241,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C975E2 color. Also use rgb(201,117,226) instead hex code.

Text Font Color

.myTextColor { color: #C975E2; }

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

This text font color is #C975E2.


Background Color

.myBgColor { background-color: #C975E2; }

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

This div background color is #C975E2.


Border color

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

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

This div border color is #C975E2.


Opacity

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

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

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

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

This text has shadow with #C975E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C975E2 on black background.


Color preview on white background

This text has color #C975E2 on white background.



Black color preview on #C975E2 background

This text has black color on #C975E2 background.


White color preview on #C975E2 background

This text has white color on #C975E2 background.