COLOR #C564B7

HEX: #C564B7
RGB: (197,100,183)

Color info

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

RGB color model

#C564B7 color RGB value is (197,100,183).

  • red value is 197;
  • green value is 100;
  • blue value is 183.
RGB:
(197,100,183)
(77%,39%,72%)

RGB channels and saturation

R 197 of 255 = 77%
G 100 of 255 = 39%
B 183 of 255 = 72%

197
100
183

R + G + B ~ 63%. #C564B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 100 + 183 = 480 (100%)
R 197 of 480 ~ 41.04%
G 100 of 480 ~ 20.83%
B 183 of 480 ~ 38.13%

%41.04
%20.83
%38.13

CMYK color model

#C564B7 color CMYK value is (0,49,7,23).

  • cyan value is 0.00%
  • magenta value is 49.24%
  • yellow value is 7.11%
  • key color value is 22.75%
CMYK:
(0,49,7,23)
C0M49Y7K23 
(0%,49%,7%,23%)
(0.00/0.49/0.07/0.23)	

CMYK percentages

%0
%49.24
%7.11
%22.75

Codes

Color #C564B7 in popluar color models

C564B7
RGB197100183
HSL309°45.54%58.24%
HSB/HSV309°49.24%77.25%
CMYK0.00%49.24%7.11%
22.75%

Color #C564B7 in popluar number systems.

HEXC564B7
Decimal197100183
Binary11000101110010010110111
Octal305144267

Shades and tints

Shades of #C564B7

#C564B7
(197,100,183)
#B45BA7
(180,91,167)
#A35297
(163,82,151)
#924987
(146,73,135)
#814077
(129,64,119)
#703767
(112,55,103)
#5F2E57
(95,46,87)
#4E2547
(78,37,71)
#3D1C37
(61,28,55)
#2C1327
(44,19,39)
#1B0A17
(27,10,23)
#000000
(0,0,0)

Tints of #C564B7

#C564B7
(197,100,183)
#CA72BD
(202,114,189)
#CF80C3
(207,128,195)
#D48EC9
(212,142,201)
#D99CCF
(217,156,207)
#DEAAD5
(222,170,213)
#E3B8DB
(227,184,219)
#E8C6E1
(232,198,225)
#EDD4E7
(237,212,231)
#F2E2ED
(242,226,237)
#F7F0F3
(247,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C564B7 color. Also use rgb(197,100,183) instead hex code.

Text Font Color

.myTextColor { color: #C564B7; }

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

This text font color is #C564B7.


Background Color

.myBgColor { background-color: #C564B7; }

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

This div background color is #C564B7.


Border color

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

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

This div border color is #C564B7.


Opacity

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

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

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

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

This text has shadow with #C564B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C564B7 on black background.


Color preview on white background

This text has color #C564B7 on white background.



Black color preview on #C564B7 background

This text has black color on #C564B7 background.


White color preview on #C564B7 background

This text has white color on #C564B7 background.