COLOR #C364FD

HEX: #C364FD RGB: (195,100,253)

Color info

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

RGB color model

#C364FD color RGB value is (195,100,253).

RGB: (195,100,253) (76%, 39%, 99%)

RGB channels and saturation

R 195 of 255 = 76%
G 100 of 255 = 39%
B 253 of 255 = 99%

195
100
253

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

Portions of RGB colors in percentages

R + G + B = 195 + 100 + 253 = 548 (100%)
R 195 of 548 ~ 35.58%
G 100 of 548 ~ 18.25%
B 253 of 548 ~ 46.17'%

%35.58
%18.25
%46.17

CMYK color model

#C364FD color CMYK value is (23,60,0,1).

  • cyan value is 22.92%
  • magenta value is 60.47%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK: (23,60,0,1) C23M60Y0K1 (23%,60%,0%,1%) (0.23/0.60/0.00/0.01) 

CMYK percentages

%22.92
%60.47
%0
%0.78

Codes

Color #C364FD in popluar color models

C3 64 FD
RGB 195 100 253
HSL 277° 97.45% 69.22%
HSB/HSV 277° 60.47% 99.22%
CMYK 22.92% 60.47% 0.00%
0.78%

Color #C364FD in popluar number systems.

HEX C3 64 FD
Decimal 195 100 253
Binary 11000011 1100100 11111101
Octal 303 144 375

Shades and tints

Shades of #C364FD

#C364FD
(195,100,253)
#B25BE6
(178,91,230)
#A152CF
(161,82,207)
#9049B8
(144,73,184)
#7F40A1
(127,64,161)
#6E378A
(110,55,138)
#5D2E73
(93,46,115)
#4C255C
(76,37,92)
#3B1C45
(59,28,69)
#2A132E
(42,19,46)
#190A17
(25,10,23)
#000000
(0,0,0)

Tints of #C364FD

#C364FD
(195,100,253)
#C872FD
(200,114,253)
#CD80FD
(205,128,253)
#D28EFD
(210,142,253)
#D79CFD
(215,156,253)
#DCAAFD
(220,170,253)
#E1B8FD
(225,184,253)
#E6C6FD
(230,198,253)
#EBD4FD
(235,212,253)
#F0E2FD
(240,226,253)
#F5F0FD
(245,240,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C364FD color. Also use rgb(195,100,253) instead hex code.

Text Font Color

.myTextColor { color: #C364FD; }

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

This text font color is #C364FD.

Background Color

.myBgColor { background-color: #C364FD; }

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

This div background color is #C364FD.

Border color

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

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

This div border color is #C364FD.

Opacity

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

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

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

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

This text has shadow with #C364FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C364FD.

Preview

Color preview on black background

This text has color #C364FD on black background.


Color preview on white background

This text has color #C364FD on white background.


Black color preview on #C364FD background

This text has black color on #C364FD background.


White color preview on #C364FD background

This text has white color on #C364FD background.


Related colors

Complementary color

Complementary color for #hex is #3C9B02.


I love getcolorcode.com

Triadic colors

1 #FDC364 and #64FDC3 with #C364FD are triadic colors.

2 #FD64C3 and #64C3FD with #C364FD are triadic colors.