COLOR #C587FB

HEX: #C587FB RGB: (197,135,251)

Color info

#C587FB contains mainly red and blue colors. Web safe color of #C587FB is #CC99FF (or #C9F).

RGB color model

#C587FB color RGB value is (197,135,251).

RGB: (197,135,251) (77%, 53%, 98%)

RGB channels and saturation

R 197 of 255 = 77%
G 135 of 255 = 53%
B 251 of 255 = 98%

197
135
251

R + G + B ~ 76%. #C587FB is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 135 + 251 = 583 (100%)
R 197 of 583 ~ 33.79%
G 135 of 583 ~ 23.16%
B 251 of 583 ~ 43.05'%

%33.79
%23.16
%43.05

CMYK color model

#C587FB color CMYK value is (22,46,0,2).

  • cyan value is 21.51%
  • magenta value is 46.22%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (22,46,0,2)
C22M46Y0K2 (22%, 46%, 0%, 2%)
(0.22 / 0.46 / 0.00 / 0.02)

CMYK percentages

%21.51
%46.22
%0
%1.57

Codes

Color #C587FB in popluar color models

C5 87 FB
RGB 197 135 251
HSL 272° 93.55% 75.69%
HSB/HSV 272° 46.22% 98.43%
CMYK 21.51% 46.22% 0.00%
1.57%

Color #C587FB in popluar number systems.

HEX C5 87 FB
Decimal 197 135 251
Binary 11000101 10000111 11111011
Octal 305 207 373

Shades and tints

Shades of #C587FB

#C587FB
(197,135,251)
#B47BE5
(180,123,229)
#A36FCF
(163,111,207)
#9263B9
(146,99,185)
#8157A3
(129,87,163)
#704B8D
(112,75,141)
#5F3F77
(95,63,119)
#4E3361
(78,51,97)
#3D274B
(61,39,75)
#2C1B35
(44,27,53)
#1B0F1F
(27,15,31)
#000000
(0,0,0)

Tints of #C587FB

#C587FB
(197,135,251)
#CA91FB
(202,145,251)
#CF9BFB
(207,155,251)
#D4A5FB
(212,165,251)
#D9AFFB
(217,175,251)
#DEB9FB
(222,185,251)
#E3C3FB
(227,195,251)
#E8CDFB
(232,205,251)
#EDD7FB
(237,215,251)
#F2E1FB
(242,225,251)
#F7EBFB
(247,235,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C587FB; }

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

This text font color is #C587FB.

Background Color

.myBgColor { background-color: #C587FB; }

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

This div background color is #C587FB.

Border color

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

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

This div border color is #C587FB.

Opacity

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

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

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

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

This text has shadow with #C587FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C587FB.

Preview

Color preview on black background

This text has color #C587FB on black background.


Color preview on white background

This text has color #C587FB on white background.


Black color preview on #C587FB background

This text has black color on #C587FB background.


White color preview on #C587FB background

This text has white color on #C587FB background.


Related colors

Complementary color

Complementary color for #hex is #3A7804.


I love getcolorcode.com

Triadic colors

1 #FBC587 and #87FBC5 with #C587FB are triadic colors.

2 #FB87C5 and #87C5FB with #C587FB are triadic colors.