COLOR #C064D7

HEX: #C064D7
RGB: (192,100,215)

Color info

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

RGB color model

#C064D7 color RGB value is (192,100,215).

  • red value is 192;
  • green value is 100;
  • blue value is 215.
RGB:
(192,100,215)
(75%,39%,84%)

RGB channels and saturation

R 192 of 255 = 75%
G 100 of 255 = 39%
B 215 of 255 = 84%

192
100
215

R + G + B ~ 66%. #C064D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 100 + 215 = 507 (100%)
R 192 of 507 ~ 37.87%
G 100 of 507 ~ 19.72%
B 215 of 507 ~ 42.41%

%37.87
%19.72
%42.41

CMYK color model

#C064D7 color CMYK value is (11,53,0,16).

  • cyan value is 10.70%
  • magenta value is 53.49%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(11,53,0,16)
C11M53Y0K16 
(11%,53%,0%,16%)
(0.11/0.53/0.00/0.16)	

CMYK percentages

%10.7
%53.49
%0
%15.69

Codes

Color #C064D7 in popluar color models

C064D7
RGB192100215
HSL288°58.97%61.76%
HSB/HSV288°53.49%84.31%
CMYK10.70%53.49%0.00%
15.69%

Color #C064D7 in popluar number systems.

HEXC064D7
Decimal192100215
Binary11000000110010011010111
Octal300144327

Shades and tints

Shades of #C064D7

#C064D7
(192,100,215)
#AF5BC4
(175,91,196)
#9E52B1
(158,82,177)
#8D499E
(141,73,158)
#7C408B
(124,64,139)
#6B3778
(107,55,120)
#5A2E65
(90,46,101)
#492552
(73,37,82)
#381C3F
(56,28,63)
#27132C
(39,19,44)
#160A19
(22,10,25)
#000000
(0,0,0)

Tints of #C064D7

#C064D7
(192,100,215)
#C572DA
(197,114,218)
#CA80DD
(202,128,221)
#CF8EE0
(207,142,224)
#D49CE3
(212,156,227)
#D9AAE6
(217,170,230)
#DEB8E9
(222,184,233)
#E3C6EC
(227,198,236)
#E8D4EF
(232,212,239)
#EDE2F2
(237,226,242)
#F2F0F5
(242,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C064D7 color. Also use rgb(192,100,215) instead hex code.

Text Font Color

.myTextColor { color: #C064D7; }

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

This text font color is #C064D7.


Background Color

.myBgColor { background-color: #C064D7; }

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

This div background color is #C064D7.


Border color

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

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

This div border color is #C064D7.


Opacity

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

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

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

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

This text has shadow with #C064D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C064D7 on black background.


Color preview on white background

This text has color #C064D7 on white background.



Black color preview on #C064D7 background

This text has black color on #C064D7 background.


White color preview on #C064D7 background

This text has white color on #C064D7 background.