COLOR #C56EB3

HEX: #C56EB3
RGB: (197,110,179)

Color info

#C56EB3 contains mainly red and blue colors. Web safe color of #C56EB3 is #CC6699 (or #C69).

RGB color model

#C56EB3 color RGB value is (197,110,179).

  • red value is 197;
  • green value is 110;
  • blue value is 179.
RGB:
(197,110,179)
(77%,43%,70%)

RGB channels and saturation

R 197 of 255 = 77%
G 110 of 255 = 43%
B 179 of 255 = 70%

197
110
179

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

Portions of RGB colors in percentages

R + G + B =
197 + 110 + 179 = 486 (100%)
R 197 of 486 ~ 40.53%
G 110 of 486 ~ 22.63%
B 179 of 486 ~ 36.83%

%40.53
%22.63
%36.83

CMYK color model

#C56EB3 color CMYK value is (0,44,9,23).

  • cyan value is 0.00%
  • magenta value is 44.16%
  • yellow value is 9.14%
  • key color value is 22.75%
CMYK:
(0,44,9,23)
C0M44Y9K23 
(0%,44%,9%,23%)
(0.00/0.44/0.09/0.23)	

CMYK percentages

%0
%44.16
%9.14
%22.75

Codes

Color #C56EB3 in popluar color models

C56EB3
RGB197110179
HSL312°42.86%60.20%
HSB/HSV312°44.16%77.25%
CMYK0.00%44.16%9.14%
22.75%

Color #C56EB3 in popluar number systems.

HEXC56EB3
Decimal197110179
Binary11000101110111010110011
Octal305156263

Shades and tints

Shades of #C56EB3

#C56EB3
(197,110,179)
#B464A3
(180,100,163)
#A35A93
(163,90,147)
#925083
(146,80,131)
#814673
(129,70,115)
#703C63
(112,60,99)
#5F3253
(95,50,83)
#4E2843
(78,40,67)
#3D1E33
(61,30,51)
#2C1423
(44,20,35)
#1B0A13
(27,10,19)
#000000
(0,0,0)

Tints of #C56EB3

#C56EB3
(197,110,179)
#CA7BB9
(202,123,185)
#CF88BF
(207,136,191)
#D495C5
(212,149,197)
#D9A2CB
(217,162,203)
#DEAFD1
(222,175,209)
#E3BCD7
(227,188,215)
#E8C9DD
(232,201,221)
#EDD6E3
(237,214,227)
#F2E3E9
(242,227,233)
#F7F0EF
(247,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C56EB3 color. Also use rgb(197,110,179) instead hex code.

Text Font Color

.myTextColor { color: #C56EB3; }

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

This text font color is #C56EB3.


Background Color

.myBgColor { background-color: #C56EB3; }

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

This div background color is #C56EB3.


Border color

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

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

This div border color is #C56EB3.


Opacity

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

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

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

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

This text has shadow with #C56EB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C56EB3 on black background.


Color preview on white background

This text has color #C56EB3 on white background.



Black color preview on #C56EB3 background

This text has black color on #C56EB3 background.


White color preview on #C56EB3 background

This text has white color on #C56EB3 background.