COLOR #C957E9

HEX: #C957E9
RGB: (201,87,233)

Color info

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

RGB color model

#C957E9 color RGB value is (201,87,233).

  • red value is 201;
  • green value is 87;
  • blue value is 233.
RGB:
(201,87,233)
(79%,34%,91%)

RGB channels and saturation

R 201 of 255 = 79%
G 87 of 255 = 34%
B 233 of 255 = 91%

201
87
233

R + G + B ~ 68%. #C957E9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 87 + 233 = 521 (100%)
R 201 of 521 ~ 38.58%
G 87 of 521 ~ 16.7%
B 233 of 521 ~ 44.72%

%38.58
%16.7
%44.72

CMYK color model

#C957E9 color CMYK value is (14,63,0,9).

  • cyan value is 13.73%
  • magenta value is 62.66%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(14,63,0,9)
C14M63Y0K9 
(14%,63%,0%,9%)
(0.14/0.63/0.00/0.09)	

CMYK percentages

%13.73
%62.66
%0
%8.63

Codes

Color #C957E9 in popluar color models

C957E9
RGB20187233
HSL287°76.84%62.75%
HSB/HSV287°62.66%91.37%
CMYK13.73%62.66%0.00%
8.63%

Color #C957E9 in popluar number systems.

HEXC957E9
Decimal20187233
Binary11001001101011111101001
Octal311127351

Shades and tints

Shades of #C957E9

#C957E9
(201,87,233)
#B750D4
(183,80,212)
#A549BF
(165,73,191)
#9342AA
(147,66,170)
#813B95
(129,59,149)
#6F3480
(111,52,128)
#5D2D6B
(93,45,107)
#4B2656
(75,38,86)
#391F41
(57,31,65)
#27182C
(39,24,44)
#151117
(21,17,23)
#000000
(0,0,0)

Tints of #C957E9

#C957E9
(201,87,233)
#CD66EB
(205,102,235)
#D175ED
(209,117,237)
#D584EF
(213,132,239)
#D993F1
(217,147,241)
#DDA2F3
(221,162,243)
#E1B1F5
(225,177,245)
#E5C0F7
(229,192,247)
#E9CFF9
(233,207,249)
#EDDEFB
(237,222,251)
#F1EDFD
(241,237,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C957E9 color. Also use rgb(201,87,233) instead hex code.

Text Font Color

.myTextColor { color: #C957E9; }

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

This text font color is #C957E9.


Background Color

.myBgColor { background-color: #C957E9; }

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

This div background color is #C957E9.


Border color

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

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

This div border color is #C957E9.


Opacity

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

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

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

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

This text has shadow with #C957E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C957E9 on black background.


Color preview on white background

This text has color #C957E9 on white background.



Black color preview on #C957E9 background

This text has black color on #C957E9 background.


White color preview on #C957E9 background

This text has white color on #C957E9 background.