COLOR #C487C8

HEX: #C487C8 RGB: (196,135,200)

Color info

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

RGB color model

#C487C8 color RGB value is (196,135,200).

RGB: (196,135,200) (77%, 53%, 78%)

RGB channels and saturation

R 196 of 255 = 77%
G 135 of 255 = 53%
B 200 of 255 = 78%

196
135
200

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

Portions of RGB colors in percentages

R + G + B = 196 + 135 + 200 = 531 (100%)
R 196 of 531 ~ 36.91%
G 135 of 531 ~ 25.42%
B 200 of 531 ~ 37.66'%

%36.91
%25.42
%37.66

CMYK color model

#C487C8 color CMYK value is (2,33,0,22).

  • cyan value is 2.00%
  • magenta value is 32.50%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (2,33,0,22)
C2M33Y0K22 (2%, 33%, 0%, 22%)
(0.02 / 0.33 / 0.00 / 0.22)

CMYK percentages

%2
%32.5
%0
%21.57

Codes

Color #C487C8 in popluar color models

C4 87 C8
RGB 196 135 200
HSL 296° 37.14% 65.69%
HSB/HSV 296° 32.50% 78.43%
CMYK 2.00% 32.50% 0.00%
21.57%

Color #C487C8 in popluar number systems.

HEX C4 87 C8
Decimal 196 135 200
Binary 11000100 10000111 11001000
Octal 304 207 310

Shades and tints

Shades of #C487C8

#C487C8
(196,135,200)
#B37BB6
(179,123,182)
#A26FA4
(162,111,164)
#916392
(145,99,146)
#805780
(128,87,128)
#6F4B6E
(111,75,110)
#5E3F5C
(94,63,92)
#4D334A
(77,51,74)
#3C2738
(60,39,56)
#2B1B26
(43,27,38)
#1A0F14
(26,15,20)
#000000
(0,0,0)

Tints of #C487C8

#C487C8
(196,135,200)
#C991CD
(201,145,205)
#CE9BD2
(206,155,210)
#D3A5D7
(211,165,215)
#D8AFDC
(216,175,220)
#DDB9E1
(221,185,225)
#E2C3E6
(226,195,230)
#E7CDEB
(231,205,235)
#ECD7F0
(236,215,240)
#F1E1F5
(241,225,245)
#F6EBFA
(246,235,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C487C8 color. Also use rgb(196,135,200) instead hex code.

Text Font Color

.myTextColor { color: #C487C8; }

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

This text font color is #C487C8.

Background Color

.myBgColor { background-color: #C487C8; }

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

This div background color is #C487C8.

Border color

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

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

This div border color is #C487C8.

Opacity

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

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

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

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

This text has shadow with #C487C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C487C8.

Preview

Color preview on black background

This text has color #C487C8 on black background.


Color preview on white background

This text has color #C487C8 on white background.


Black color preview on #C487C8 background

This text has black color on #C487C8 background.


White color preview on #C487C8 background

This text has white color on #C487C8 background.


Related colors

Complementary color

Complementary color for #hex is #3B7837.


I love getcolorcode.com

Triadic colors

1 #C8C487 and #87C8C4 with #C487C8 are triadic colors.

2 #C887C4 and #87C4C8 with #C487C8 are triadic colors.