COLOR #C364DF

HEX: #C364DF
RGB: (195,100,223)

Color info

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

RGB color model

#C364DF color RGB value is (195,100,223).

  • red value is 195;
  • green value is 100;
  • blue value is 223.
RGB:
(195,100,223)
(76%,39%,87%)

RGB channels and saturation

R 195 of 255 = 76%
G 100 of 255 = 39%
B 223 of 255 = 87%

195
100
223

R + G + B ~ 67%. #C364DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 100 + 223 = 518 (100%)
R 195 of 518 ~ 37.64%
G 100 of 518 ~ 19.31%
B 223 of 518 ~ 43.05%

%37.64
%19.31
%43.05

CMYK color model

#C364DF color CMYK value is (13,55,0,13).

  • cyan value is 12.56%
  • magenta value is 55.16%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(13,55,0,13)
C13M55Y0K13 
(13%,55%,0%,13%)
(0.13/0.55/0.00/0.13)	

CMYK percentages

%12.56
%55.16
%0
%12.55

Codes

Color #C364DF in popluar color models

C364DF
RGB195100223
HSL286°65.78%63.33%
HSB/HSV286°55.16%87.45%
CMYK12.56%55.16%0.00%
12.55%

Color #C364DF in popluar number systems.

HEXC364DF
Decimal195100223
Binary11000011110010011011111
Octal303144337

Shades and tints

Shades of #C364DF

#C364DF
(195,100,223)
#B25BCB
(178,91,203)
#A152B7
(161,82,183)
#9049A3
(144,73,163)
#7F408F
(127,64,143)
#6E377B
(110,55,123)
#5D2E67
(93,46,103)
#4C2553
(76,37,83)
#3B1C3F
(59,28,63)
#2A132B
(42,19,43)
#190A17
(25,10,23)
#000000
(0,0,0)

Tints of #C364DF

#C364DF
(195,100,223)
#C872E1
(200,114,225)
#CD80E3
(205,128,227)
#D28EE5
(210,142,229)
#D79CE7
(215,156,231)
#DCAAE9
(220,170,233)
#E1B8EB
(225,184,235)
#E6C6ED
(230,198,237)
#EBD4EF
(235,212,239)
#F0E2F1
(240,226,241)
#F5F0F3
(245,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C364DF; }

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

This text font color is #C364DF.


Background Color

.myBgColor { background-color: #C364DF; }

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

This div background color is #C364DF.


Border color

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

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

This div border color is #C364DF.


Opacity

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

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

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

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

This text has shadow with #C364DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C364DF on black background.


Color preview on white background

This text has color #C364DF on white background.



Black color preview on #C364DF background

This text has black color on #C364DF background.


White color preview on #C364DF background

This text has white color on #C364DF background.