COLOR #C631DC

HEX: #C631DC RGB: (198,49,220)

Color info

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

RGB color model

#C631DC color RGB value is (198,49,220).

RGB: (198,49,220) (78%, 19%, 86%)

RGB channels and saturation

R 198 of 255 = 78%
G 49 of 255 = 19%
B 220 of 255 = 86%

198
49
220

R + G + B ~ 61%. #C631DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 49 + 220 = 467 (100%)
R 198 of 467 ~ 42.4%
G 49 of 467 ~ 10.49%
B 220 of 467 ~ 47.11'%

%42.4
%47.11

CMYK color model

#C631DC color CMYK value is (10,78,0,14).

  • cyan value is 10.00%
  • magenta value is 77.73%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (10,78,0,14)
C10M78Y0K14 (10%, 78%, 0%, 14%)
(0.10 / 0.78 / 0.00 / 0.14)

CMYK percentages

%10
%77.73
%0
%13.73

Codes

Color #C631DC in popluar color models

C6 31 DC
RGB 198 49 220
HSL 292° 70.95% 52.75%
HSB/HSV 292° 77.73% 86.27%
CMYK 10.00% 77.73% 0.00%
13.73%

Color #C631DC in popluar number systems.

HEX C6 31 DC
Decimal 198 49 220
Binary 11000110 110001 11011100
Octal 306 61 334

Shades and tints

Shades of #C631DC

#C631DC
(198,49,220)
#B42DC8
(180,45,200)
#A229B4
(162,41,180)
#9025A0
(144,37,160)
#7E218C
(126,33,140)
#6C1D78
(108,29,120)
#5A1964
(90,25,100)
#481550
(72,21,80)
#36113C
(54,17,60)
#240D28
(36,13,40)
#120914
(18,9,20)
#000000
(0,0,0)

Tints of #C631DC

#C631DC
(198,49,220)
#CB43DF
(203,67,223)
#D055E2
(208,85,226)
#D567E5
(213,103,229)
#DA79E8
(218,121,232)
#DF8BEB
(223,139,235)
#E49DEE
(228,157,238)
#E9AFF1
(233,175,241)
#EEC1F4
(238,193,244)
#F3D3F7
(243,211,247)
#F8E5FA
(248,229,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C631DC color. Also use rgb(198,49,220) instead hex code.

Text Font Color

.myTextColor { color: #C631DC; }

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

This text font color is #C631DC.

Background Color

.myBgColor { background-color: #C631DC; }

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

This div background color is #C631DC.

Border color

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

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

This div border color is #C631DC.

Opacity

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

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

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

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

This text has shadow with #C631DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C631DC.

Preview

Color preview on black background

This text has color #C631DC on black background.


Color preview on white background

This text has color #C631DC on white background.


Black color preview on #C631DC background

This text has black color on #C631DC background.


White color preview on #C631DC background

This text has white color on #C631DC background.


Related colors

Complementary color

Complementary color for #hex is #39CE23.


I love getcolorcode.com

Triadic colors

1 #DCC631 and #31DCC6 with #C631DC are triadic colors.

2 #DC31C6 and #31C6DC with #C631DC are triadic colors.