COLOR #C368F1

HEX: #C368F1
RGB: (195,104,241)

Color info

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

RGB color model

#C368F1 color RGB value is (195,104,241).

  • red value is 195;
  • green value is 104;
  • blue value is 241.
RGB:
(195,104,241)
(76%,41%,95%)

RGB channels and saturation

R 195 of 255 = 76%
G 104 of 255 = 41%
B 241 of 255 = 95%

195
104
241

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

Portions of RGB colors in percentages

R + G + B =
195 + 104 + 241 = 540 (100%)
R 195 of 540 ~ 36.11%
G 104 of 540 ~ 19.26%
B 241 of 540 ~ 44.63%

%36.11
%19.26
%44.63

CMYK color model

#C368F1 color CMYK value is (19,57,0,5).

  • cyan value is 19.09%
  • magenta value is 56.85%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(19,57,0,5)
C19M57Y0K5 
(19%,57%,0%,5%)
(0.19/0.57/0.00/0.05)	

CMYK percentages

%19.09
%56.85
%0
%5.49

Codes

Color #C368F1 in popluar color models

C368F1
RGB195104241
HSL280°83.03%67.65%
HSB/HSV280°56.85%94.51%
CMYK19.09%56.85%0.00%
5.49%

Color #C368F1 in popluar number systems.

HEXC368F1
Decimal195104241
Binary11000011110100011110001
Octal303150361

Shades and tints

Shades of #C368F1

#C368F1
(195,104,241)
#B25FDC
(178,95,220)
#A156C7
(161,86,199)
#904DB2
(144,77,178)
#7F449D
(127,68,157)
#6E3B88
(110,59,136)
#5D3273
(93,50,115)
#4C295E
(76,41,94)
#3B2049
(59,32,73)
#2A1734
(42,23,52)
#190E1F
(25,14,31)
#000000
(0,0,0)

Tints of #C368F1

#C368F1
(195,104,241)
#C875F2
(200,117,242)
#CD82F3
(205,130,243)
#D28FF4
(210,143,244)
#D79CF5
(215,156,245)
#DCA9F6
(220,169,246)
#E1B6F7
(225,182,247)
#E6C3F8
(230,195,248)
#EBD0F9
(235,208,249)
#F0DDFA
(240,221,250)
#F5EAFB
(245,234,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C368F1 color. Also use rgb(195,104,241) instead hex code.

Text Font Color

.myTextColor { color: #C368F1; }

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

This text font color is #C368F1.


Background Color

.myBgColor { background-color: #C368F1; }

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

This div background color is #C368F1.


Border color

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

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

This div border color is #C368F1.


Opacity

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

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

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

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

This text has shadow with #C368F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C368F1 on black background.


Color preview on white background

This text has color #C368F1 on white background.



Black color preview on #C368F1 background

This text has black color on #C368F1 background.


White color preview on #C368F1 background

This text has white color on #C368F1 background.