COLOR #C577DE

HEX: #C577DE
RGB: (197,119,222)

Color info

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

RGB color model

#C577DE color RGB value is (197,119,222).

  • red value is 197;
  • green value is 119;
  • blue value is 222.
RGB:
(197,119,222)
(77%,47%,87%)

RGB channels and saturation

R 197 of 255 = 77%
G 119 of 255 = 47%
B 222 of 255 = 87%

197
119
222

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

Portions of RGB colors in percentages

R + G + B =
197 + 119 + 222 = 538 (100%)
R 197 of 538 ~ 36.62%
G 119 of 538 ~ 22.12%
B 222 of 538 ~ 41.26%

%36.62
%22.12
%41.26

CMYK color model

#C577DE color CMYK value is (11,46,0,13).

  • cyan value is 11.26%
  • magenta value is 46.40%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(11,46,0,13)
C11M46Y0K13 
(11%,46%,0%,13%)
(0.11/0.46/0.00/0.13)	

CMYK percentages

%11.26
%46.4
%0
%12.94

Codes

Color #C577DE in popluar color models

C577DE
RGB197119222
HSL285°60.95%66.86%
HSB/HSV285°46.40%87.06%
CMYK11.26%46.40%0.00%
12.94%

Color #C577DE in popluar number systems.

HEXC577DE
Decimal197119222
Binary11000101111011111011110
Octal305167336

Shades and tints

Shades of #C577DE

#C577DE
(197,119,222)
#B46DCA
(180,109,202)
#A363B6
(163,99,182)
#9259A2
(146,89,162)
#814F8E
(129,79,142)
#70457A
(112,69,122)
#5F3B66
(95,59,102)
#4E3152
(78,49,82)
#3D273E
(61,39,62)
#2C1D2A
(44,29,42)
#1B1316
(27,19,22)
#000000
(0,0,0)

Tints of #C577DE

#C577DE
(197,119,222)
#CA83E1
(202,131,225)
#CF8FE4
(207,143,228)
#D49BE7
(212,155,231)
#D9A7EA
(217,167,234)
#DEB3ED
(222,179,237)
#E3BFF0
(227,191,240)
#E8CBF3
(232,203,243)
#EDD7F6
(237,215,246)
#F2E3F9
(242,227,249)
#F7EFFC
(247,239,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C577DE color. Also use rgb(197,119,222) instead hex code.

Text Font Color

.myTextColor { color: #C577DE; }

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

This text font color is #C577DE.


Background Color

.myBgColor { background-color: #C577DE; }

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

This div background color is #C577DE.


Border color

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

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

This div border color is #C577DE.


Opacity

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

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

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

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

This text has shadow with #C577DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C577DE on black background.


Color preview on white background

This text has color #C577DE on white background.



Black color preview on #C577DE background

This text has black color on #C577DE background.


White color preview on #C577DE background

This text has white color on #C577DE background.