COLOR #C86DE0

HEX: #C86DE0
RGB: (200,109,224)

Color info

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

RGB color model

#C86DE0 color RGB value is (200,109,224).

  • red value is 200;
  • green value is 109;
  • blue value is 224.
RGB:
(200,109,224)
(78%,43%,88%)

RGB channels and saturation

R 200 of 255 = 78%
G 109 of 255 = 43%
B 224 of 255 = 88%

200
109
224

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

Portions of RGB colors in percentages

R + G + B =
200 + 109 + 224 = 533 (100%)
R 200 of 533 ~ 37.52%
G 109 of 533 ~ 20.45%
B 224 of 533 ~ 42.03%

%37.52
%20.45
%42.03

CMYK color model

#C86DE0 color CMYK value is (11,51,0,12).

  • cyan value is 10.71%
  • magenta value is 51.34%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(11,51,0,12)
C11M51Y0K12 
(11%,51%,0%,12%)
(0.11/0.51/0.00/0.12)	

CMYK percentages

%10.71
%51.34
%0
%12.16

Codes

Color #C86DE0 in popluar color models

C86DE0
RGB200109224
HSL287°64.97%65.29%
HSB/HSV287°51.34%87.84%
CMYK10.71%51.34%0.00%
12.16%

Color #C86DE0 in popluar number systems.

HEXC86DE0
Decimal200109224
Binary11001000110110111100000
Octal310155340

Shades and tints

Shades of #C86DE0

#C86DE0
(200,109,224)
#B664CC
(182,100,204)
#A45BB8
(164,91,184)
#9252A4
(146,82,164)
#804990
(128,73,144)
#6E407C
(110,64,124)
#5C3768
(92,55,104)
#4A2E54
(74,46,84)
#382540
(56,37,64)
#261C2C
(38,28,44)
#141318
(20,19,24)
#000000
(0,0,0)

Tints of #C86DE0

#C86DE0
(200,109,224)
#CD7AE2
(205,122,226)
#D287E4
(210,135,228)
#D794E6
(215,148,230)
#DCA1E8
(220,161,232)
#E1AEEA
(225,174,234)
#E6BBEC
(230,187,236)
#EBC8EE
(235,200,238)
#F0D5F0
(240,213,240)
#F5E2F2
(245,226,242)
#FAEFF4
(250,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C86DE0 color. Also use rgb(200,109,224) instead hex code.

Text Font Color

.myTextColor { color: #C86DE0; }

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

This text font color is #C86DE0.


Background Color

.myBgColor { background-color: #C86DE0; }

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

This div background color is #C86DE0.


Border color

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

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

This div border color is #C86DE0.


Opacity

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

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

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

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

This text has shadow with #C86DE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C86DE0 on black background.


Color preview on white background

This text has color #C86DE0 on white background.



Black color preview on #C86DE0 background

This text has black color on #C86DE0 background.


White color preview on #C86DE0 background

This text has white color on #C86DE0 background.