COLOR #C838FA

HEX: #C838FA
RGB: (200,56,250)

Color info

#C838FA contains mainly red and blue colors. Web safe color of #C838FA is #CC33FF (or #C3F).

RGB color model

#C838FA color RGB value is (200,56,250).

  • red value is 200;
  • green value is 56;
  • blue value is 250.
RGB:
(200,56,250)
(78%,22%,98%)

RGB channels and saturation

R 200 of 255 = 78%
G 56 of 255 = 22%
B 250 of 255 = 98%

200
56
250

R + G + B ~ 66%. #C838FA is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 56 + 250 = 506 (100%)
R 200 of 506 ~ 39.53%
G 56 of 506 ~ 11.07%
B 250 of 506 ~ 49.41%

%39.53
%11.07
%49.41

CMYK color model

#C838FA color CMYK value is (20,78,0,2).

  • cyan value is 20.00%
  • magenta value is 77.60%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(20,78,0,2)
C20M78Y0K2 
(20%,78%,0%,2%)
(0.20/0.78/0.00/0.02)	

CMYK percentages

%20
%77.6
%0
%1.96

Codes

Color #C838FA in popluar color models

C838FA
RGB20056250
HSL285°95.10%60.00%
HSB/HSV285°77.60%98.04%
CMYK20.00%77.60%0.00%
1.96%

Color #C838FA in popluar number systems.

HEXC838FA
Decimal20056250
Binary1100100011100011111010
Octal31070372

Shades and tints

Shades of #C838FA

#C838FA
(200,56,250)
#B633E4
(182,51,228)
#A42ECE
(164,46,206)
#9229B8
(146,41,184)
#8024A2
(128,36,162)
#6E1F8C
(110,31,140)
#5C1A76
(92,26,118)
#4A1560
(74,21,96)
#38104A
(56,16,74)
#260B34
(38,11,52)
#14061E
(20,6,30)
#000000
(0,0,0)

Tints of #C838FA

#C838FA
(200,56,250)
#CD4AFA
(205,74,250)
#D25CFA
(210,92,250)
#D76EFA
(215,110,250)
#DC80FA
(220,128,250)
#E192FA
(225,146,250)
#E6A4FA
(230,164,250)
#EBB6FA
(235,182,250)
#F0C8FA
(240,200,250)
#F5DAFA
(245,218,250)
#FAECFA
(250,236,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C838FA color. Also use rgb(200,56,250) instead hex code.

Text Font Color

.myTextColor { color: #C838FA; }

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

This text font color is #C838FA.


Background Color

.myBgColor { background-color: #C838FA; }

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

This div background color is #C838FA.


Border color

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

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

This div border color is #C838FA.


Opacity

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

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

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

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

This text has shadow with #C838FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C838FA on black background.


Color preview on white background

This text has color #C838FA on white background.



Black color preview on #C838FA background

This text has black color on #C838FA background.


White color preview on #C838FA background

This text has white color on #C838FA background.