COLOR #C363BA

HEX: #C363BA
RGB: (195,99,186)

Color info

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

RGB color model

#C363BA color RGB value is (195,99,186).

  • red value is 195;
  • green value is 99;
  • blue value is 186.
RGB:
(195,99,186)
(76%,39%,73%)

RGB channels and saturation

R 195 of 255 = 76%
G 99 of 255 = 39%
B 186 of 255 = 73%

195
99
186

R + G + B ~ 63%. #C363BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 99 + 186 = 480 (100%)
R 195 of 480 ~ 40.63%
G 99 of 480 ~ 20.63%
B 186 of 480 ~ 38.75%

%40.63
%20.63
%38.75

CMYK color model

#C363BA color CMYK value is (0,49,5,24).

  • cyan value is 0.00%
  • magenta value is 49.23%
  • yellow value is 4.62%
  • key color value is 23.53%
CMYK:
(0,49,5,24)
C0M49Y5K24 
(0%,49%,5%,24%)
(0.00/0.49/0.05/0.24)	

CMYK percentages

%0
%49.23
%4.62
%23.53

Codes

Color #C363BA in popluar color models

C363BA
RGB19599186
HSL306°44.44%57.65%
HSB/HSV306°49.23%76.47%
CMYK0.00%49.23%4.62%
23.53%

Color #C363BA in popluar number systems.

HEXC363BA
Decimal19599186
Binary11000011110001110111010
Octal303143272

Shades and tints

Shades of #C363BA

#C363BA
(195,99,186)
#B25AAA
(178,90,170)
#A1519A
(161,81,154)
#90488A
(144,72,138)
#7F3F7A
(127,63,122)
#6E366A
(110,54,106)
#5D2D5A
(93,45,90)
#4C244A
(76,36,74)
#3B1B3A
(59,27,58)
#2A122A
(42,18,42)
#19091A
(25,9,26)
#000000
(0,0,0)

Tints of #C363BA

#C363BA
(195,99,186)
#C871C0
(200,113,192)
#CD7FC6
(205,127,198)
#D28DCC
(210,141,204)
#D79BD2
(215,155,210)
#DCA9D8
(220,169,216)
#E1B7DE
(225,183,222)
#E6C5E4
(230,197,228)
#EBD3EA
(235,211,234)
#F0E1F0
(240,225,240)
#F5EFF6
(245,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C363BA color. Also use rgb(195,99,186) instead hex code.

Text Font Color

.myTextColor { color: #C363BA; }

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

This text font color is #C363BA.


Background Color

.myBgColor { background-color: #C363BA; }

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

This div background color is #C363BA.


Border color

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

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

This div border color is #C363BA.


Opacity

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

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

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

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

This text has shadow with #C363BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C363BA on black background.


Color preview on white background

This text has color #C363BA on white background.



Black color preview on #C363BA background

This text has black color on #C363BA background.


White color preview on #C363BA background

This text has white color on #C363BA background.