COLOR #C838E6

HEX: #C838E6 RGB: (200,56,230)

Color info

#C838E6 contains mainly red and blue colors. Web safe color of #C838E6 is #CC33CC (or #C3C).

RGB color model

#C838E6 color RGB value is (200,56,230).

RGB: (200,56,230) (78%, 22%, 90%)

RGB channels and saturation

R 200 of 255 = 78%
G 56 of 255 = 22%
B 230 of 255 = 90%

200
56
230

R + G + B ~ 63%. #C838E6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 56 + 230 = 486 (100%)
R 200 of 486 ~ 41.15%
G 56 of 486 ~ 11.52%
B 230 of 486 ~ 47.33'%

%41.15
%11.52
%47.33

CMYK color model

#C838E6 color CMYK value is (13,76,0,10).

  • cyan value is 13.04%
  • magenta value is 75.65%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (13,76,0,10)
C13M76Y0K10 (13%, 76%, 0%, 10%)
(0.13 / 0.76 / 0.00 / 0.10)

CMYK percentages

%13.04
%75.65
%0
%9.8

Codes

Color #C838E6 in popluar color models

C8 38 E6
RGB 200 56 230
HSL 290° 77.68% 56.08%
HSB/HSV 290° 75.65% 90.20%
CMYK 13.04% 75.65% 0.00%
9.80%

Color #C838E6 in popluar number systems.

HEX C8 38 E6
Decimal 200 56 230
Binary 11001000 111000 11100110
Octal 310 70 346

Shades and tints

Shades of #C838E6

#C838E6
(200,56,230)
#B633D2
(182,51,210)
#A42EBE
(164,46,190)
#9229AA
(146,41,170)
#802496
(128,36,150)
#6E1F82
(110,31,130)
#5C1A6E
(92,26,110)
#4A155A
(74,21,90)
#381046
(56,16,70)
#260B32
(38,11,50)
#14061E
(20,6,30)
#000000
(0,0,0)

Tints of #C838E6

#C838E6
(200,56,230)
#CD4AE8
(205,74,232)
#D25CEA
(210,92,234)
#D76EEC
(215,110,236)
#DC80EE
(220,128,238)
#E192F0
(225,146,240)
#E6A4F2
(230,164,242)
#EBB6F4
(235,182,244)
#F0C8F6
(240,200,246)
#F5DAF8
(245,218,248)
#FAECFA
(250,236,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C838E6; }

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

This text font color is #C838E6.

Background Color

.myBgColor { background-color: #C838E6; }

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

This div background color is #C838E6.

Border color

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

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

This div border color is #C838E6.

Opacity

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

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

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

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

This text has shadow with #C838E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C838E6.

Preview

Color preview on black background

This text has color #C838E6 on black background.


Color preview on white background

This text has color #C838E6 on white background.


Black color preview on #C838E6 background

This text has black color on #C838E6 background.


White color preview on #C838E6 background

This text has white color on #C838E6 background.


Related colors

Complementary color

Complementary color for #hex is #37C719.


I love getcolorcode.com

Triadic colors

1 #E6C838 and #38E6C8 with #C838E6 are triadic colors.

2 #E638C8 and #38C8E6 with #C838E6 are triadic colors.