COLOR #C591CE

HEX: #C591CE
RGB: (197,145,206)

Color info

#C591CE contains mainly red and blue colors. Web safe color of #C591CE is #CC99CC (or #C9C).

RGB color model

#C591CE color RGB value is (197,145,206).

  • red value is 197;
  • green value is 145;
  • blue value is 206.
RGB:
(197,145,206)
(77%,57%,81%)

RGB channels and saturation

R 197 of 255 = 77%
G 145 of 255 = 57%
B 206 of 255 = 81%

197
145
206

R + G + B ~ 72%. #C591CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 145 + 206 = 548 (100%)
R 197 of 548 ~ 35.95%
G 145 of 548 ~ 26.46%
B 206 of 548 ~ 37.59%

%35.95
%26.46
%37.59

CMYK color model

#C591CE color CMYK value is (4,30,0,19).

  • cyan value is 4.37%
  • magenta value is 29.61%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(4,30,0,19)
C4M30Y0K19 
(4%,30%,0%,19%)
(0.04/0.30/0.00/0.19)	

CMYK percentages

%4.37
%29.61
%0
%19.22

Codes

Color #C591CE in popluar color models

C591CE
RGB197145206
HSL291°38.36%68.82%
HSB/HSV291°29.61%80.78%
CMYK4.37%29.61%0.00%
19.22%

Color #C591CE in popluar number systems.

HEXC591CE
Decimal197145206
Binary110001011001000111001110
Octal305221316

Shades and tints

Shades of #C591CE

#C591CE
(197,145,206)
#B484BC
(180,132,188)
#A377AA
(163,119,170)
#926A98
(146,106,152)
#815D86
(129,93,134)
#705074
(112,80,116)
#5F4362
(95,67,98)
#4E3650
(78,54,80)
#3D293E
(61,41,62)
#2C1C2C
(44,28,44)
#1B0F1A
(27,15,26)
#000000
(0,0,0)

Tints of #C591CE

#C591CE
(197,145,206)
#CA9BD2
(202,155,210)
#CFA5D6
(207,165,214)
#D4AFDA
(212,175,218)
#D9B9DE
(217,185,222)
#DEC3E2
(222,195,226)
#E3CDE6
(227,205,230)
#E8D7EA
(232,215,234)
#EDE1EE
(237,225,238)
#F2EBF2
(242,235,242)
#F7F5F6
(247,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C591CE color. Also use rgb(197,145,206) instead hex code.

Text Font Color

.myTextColor { color: #C591CE; }

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

This text font color is #C591CE.


Background Color

.myBgColor { background-color: #C591CE; }

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

This div background color is #C591CE.


Border color

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

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

This div border color is #C591CE.


Opacity

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

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

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

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

This text has shadow with #C591CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C591CE on black background.


Color preview on white background

This text has color #C591CE on white background.



Black color preview on #C591CE background

This text has black color on #C591CE background.


White color preview on #C591CE background

This text has white color on #C591CE background.