COLOR #C640CC

HEX: #C640CC
RGB: (198,64,204)

Color info

#C640CC contains mainly red and blue colors. Web safe color of #C640CC is #CC33CC (or #C3C).

RGB color model

#C640CC color RGB value is (198,64,204).

  • red value is 198;
  • green value is 64;
  • blue value is 204.
RGB:
(198,64,204)
(78%,25%,80%)

RGB channels and saturation

R 198 of 255 = 78%
G 64 of 255 = 25%
B 204 of 255 = 80%

198
64
204

R + G + B ~ 61%. #C640CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 64 + 204 = 466 (100%)
R 198 of 466 ~ 42.49%
G 64 of 466 ~ 13.73%
B 204 of 466 ~ 43.78%

%42.49
%13.73
%43.78

CMYK color model

#C640CC color CMYK value is (3,69,0,20).

  • cyan value is 2.94%
  • magenta value is 68.63%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(3,69,0,20)
C3M69Y0K20 
(3%,69%,0%,20%)
(0.03/0.69/0.00/0.20)	

CMYK percentages

%2.94
%68.63
%0
%20

Codes

Color #C640CC in popluar color models

C640CC
RGB19864204
HSL297°57.85%52.55%
HSB/HSV297°68.63%80.00%
CMYK2.94%68.63%0.00%
20.00%

Color #C640CC in popluar number systems.

HEXC640CC
Decimal19864204
Binary11000110100000011001100
Octal306100314

Shades and tints

Shades of #C640CC

#C640CC
(198,64,204)
#B43BBA
(180,59,186)
#A236A8
(162,54,168)
#903196
(144,49,150)
#7E2C84
(126,44,132)
#6C2772
(108,39,114)
#5A2260
(90,34,96)
#481D4E
(72,29,78)
#36183C
(54,24,60)
#24132A
(36,19,42)
#120E18
(18,14,24)
#000000
(0,0,0)

Tints of #C640CC

#C640CC
(198,64,204)
#CB51D0
(203,81,208)
#D062D4
(208,98,212)
#D573D8
(213,115,216)
#DA84DC
(218,132,220)
#DF95E0
(223,149,224)
#E4A6E4
(228,166,228)
#E9B7E8
(233,183,232)
#EEC8EC
(238,200,236)
#F3D9F0
(243,217,240)
#F8EAF4
(248,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C640CC color. Also use rgb(198,64,204) instead hex code.

Text Font Color

.myTextColor { color: #C640CC; }

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

This text font color is #C640CC.


Background Color

.myBgColor { background-color: #C640CC; }

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

This div background color is #C640CC.


Border color

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

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

This div border color is #C640CC.


Opacity

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

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

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

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

This text has shadow with #C640CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C640CC on black background.


Color preview on white background

This text has color #C640CC on white background.



Black color preview on #C640CC background

This text has black color on #C640CC background.


White color preview on #C640CC background

This text has white color on #C640CC background.