COLOR #C87DF1

HEX: #C87DF1 RGB: (200,125,241)

Color info

#C87DF1 contains mainly red and blue colors. Web safe color of #C87DF1 is #CC66FF (or #C6F).

RGB color model

#C87DF1 color RGB value is (200,125,241).

RGB: (200,125,241) (78%, 49%, 95%)

RGB channels and saturation

R 200 of 255 = 78%
G 125 of 255 = 49%
B 241 of 255 = 95%

200
125
241

R + G + B ~ 74%. #C87DF1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 125 + 241 = 566 (100%)
R 200 of 566 ~ 35.34%
G 125 of 566 ~ 22.08%
B 241 of 566 ~ 42.58'%

%35.34
%22.08
%42.58

CMYK color model

#C87DF1 color CMYK value is (17,48,0,5).

  • cyan value is 17.01%
  • magenta value is 48.13%
  • yellow value is 0.00%
  • key color value is 5.49%

CMYK: (17,48,0,5)
C17M48Y0K5 (17%, 48%, 0%, 5%)
(0.17 / 0.48 / 0.00 / 0.05)

CMYK percentages

%17.01
%48.13
%0
%5.49

Codes

Color #C87DF1 in popluar color models

C8 7D F1
RGB 200 125 241
HSL 279° 80.56% 71.76%
HSB/HSV 279° 48.13% 94.51%
CMYK 17.01% 48.13% 0.00%
5.49%

Color #C87DF1 in popluar number systems.

HEX C8 7D F1
Decimal 200 125 241
Binary 11001000 1111101 11110001
Octal 310 175 361

Shades and tints

Shades of #C87DF1

#C87DF1
(200,125,241)
#B672DC
(182,114,220)
#A467C7
(164,103,199)
#925CB2
(146,92,178)
#80519D
(128,81,157)
#6E4688
(110,70,136)
#5C3B73
(92,59,115)
#4A305E
(74,48,94)
#382549
(56,37,73)
#261A34
(38,26,52)
#140F1F
(20,15,31)
#000000
(0,0,0)

Tints of #C87DF1

#C87DF1
(200,125,241)
#CD88F2
(205,136,242)
#D293F3
(210,147,243)
#D79EF4
(215,158,244)
#DCA9F5
(220,169,245)
#E1B4F6
(225,180,246)
#E6BFF7
(230,191,247)
#EBCAF8
(235,202,248)
#F0D5F9
(240,213,249)
#F5E0FA
(245,224,250)
#FAEBFB
(250,235,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C87DF1 color. Also use rgb(200,125,241) instead hex code.

Text Font Color

.myTextColor { color: #C87DF1; }

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

This text font color is #C87DF1.

Background Color

.myBgColor { background-color: #C87DF1; }

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

This div background color is #C87DF1.

Border color

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

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

This div border color is #C87DF1.

Opacity

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

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

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

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

This text has shadow with #C87DF1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C87DF1.

Preview

Color preview on black background

This text has color #C87DF1 on black background.


Color preview on white background

This text has color #C87DF1 on white background.


Black color preview on #C87DF1 background

This text has black color on #C87DF1 background.


White color preview on #C87DF1 background

This text has white color on #C87DF1 background.


Related colors

Complementary color

Complementary color for #hex is #37820E.


I love getcolorcode.com

Triadic colors

1 #F1C87D and #7DF1C8 with #C87DF1 are triadic colors.

2 #F17DC8 and #7DC8F1 with #C87DF1 are triadic colors.