COLOR #C854F9

HEX: #C854F9
RGB: (200,84,249)

Color info

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

RGB color model

#C854F9 color RGB value is (200,84,249).

  • red value is 200;
  • green value is 84;
  • blue value is 249.
RGB:
(200,84,249)
(78%,33%,98%)

RGB channels and saturation

R 200 of 255 = 78%
G 84 of 255 = 33%
B 249 of 255 = 98%

200
84
249

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

Portions of RGB colors in percentages

R + G + B =
200 + 84 + 249 = 533 (100%)
R 200 of 533 ~ 37.52%
G 84 of 533 ~ 15.76%
B 249 of 533 ~ 46.72%

%37.52
%15.76
%46.72

CMYK color model

#C854F9 color CMYK value is (20,66,0,2).

  • cyan value is 19.68%
  • magenta value is 66.27%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(20,66,0,2)
C20M66Y0K2 
(20%,66%,0%,2%)
(0.20/0.66/0.00/0.02)	

CMYK percentages

%19.68
%66.27
%0
%2.35

Codes

Color #C854F9 in popluar color models

C854F9
RGB20084249
HSL282°93.22%65.29%
HSB/HSV282°66.27%97.65%
CMYK19.68%66.27%0.00%
2.35%

Color #C854F9 in popluar number systems.

HEXC854F9
Decimal20084249
Binary11001000101010011111001
Octal310124371

Shades and tints

Shades of #C854F9

#C854F9
(200,84,249)
#B64DE3
(182,77,227)
#A446CD
(164,70,205)
#923FB7
(146,63,183)
#8038A1
(128,56,161)
#6E318B
(110,49,139)
#5C2A75
(92,42,117)
#4A235F
(74,35,95)
#381C49
(56,28,73)
#261533
(38,21,51)
#140E1D
(20,14,29)
#000000
(0,0,0)

Tints of #C854F9

#C854F9
(200,84,249)
#CD63F9
(205,99,249)
#D272F9
(210,114,249)
#D781F9
(215,129,249)
#DC90F9
(220,144,249)
#E19FF9
(225,159,249)
#E6AEF9
(230,174,249)
#EBBDF9
(235,189,249)
#F0CCF9
(240,204,249)
#F5DBF9
(245,219,249)
#FAEAF9
(250,234,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C854F9 color. Also use rgb(200,84,249) instead hex code.

Text Font Color

.myTextColor { color: #C854F9; }

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

This text font color is #C854F9.


Background Color

.myBgColor { background-color: #C854F9; }

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

This div background color is #C854F9.


Border color

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

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

This div border color is #C854F9.


Opacity

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

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

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

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

This text has shadow with #C854F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C854F9 on black background.


Color preview on white background

This text has color #C854F9 on white background.



Black color preview on #C854F9 background

This text has black color on #C854F9 background.


White color preview on #C854F9 background

This text has white color on #C854F9 background.