COLOR #C867FE

HEX: #C867FE
RGB: (200,103,254)

Color info

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

RGB color model

#C867FE color RGB value is (200,103,254).

  • red value is 200;
  • green value is 103;
  • blue value is 254.
RGB:
(200,103,254)
(78%,40%,100%)

RGB channels and saturation

R 200 of 255 = 78%
G 103 of 255 = 40%
B 254 of 255 = 100%

200
103
254

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

Portions of RGB colors in percentages

R + G + B =
200 + 103 + 254 = 557 (100%)
R 200 of 557 ~ 35.91%
G 103 of 557 ~ 18.49%
B 254 of 557 ~ 45.6%

%35.91
%18.49
%45.6

CMYK color model

#C867FE color CMYK value is (21,59,0,0).

  • cyan value is 21.26%
  • magenta value is 59.45%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(21,59,0,0)
C21M59Y0K0 
(21%,59%,0%,0%)
(0.21/0.59/0.00/0.00)	

CMYK percentages

%21.26
%59.45
%0
%0.39

Codes

Color #C867FE in popluar color models

C867FE
RGB200103254
HSL279°98.69%70.00%
HSB/HSV279°59.45%99.61%
CMYK21.26%59.45%0.00%
0.39%

Color #C867FE in popluar number systems.

HEXC867FE
Decimal200103254
Binary11001000110011111111110
Octal310147376

Shades and tints

Shades of #C867FE

#C867FE
(200,103,254)
#B65EE7
(182,94,231)
#A455D0
(164,85,208)
#924CB9
(146,76,185)
#8043A2
(128,67,162)
#6E3A8B
(110,58,139)
#5C3174
(92,49,116)
#4A285D
(74,40,93)
#381F46
(56,31,70)
#26162F
(38,22,47)
#140D18
(20,13,24)
#000000
(0,0,0)

Tints of #C867FE

#C867FE
(200,103,254)
#CD74FE
(205,116,254)
#D281FE
(210,129,254)
#D78EFE
(215,142,254)
#DC9BFE
(220,155,254)
#E1A8FE
(225,168,254)
#E6B5FE
(230,181,254)
#EBC2FE
(235,194,254)
#F0CFFE
(240,207,254)
#F5DCFE
(245,220,254)
#FAE9FE
(250,233,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C867FE color. Also use rgb(200,103,254) instead hex code.

Text Font Color

.myTextColor { color: #C867FE; }

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

This text font color is #C867FE.


Background Color

.myBgColor { background-color: #C867FE; }

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

This div background color is #C867FE.


Border color

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

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

This div border color is #C867FE.


Opacity

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

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

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

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

This text has shadow with #C867FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C867FE on black background.


Color preview on white background

This text has color #C867FE on white background.



Black color preview on #C867FE background

This text has black color on #C867FE background.


White color preview on #C867FE background

This text has white color on #C867FE background.