COLOR #C987F2

HEX: #C987F2
RGB: (201,135,242)

Color info

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

RGB color model

#C987F2 color RGB value is (201,135,242).

  • red value is 201;
  • green value is 135;
  • blue value is 242.
RGB:
(201,135,242)
(79%,53%,95%)

RGB channels and saturation

R 201 of 255 = 79%
G 135 of 255 = 53%
B 242 of 255 = 95%

201
135
242

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

Portions of RGB colors in percentages

R + G + B =
201 + 135 + 242 = 578 (100%)
R 201 of 578 ~ 34.78%
G 135 of 578 ~ 23.36%
B 242 of 578 ~ 41.87%

%34.78
%23.36
%41.87

CMYK color model

#C987F2 color CMYK value is (17,44,0,5).

  • cyan value is 16.94%
  • magenta value is 44.21%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(17,44,0,5)
C17M44Y0K5 
(17%,44%,0%,5%)
(0.17/0.44/0.00/0.05)	

CMYK percentages

%16.94
%44.21
%0
%5.1

Codes

Color #C987F2 in popluar color models

C987F2
RGB201135242
HSL277°80.45%73.92%
HSB/HSV277°44.21%94.90%
CMYK16.94%44.21%0.00%
5.10%

Color #C987F2 in popluar number systems.

HEXC987F2
Decimal201135242
Binary110010011000011111110010
Octal311207362

Shades and tints

Shades of #C987F2

#C987F2
(201,135,242)
#B77BDC
(183,123,220)
#A56FC6
(165,111,198)
#9363B0
(147,99,176)
#81579A
(129,87,154)
#6F4B84
(111,75,132)
#5D3F6E
(93,63,110)
#4B3358
(75,51,88)
#392742
(57,39,66)
#271B2C
(39,27,44)
#150F16
(21,15,22)
#000000
(0,0,0)

Tints of #C987F2

#C987F2
(201,135,242)
#CD91F3
(205,145,243)
#D19BF4
(209,155,244)
#D5A5F5
(213,165,245)
#D9AFF6
(217,175,246)
#DDB9F7
(221,185,247)
#E1C3F8
(225,195,248)
#E5CDF9
(229,205,249)
#E9D7FA
(233,215,250)
#EDE1FB
(237,225,251)
#F1EBFC
(241,235,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C987F2 color. Also use rgb(201,135,242) instead hex code.

Text Font Color

.myTextColor { color: #C987F2; }

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

This text font color is #C987F2.


Background Color

.myBgColor { background-color: #C987F2; }

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

This div background color is #C987F2.


Border color

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

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

This div border color is #C987F2.


Opacity

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

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

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

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

This text has shadow with #C987F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C987F2 on black background.


Color preview on white background

This text has color #C987F2 on white background.



Black color preview on #C987F2 background

This text has black color on #C987F2 background.


White color preview on #C987F2 background

This text has white color on #C987F2 background.