COLOR #C95AFA

HEX: #C95AFA
RGB: (201,90,250)

Color info

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

RGB color model

#C95AFA color RGB value is (201,90,250).

  • red value is 201;
  • green value is 90;
  • blue value is 250.
RGB:
(201,90,250)
(79%,35%,98%)

RGB channels and saturation

R 201 of 255 = 79%
G 90 of 255 = 35%
B 250 of 255 = 98%

201
90
250

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

Portions of RGB colors in percentages

R + G + B =
201 + 90 + 250 = 541 (100%)
R 201 of 541 ~ 37.15%
G 90 of 541 ~ 16.64%
B 250 of 541 ~ 46.21%

%37.15
%16.64
%46.21

CMYK color model

#C95AFA color CMYK value is (20,64,0,2).

  • cyan value is 19.60%
  • magenta value is 64.00%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(20,64,0,2)
C20M64Y0K2 
(20%,64%,0%,2%)
(0.20/0.64/0.00/0.02)	

CMYK percentages

%19.6
%64
%0
%1.96

Codes

Color #C95AFA in popluar color models

C95AFA
RGB20190250
HSL282°94.12%66.67%
HSB/HSV282°64.00%98.04%
CMYK19.60%64.00%0.00%
1.96%

Color #C95AFA in popluar number systems.

HEXC95AFA
Decimal20190250
Binary11001001101101011111010
Octal311132372

Shades and tints

Shades of #C95AFA

#C95AFA
(201,90,250)
#B752E4
(183,82,228)
#A54ACE
(165,74,206)
#9342B8
(147,66,184)
#813AA2
(129,58,162)
#6F328C
(111,50,140)
#5D2A76
(93,42,118)
#4B2260
(75,34,96)
#391A4A
(57,26,74)
#271234
(39,18,52)
#150A1E
(21,10,30)
#000000
(0,0,0)

Tints of #C95AFA

#C95AFA
(201,90,250)
#CD69FA
(205,105,250)
#D178FA
(209,120,250)
#D587FA
(213,135,250)
#D996FA
(217,150,250)
#DDA5FA
(221,165,250)
#E1B4FA
(225,180,250)
#E5C3FA
(229,195,250)
#E9D2FA
(233,210,250)
#EDE1FA
(237,225,250)
#F1F0FA
(241,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C95AFA color. Also use rgb(201,90,250) instead hex code.

Text Font Color

.myTextColor { color: #C95AFA; }

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

This text font color is #C95AFA.


Background Color

.myBgColor { background-color: #C95AFA; }

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

This div background color is #C95AFA.


Border color

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

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

This div border color is #C95AFA.


Opacity

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

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

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

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

This text has shadow with #C95AFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C95AFA on black background.


Color preview on white background

This text has color #C95AFA on white background.



Black color preview on #C95AFA background

This text has black color on #C95AFA background.


White color preview on #C95AFA background

This text has white color on #C95AFA background.