COLOR #C959ED

HEX: #C959ED
RGB: (201,89,237)

Color info

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

RGB color model

#C959ED color RGB value is (201,89,237).

  • red value is 201;
  • green value is 89;
  • blue value is 237.
RGB:
(201,89,237)
(79%,35%,93%)

RGB channels and saturation

R 201 of 255 = 79%
G 89 of 255 = 35%
B 237 of 255 = 93%

201
89
237

R + G + B ~ 69%. #C959ED is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 89 + 237 = 527 (100%)
R 201 of 527 ~ 38.14%
G 89 of 527 ~ 16.89%
B 237 of 527 ~ 44.97%

%38.14
%16.89
%44.97

CMYK color model

#C959ED color CMYK value is (15,62,0,7).

  • cyan value is 15.19%
  • magenta value is 62.45%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(15,62,0,7)
C15M62Y0K7 
(15%,62%,0%,7%)
(0.15/0.62/0.00/0.07)	

CMYK percentages

%15.19
%62.45
%0
%7.06

Codes

Color #C959ED in popluar color models

C959ED
RGB20189237
HSL285°80.43%63.92%
HSB/HSV285°62.45%92.94%
CMYK15.19%62.45%0.00%
7.06%

Color #C959ED in popluar number systems.

HEXC959ED
Decimal20189237
Binary11001001101100111101101
Octal311131355

Shades and tints

Shades of #C959ED

#C959ED
(201,89,237)
#B751D8
(183,81,216)
#A549C3
(165,73,195)
#9341AE
(147,65,174)
#813999
(129,57,153)
#6F3184
(111,49,132)
#5D296F
(93,41,111)
#4B215A
(75,33,90)
#391945
(57,25,69)
#271130
(39,17,48)
#15091B
(21,9,27)
#000000
(0,0,0)

Tints of #C959ED

#C959ED
(201,89,237)
#CD68EE
(205,104,238)
#D177EF
(209,119,239)
#D586F0
(213,134,240)
#D995F1
(217,149,241)
#DDA4F2
(221,164,242)
#E1B3F3
(225,179,243)
#E5C2F4
(229,194,244)
#E9D1F5
(233,209,245)
#EDE0F6
(237,224,246)
#F1EFF7
(241,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C959ED color. Also use rgb(201,89,237) instead hex code.

Text Font Color

.myTextColor { color: #C959ED; }

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

This text font color is #C959ED.


Background Color

.myBgColor { background-color: #C959ED; }

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

This div background color is #C959ED.


Border color

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

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

This div border color is #C959ED.


Opacity

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

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

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

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

This text has shadow with #C959ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C959ED on black background.


Color preview on white background

This text has color #C959ED on white background.



Black color preview on #C959ED background

This text has black color on #C959ED background.


White color preview on #C959ED background

This text has white color on #C959ED background.