COLOR #C363CF

HEX: #C363CF
RGB: (195,99,207)

Color info

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

RGB color model

#C363CF color RGB value is (195,99,207).

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

RGB channels and saturation

R 195 of 255 = 76%
G 99 of 255 = 39%
B 207 of 255 = 81%

195
99
207

R + G + B ~ 65%. #C363CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 99 + 207 = 501 (100%)
R 195 of 501 ~ 38.92%
G 99 of 501 ~ 19.76%
B 207 of 501 ~ 41.32%

%38.92
%19.76
%41.32

CMYK color model

#C363CF color CMYK value is (6,52,0,19).

  • cyan value is 5.80%
  • magenta value is 52.17%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(6,52,0,19)
C6M52Y0K19 
(6%,52%,0%,19%)
(0.06/0.52/0.00/0.19)	

CMYK percentages

%5.8
%52.17
%0
%18.82

Codes

Color #C363CF in popluar color models

C363CF
RGB19599207
HSL293°52.94%60.00%
HSB/HSV293°52.17%81.18%
CMYK5.80%52.17%0.00%
18.82%

Color #C363CF in popluar number systems.

HEXC363CF
Decimal19599207
Binary11000011110001111001111
Octal303143317

Shades and tints

Shades of #C363CF

#C363CF
(195,99,207)
#B25ABD
(178,90,189)
#A151AB
(161,81,171)
#904899
(144,72,153)
#7F3F87
(127,63,135)
#6E3675
(110,54,117)
#5D2D63
(93,45,99)
#4C2451
(76,36,81)
#3B1B3F
(59,27,63)
#2A122D
(42,18,45)
#19091B
(25,9,27)
#000000
(0,0,0)

Tints of #C363CF

#C363CF
(195,99,207)
#C871D3
(200,113,211)
#CD7FD7
(205,127,215)
#D28DDB
(210,141,219)
#D79BDF
(215,155,223)
#DCA9E3
(220,169,227)
#E1B7E7
(225,183,231)
#E6C5EB
(230,197,235)
#EBD3EF
(235,211,239)
#F0E1F3
(240,225,243)
#F5EFF7
(245,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C363CF; }

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

This text font color is #C363CF.


Background Color

.myBgColor { background-color: #C363CF; }

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

This div background color is #C363CF.


Border color

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

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

This div border color is #C363CF.


Opacity

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

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

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

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

This text has shadow with #C363CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C363CF on black background.


Color preview on white background

This text has color #C363CF on white background.



Black color preview on #C363CF background

This text has black color on #C363CF background.


White color preview on #C363CF background

This text has white color on #C363CF background.