COLOR #C487FE

HEX: #C487FE RGB: (196,135,254)

Color info

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

RGB color model

#C487FE color RGB value is (196,135,254).

RGB: (196,135,254) (77%, 53%, 100%)

RGB channels and saturation

R 196 of 255 = 77%
G 135 of 255 = 53%
B 254 of 255 = 100%

196
135
254

R + G + B ~ 77%. #C487FE is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 135 + 254 = 585 (100%)
R 196 of 585 ~ 33.5%
G 135 of 585 ~ 23.08%
B 254 of 585 ~ 43.42'%

%33.5
%23.08
%43.42

CMYK color model

#C487FE color CMYK value is (23,47,0,0).

  • cyan value is 22.83%
  • magenta value is 46.85%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (23,47,0,0)
C23M47Y0K0 (23%, 47%, 0%, 0%)
(0.23 / 0.47 / 0.00 / 0.00)

CMYK percentages

%22.83
%46.85
%0
%0.39

Codes

Color #C487FE in popluar color models

C4 87 FE
RGB 196 135 254
HSL 271° 98.35% 76.27%
HSB/HSV 271° 46.85% 99.61%
CMYK 22.83% 46.85% 0.00%
0.39%

Color #C487FE in popluar number systems.

HEX C4 87 FE
Decimal 196 135 254
Binary 11000100 10000111 11111110
Octal 304 207 376

Shades and tints

Shades of #C487FE

#C487FE
(196,135,254)
#B37BE7
(179,123,231)
#A26FD0
(162,111,208)
#9163B9
(145,99,185)
#8057A2
(128,87,162)
#6F4B8B
(111,75,139)
#5E3F74
(94,63,116)
#4D335D
(77,51,93)
#3C2746
(60,39,70)
#2B1B2F
(43,27,47)
#1A0F18
(26,15,24)
#000000
(0,0,0)

Tints of #C487FE

#C487FE
(196,135,254)
#C991FE
(201,145,254)
#CE9BFE
(206,155,254)
#D3A5FE
(211,165,254)
#D8AFFE
(216,175,254)
#DDB9FE
(221,185,254)
#E2C3FE
(226,195,254)
#E7CDFE
(231,205,254)
#ECD7FE
(236,215,254)
#F1E1FE
(241,225,254)
#F6EBFE
(246,235,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C487FE; }

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

This text font color is #C487FE.

Background Color

.myBgColor { background-color: #C487FE; }

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

This div background color is #C487FE.

Border color

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

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

This div border color is #C487FE.

Opacity

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

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

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

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

This text has shadow with #C487FE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C487FE.

Preview

Color preview on black background

This text has color #C487FE on black background.


Color preview on white background

This text has color #C487FE on white background.


Black color preview on #C487FE background

This text has black color on #C487FE background.


White color preview on #C487FE background

This text has white color on #C487FE background.


Related colors

Complementary color

Complementary color for #hex is #3B7801.


I love getcolorcode.com

Triadic colors

1 #FEC487 and #87FEC4 with #C487FE are triadic colors.

2 #FE87C4 and #87C4FE with #C487FE are triadic colors.