COLOR #C391DC

HEX: #C391DC RGB: (195,145,220)

Color info

#C391DC contains mainly red and blue colors. Web safe color of #C391DC is #CC99CC (or #C9C).

RGB color model

#C391DC color RGB value is (195,145,220).

RGB: (195,145,220) (76%, 57%, 86%)

RGB channels and saturation

R 195 of 255 = 76%
G 145 of 255 = 57%
B 220 of 255 = 86%

195
145
220

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

Portions of RGB colors in percentages

R + G + B = 195 + 145 + 220 = 560 (100%)
R 195 of 560 ~ 34.82%
G 145 of 560 ~ 25.89%
B 220 of 560 ~ 39.29'%

%34.82
%25.89
%39.29

CMYK color model

#C391DC color CMYK value is (11,34,0,14).

  • cyan value is 11.36%
  • magenta value is 34.09%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK: (11,34,0,14) C11M34Y0K14 (11%,34%,0%,14%) (0.11/0.34/0.00/0.14) 

CMYK percentages

%11.36
%34.09
%0
%13.73

Codes

Color #C391DC in popluar color models

C3 91 DC
RGB 195 145 220
HSL 280° 51.72% 71.57%
HSB/HSV 280° 34.09% 86.27%
CMYK 11.36% 34.09% 0.00%
13.73%

Color #C391DC in popluar number systems.

HEX C3 91 DC
Decimal 195 145 220
Binary 11000011 10010001 11011100
Octal 303 221 334

Shades and tints

Shades of #C391DC

#C391DC
(195,145,220)
#B284C8
(178,132,200)
#A177B4
(161,119,180)
#906AA0
(144,106,160)
#7F5D8C
(127,93,140)
#6E5078
(110,80,120)
#5D4364
(93,67,100)
#4C3650
(76,54,80)
#3B293C
(59,41,60)
#2A1C28
(42,28,40)
#190F14
(25,15,20)
#000000
(0,0,0)

Tints of #C391DC

#C391DC
(195,145,220)
#C89BDF
(200,155,223)
#CDA5E2
(205,165,226)
#D2AFE5
(210,175,229)
#D7B9E8
(215,185,232)
#DCC3EB
(220,195,235)
#E1CDEE
(225,205,238)
#E6D7F1
(230,215,241)
#EBE1F4
(235,225,244)
#F0EBF7
(240,235,247)
#F5F5FA
(245,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C391DC color. Also use rgb(195,145,220) instead hex code.

Text Font Color

.myTextColor { color: #C391DC; }

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

This text font color is #C391DC.

Background Color

.myBgColor { background-color: #C391DC; }

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

This div background color is #C391DC.

Border color

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

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

This div border color is #C391DC.

Opacity

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

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

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

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

This text has shadow with #C391DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C391DC.

Preview

Color preview on black background

This text has color #C391DC on black background.


Color preview on white background

This text has color #C391DC on white background.


Black color preview on #C391DC background

This text has black color on #C391DC background.


White color preview on #C391DC background

This text has white color on #C391DC background.


Related colors

Complementary color

Complementary color for #hex is #3C6E23.


I love getcolorcode.com

Triadic colors

1 #DCC391 and #91DCC3 with #C391DC are triadic colors.

2 #DC91C3 and #91C3DC with #C391DC are triadic colors.