COLOR #C369F5

HEX: #C369F5
RGB: (195,105,245)

Color info

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

RGB color model

#C369F5 color RGB value is (195,105,245).

  • red value is 195;
  • green value is 105;
  • blue value is 245.
RGB:
(195,105,245)
(76%,41%,96%)

RGB channels and saturation

R 195 of 255 = 76%
G 105 of 255 = 41%
B 245 of 255 = 96%

195
105
245

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

Portions of RGB colors in percentages

R + G + B =
195 + 105 + 245 = 545 (100%)
R 195 of 545 ~ 35.78%
G 105 of 545 ~ 19.27%
B 245 of 545 ~ 44.95%

%35.78
%19.27
%44.95

CMYK color model

#C369F5 color CMYK value is (20,57,0,4).

  • cyan value is 20.41%
  • magenta value is 57.14%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(20,57,0,4)
C20M57Y0K4 
(20%,57%,0%,4%)
(0.20/0.57/0.00/0.04)	

CMYK percentages

%20.41
%57.14
%0
%3.92

Codes

Color #C369F5 in popluar color models

C369F5
RGB195105245
HSL279°87.50%68.63%
HSB/HSV279°57.14%96.08%
CMYK20.41%57.14%0.00%
3.92%

Color #C369F5 in popluar number systems.

HEXC369F5
Decimal195105245
Binary11000011110100111110101
Octal303151365

Shades and tints

Shades of #C369F5

#C369F5
(195,105,245)
#B260DF
(178,96,223)
#A157C9
(161,87,201)
#904EB3
(144,78,179)
#7F459D
(127,69,157)
#6E3C87
(110,60,135)
#5D3371
(93,51,113)
#4C2A5B
(76,42,91)
#3B2145
(59,33,69)
#2A182F
(42,24,47)
#190F19
(25,15,25)
#000000
(0,0,0)

Tints of #C369F5

#C369F5
(195,105,245)
#C876F5
(200,118,245)
#CD83F5
(205,131,245)
#D290F5
(210,144,245)
#D79DF5
(215,157,245)
#DCAAF5
(220,170,245)
#E1B7F5
(225,183,245)
#E6C4F5
(230,196,245)
#EBD1F5
(235,209,245)
#F0DEF5
(240,222,245)
#F5EBF5
(245,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C369F5 color. Also use rgb(195,105,245) instead hex code.

Text Font Color

.myTextColor { color: #C369F5; }

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

This text font color is #C369F5.


Background Color

.myBgColor { background-color: #C369F5; }

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

This div background color is #C369F5.


Border color

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

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

This div border color is #C369F5.


Opacity

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

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

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

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

This text has shadow with #C369F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C369F5 on black background.


Color preview on white background

This text has color #C369F5 on white background.



Black color preview on #C369F5 background

This text has black color on #C369F5 background.


White color preview on #C369F5 background

This text has white color on #C369F5 background.