COLOR #C587C1

HEX: #C587C1
RGB: (197,135,193)

Color info

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

RGB color model

#C587C1 color RGB value is (197,135,193).

  • red value is 197;
  • green value is 135;
  • blue value is 193.
RGB:
(197,135,193)
(77%,53%,76%)

RGB channels and saturation

R 197 of 255 = 77%
G 135 of 255 = 53%
B 193 of 255 = 76%

197
135
193

R + G + B ~ 69%. #C587C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 135 + 193 = 525 (100%)
R 197 of 525 ~ 37.52%
G 135 of 525 ~ 25.71%
B 193 of 525 ~ 36.76%

%37.52
%25.71
%36.76

CMYK color model

#C587C1 color CMYK value is (0,31,2,23).

  • cyan value is 0.00%
  • magenta value is 31.47%
  • yellow value is 2.03%
  • key color value is 22.75%
CMYK:
(0,31,2,23)
C0M31Y2K23 
(0%,31%,2%,23%)
(0.00/0.31/0.02/0.23)	

CMYK percentages

%0
%31.47
%2.03
%22.75

Codes

Color #C587C1 in popluar color models

C587C1
RGB197135193
HSL304°34.83%65.10%
HSB/HSV304°31.47%77.25%
CMYK0.00%31.47%2.03%
22.75%

Color #C587C1 in popluar number systems.

HEXC587C1
Decimal197135193
Binary110001011000011111000001
Octal305207301

Shades and tints

Shades of #C587C1

#C587C1
(197,135,193)
#B47BB0
(180,123,176)
#A36F9F
(163,111,159)
#92638E
(146,99,142)
#81577D
(129,87,125)
#704B6C
(112,75,108)
#5F3F5B
(95,63,91)
#4E334A
(78,51,74)
#3D2739
(61,39,57)
#2C1B28
(44,27,40)
#1B0F17
(27,15,23)
#000000
(0,0,0)

Tints of #C587C1

#C587C1
(197,135,193)
#CA91C6
(202,145,198)
#CF9BCB
(207,155,203)
#D4A5D0
(212,165,208)
#D9AFD5
(217,175,213)
#DEB9DA
(222,185,218)
#E3C3DF
(227,195,223)
#E8CDE4
(232,205,228)
#EDD7E9
(237,215,233)
#F2E1EE
(242,225,238)
#F7EBF3
(247,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C587C1 color. Also use rgb(197,135,193) instead hex code.

Text Font Color

.myTextColor { color: #C587C1; }

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

This text font color is #C587C1.


Background Color

.myBgColor { background-color: #C587C1; }

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

This div background color is #C587C1.


Border color

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

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

This div border color is #C587C1.


Opacity

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

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

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

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

This text has shadow with #C587C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C587C1 on black background.


Color preview on white background

This text has color #C587C1 on white background.



Black color preview on #C587C1 background

This text has black color on #C587C1 background.


White color preview on #C587C1 background

This text has white color on #C587C1 background.