COLOR #C95EE8

HEX: #C95EE8
RGB: (201,94,232)

Color info

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

RGB color model

#C95EE8 color RGB value is (201,94,232).

  • red value is 201;
  • green value is 94;
  • blue value is 232.
RGB:
(201,94,232)
(79%,37%,91%)

RGB channels and saturation

R 201 of 255 = 79%
G 94 of 255 = 37%
B 232 of 255 = 91%

201
94
232

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

Portions of RGB colors in percentages

R + G + B =
201 + 94 + 232 = 527 (100%)
R 201 of 527 ~ 38.14%
G 94 of 527 ~ 17.84%
B 232 of 527 ~ 44.02%

%38.14
%17.84
%44.02

CMYK color model

#C95EE8 color CMYK value is (13,59,0,9).

  • cyan value is 13.36%
  • magenta value is 59.48%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(13,59,0,9)
C13M59Y0K9 
(13%,59%,0%,9%)
(0.13/0.59/0.00/0.09)	

CMYK percentages

%13.36
%59.48
%0
%9.02

Codes

Color #C95EE8 in popluar color models

C95EE8
RGB20194232
HSL287°75.00%63.92%
HSB/HSV287°59.48%90.98%
CMYK13.36%59.48%0.00%
9.02%

Color #C95EE8 in popluar number systems.

HEXC95EE8
Decimal20194232
Binary11001001101111011101000
Octal311136350

Shades and tints

Shades of #C95EE8

#C95EE8
(201,94,232)
#B756D3
(183,86,211)
#A54EBE
(165,78,190)
#9346A9
(147,70,169)
#813E94
(129,62,148)
#6F367F
(111,54,127)
#5D2E6A
(93,46,106)
#4B2655
(75,38,85)
#391E40
(57,30,64)
#27162B
(39,22,43)
#150E16
(21,14,22)
#000000
(0,0,0)

Tints of #C95EE8

#C95EE8
(201,94,232)
#CD6CEA
(205,108,234)
#D17AEC
(209,122,236)
#D588EE
(213,136,238)
#D996F0
(217,150,240)
#DDA4F2
(221,164,242)
#E1B2F4
(225,178,244)
#E5C0F6
(229,192,246)
#E9CEF8
(233,206,248)
#EDDCFA
(237,220,250)
#F1EAFC
(241,234,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C95EE8 color. Also use rgb(201,94,232) instead hex code.

Text Font Color

.myTextColor { color: #C95EE8; }

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

This text font color is #C95EE8.


Background Color

.myBgColor { background-color: #C95EE8; }

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

This div background color is #C95EE8.


Border color

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

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

This div border color is #C95EE8.


Opacity

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

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

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

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

This text has shadow with #C95EE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C95EE8 on black background.


Color preview on white background

This text has color #C95EE8 on white background.



Black color preview on #C95EE8 background

This text has black color on #C95EE8 background.


White color preview on #C95EE8 background

This text has white color on #C95EE8 background.