COLOR #C86CE4

HEX: #C86CE4
RGB: (200,108,228)

Color info

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

RGB color model

#C86CE4 color RGB value is (200,108,228).

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

RGB channels and saturation

R 200 of 255 = 78%
G 108 of 255 = 42%
B 228 of 255 = 89%

200
108
228

R + G + B ~ 70%. #C86CE4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 108 + 228 = 536 (100%)
R 200 of 536 ~ 37.31%
G 108 of 536 ~ 20.15%
B 228 of 536 ~ 42.54%

%37.31
%20.15
%42.54

CMYK color model

#C86CE4 color CMYK value is (12,53,0,11).

  • cyan value is 12.28%
  • magenta value is 52.63%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(12,53,0,11)
C12M53Y0K11 
(12%,53%,0%,11%)
(0.12/0.53/0.00/0.11)	

CMYK percentages

%12.28
%52.63
%0
%10.59

Codes

Color #C86CE4 in popluar color models

C86CE4
RGB200108228
HSL286°68.97%65.88%
HSB/HSV286°52.63%89.41%
CMYK12.28%52.63%0.00%
10.59%

Color #C86CE4 in popluar number systems.

HEXC86CE4
Decimal200108228
Binary11001000110110011100100
Octal310154344

Shades and tints

Shades of #C86CE4

#C86CE4
(200,108,228)
#B663D0
(182,99,208)
#A45ABC
(164,90,188)
#9251A8
(146,81,168)
#804894
(128,72,148)
#6E3F80
(110,63,128)
#5C366C
(92,54,108)
#4A2D58
(74,45,88)
#382444
(56,36,68)
#261B30
(38,27,48)
#14121C
(20,18,28)
#000000
(0,0,0)

Tints of #C86CE4

#C86CE4
(200,108,228)
#CD79E6
(205,121,230)
#D286E8
(210,134,232)
#D793EA
(215,147,234)
#DCA0EC
(220,160,236)
#E1ADEE
(225,173,238)
#E6BAF0
(230,186,240)
#EBC7F2
(235,199,242)
#F0D4F4
(240,212,244)
#F5E1F6
(245,225,246)
#FAEEF8
(250,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C86CE4; }

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

This text font color is #C86CE4.


Background Color

.myBgColor { background-color: #C86CE4; }

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

This div background color is #C86CE4.


Border color

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

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

This div border color is #C86CE4.


Opacity

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

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

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

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

This text has shadow with #C86CE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C86CE4 on black background.


Color preview on white background

This text has color #C86CE4 on white background.



Black color preview on #C86CE4 background

This text has black color on #C86CE4 background.


White color preview on #C86CE4 background

This text has white color on #C86CE4 background.