COLOR #C87DE9

HEX: #C87DE9 RGB: (200,125,233)

Color info

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

RGB color model

#C87DE9 color RGB value is (200,125,233).

RGB: (200,125,233) (78%, 49%, 91%)

RGB channels and saturation

R 200 of 255 = 78%
G 125 of 255 = 49%
B 233 of 255 = 91%

200
125
233

R + G + B ~ 73%. #C87DE9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 125 + 233 = 558 (100%)
R 200 of 558 ~ 35.84%
G 125 of 558 ~ 22.4%
B 233 of 558 ~ 41.76'%

%35.84
%22.4
%41.76

CMYK color model

#C87DE9 color CMYK value is (14,46,0,9).

  • cyan value is 14.16%
  • magenta value is 46.35%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (14,46,0,9)
C14M46Y0K9 (14%, 46%, 0%, 9%)
(0.14 / 0.46 / 0.00 / 0.09)

CMYK percentages

%14.16
%46.35
%0
%8.63

Codes

Color #C87DE9 in popluar color models

C8 7D E9
RGB 200 125 233
HSL 282° 71.05% 70.20%
HSB/HSV 282° 46.35% 91.37%
CMYK 14.16% 46.35% 0.00%
8.63%

Color #C87DE9 in popluar number systems.

HEX C8 7D E9
Decimal 200 125 233
Binary 11001000 1111101 11101001
Octal 310 175 351

Shades and tints

Shades of #C87DE9

#C87DE9
(200,125,233)
#B672D4
(182,114,212)
#A467BF
(164,103,191)
#925CAA
(146,92,170)
#805195
(128,81,149)
#6E4680
(110,70,128)
#5C3B6B
(92,59,107)
#4A3056
(74,48,86)
#382541
(56,37,65)
#261A2C
(38,26,44)
#140F17
(20,15,23)
#000000
(0,0,0)

Tints of #C87DE9

#C87DE9
(200,125,233)
#CD88EB
(205,136,235)
#D293ED
(210,147,237)
#D79EEF
(215,158,239)
#DCA9F1
(220,169,241)
#E1B4F3
(225,180,243)
#E6BFF5
(230,191,245)
#EBCAF7
(235,202,247)
#F0D5F9
(240,213,249)
#F5E0FB
(245,224,251)
#FAEBFD
(250,235,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C87DE9; }

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

This text font color is #C87DE9.

Background Color

.myBgColor { background-color: #C87DE9; }

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

This div background color is #C87DE9.

Border color

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

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

This div border color is #C87DE9.

Opacity

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

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

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

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

This text has shadow with #C87DE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C87DE9.

Preview

Color preview on black background

This text has color #C87DE9 on black background.


Color preview on white background

This text has color #C87DE9 on white background.


Black color preview on #C87DE9 background

This text has black color on #C87DE9 background.


White color preview on #C87DE9 background

This text has white color on #C87DE9 background.


Related colors

Complementary color

Complementary color for #hex is #378216.


I love getcolorcode.com

Triadic colors

1 #E9C87D and #7DE9C8 with #C87DE9 are triadic colors.

2 #E97DC8 and #7DC8E9 with #C87DE9 are triadic colors.