COLOR #C56EE3

HEX: #C56EE3
RGB: (197,110,227)

Color info

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

RGB color model

#C56EE3 color RGB value is (197,110,227).

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

RGB channels and saturation

R 197 of 255 = 77%
G 110 of 255 = 43%
B 227 of 255 = 89%

197
110
227

R + G + B ~ 70%. #C56EE3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 110 + 227 = 534 (100%)
R 197 of 534 ~ 36.89%
G 110 of 534 ~ 20.6%
B 227 of 534 ~ 42.51%

%36.89
%20.6
%42.51

CMYK color model

#C56EE3 color CMYK value is (13,52,0,11).

  • cyan value is 13.22%
  • magenta value is 51.54%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(13,52,0,11)
C13M52Y0K11 
(13%,52%,0%,11%)
(0.13/0.52/0.00/0.11)	

CMYK percentages

%13.22
%51.54
%0
%10.98

Codes

Color #C56EE3 in popluar color models

C56EE3
RGB197110227
HSL285°67.63%66.08%
HSB/HSV285°51.54%89.02%
CMYK13.22%51.54%0.00%
10.98%

Color #C56EE3 in popluar number systems.

HEXC56EE3
Decimal197110227
Binary11000101110111011100011
Octal305156343

Shades and tints

Shades of #C56EE3

#C56EE3
(197,110,227)
#B464CF
(180,100,207)
#A35ABB
(163,90,187)
#9250A7
(146,80,167)
#814693
(129,70,147)
#703C7F
(112,60,127)
#5F326B
(95,50,107)
#4E2857
(78,40,87)
#3D1E43
(61,30,67)
#2C142F
(44,20,47)
#1B0A1B
(27,10,27)
#000000
(0,0,0)

Tints of #C56EE3

#C56EE3
(197,110,227)
#CA7BE5
(202,123,229)
#CF88E7
(207,136,231)
#D495E9
(212,149,233)
#D9A2EB
(217,162,235)
#DEAFED
(222,175,237)
#E3BCEF
(227,188,239)
#E8C9F1
(232,201,241)
#EDD6F3
(237,214,243)
#F2E3F5
(242,227,245)
#F7F0F7
(247,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C56EE3; }

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

This text font color is #C56EE3.


Background Color

.myBgColor { background-color: #C56EE3; }

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

This div background color is #C56EE3.


Border color

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

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

This div border color is #C56EE3.


Opacity

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

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

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

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

This text has shadow with #C56EE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C56EE3 on black background.


Color preview on white background

This text has color #C56EE3 on white background.



Black color preview on #C56EE3 background

This text has black color on #C56EE3 background.


White color preview on #C56EE3 background

This text has white color on #C56EE3 background.