COLOR #C86CC0

HEX: #C86CC0
RGB: (200,108,192)

Color info

#C86CC0 contains mainly red and blue colors. Web safe color of #C86CC0 is #CC66CC (or #C6C).

RGB color model

#C86CC0 color RGB value is (200,108,192).

  • red value is 200;
  • green value is 108;
  • blue value is 192.
RGB:
(200,108,192)
(78%,42%,75%)

RGB channels and saturation

R 200 of 255 = 78%
G 108 of 255 = 42%
B 192 of 255 = 75%

200
108
192

R + G + B ~ 65%. #C86CC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 108 + 192 = 500 (100%)
R 200 of 500 ~ 40%
G 108 of 500 ~ 21.6%
B 192 of 500 ~ 38.4%

%40
%21.6
%38.4

CMYK color model

#C86CC0 color CMYK value is (0,46,4,22).

  • cyan value is 0.00%
  • magenta value is 46.00%
  • yellow value is 4.00%
  • key color value is 21.57%
CMYK:
(0,46,4,22)
C0M46Y4K22 
(0%,46%,4%,22%)
(0.00/0.46/0.04/0.22)	

CMYK percentages

%0
%46
%4
%21.57

Codes

Color #C86CC0 in popluar color models

C86CC0
RGB200108192
HSL305°45.54%60.39%
HSB/HSV305°46.00%78.43%
CMYK0.00%46.00%4.00%
21.57%

Color #C86CC0 in popluar number systems.

HEXC86CC0
Decimal200108192
Binary11001000110110011000000
Octal310154300

Shades and tints

Shades of #C86CC0

#C86CC0
(200,108,192)
#B663AF
(182,99,175)
#A45A9E
(164,90,158)
#92518D
(146,81,141)
#80487C
(128,72,124)
#6E3F6B
(110,63,107)
#5C365A
(92,54,90)
#4A2D49
(74,45,73)
#382438
(56,36,56)
#261B27
(38,27,39)
#141216
(20,18,22)
#000000
(0,0,0)

Tints of #C86CC0

#C86CC0
(200,108,192)
#CD79C5
(205,121,197)
#D286CA
(210,134,202)
#D793CF
(215,147,207)
#DCA0D4
(220,160,212)
#E1ADD9
(225,173,217)
#E6BADE
(230,186,222)
#EBC7E3
(235,199,227)
#F0D4E8
(240,212,232)
#F5E1ED
(245,225,237)
#FAEEF2
(250,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C86CC0 color. Also use rgb(200,108,192) instead hex code.

Text Font Color

.myTextColor { color: #C86CC0; }

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

This text font color is #C86CC0.


Background Color

.myBgColor { background-color: #C86CC0; }

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

This div background color is #C86CC0.


Border color

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

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

This div border color is #C86CC0.


Opacity

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

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

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

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

This text has shadow with #C86CC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C86CC0 on black background.


Color preview on white background

This text has color #C86CC0 on white background.



Black color preview on #C86CC0 background

This text has black color on #C86CC0 background.


White color preview on #C86CC0 background

This text has white color on #C86CC0 background.