COLOR #C383D0

HEX: #C383D0 RGB: (195,131,208)

Color info

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

RGB color model

#C383D0 color RGB value is (195,131,208).

RGB: (195,131,208) (76%, 51%, 82%)

RGB channels and saturation

R 195 of 255 = 76%
G 131 of 255 = 51%
B 208 of 255 = 82%

195
131
208

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

Portions of RGB colors in percentages

R + G + B = 195 + 131 + 208 = 534 (100%)
R 195 of 534 ~ 36.52%
G 131 of 534 ~ 24.53%
B 208 of 534 ~ 38.95'%

%36.52
%24.53
%38.95

CMYK color model

#C383D0 color CMYK value is (6,37,0,18).

  • cyan value is 6.25%
  • magenta value is 37.02%
  • yellow value is 0.00%
  • key color value is 18.43%

CMYK: (6,37,0,18)
C6M37Y0K18 (6%, 37%, 0%, 18%)
(0.06 / 0.37 / 0.00 / 0.18)

CMYK percentages

%6.25
%37.02
%0
%18.43

Codes

Color #C383D0 in popluar color models

C3 83 D0
RGB 195 131 208
HSL 290° 45.03% 66.47%
HSB/HSV 290° 37.02% 81.57%
CMYK 6.25% 37.02% 0.00%
18.43%

Color #C383D0 in popluar number systems.

HEX C3 83 D0
Decimal 195 131 208
Binary 11000011 10000011 11010000
Octal 303 203 320

Shades and tints

Shades of #C383D0

#C383D0
(195,131,208)
#B278BE
(178,120,190)
#A16DAC
(161,109,172)
#90629A
(144,98,154)
#7F5788
(127,87,136)
#6E4C76
(110,76,118)
#5D4164
(93,65,100)
#4C3652
(76,54,82)
#3B2B40
(59,43,64)
#2A202E
(42,32,46)
#19151C
(25,21,28)
#000000
(0,0,0)

Tints of #C383D0

#C383D0
(195,131,208)
#C88ED4
(200,142,212)
#CD99D8
(205,153,216)
#D2A4DC
(210,164,220)
#D7AFE0
(215,175,224)
#DCBAE4
(220,186,228)
#E1C5E8
(225,197,232)
#E6D0EC
(230,208,236)
#EBDBF0
(235,219,240)
#F0E6F4
(240,230,244)
#F5F1F8
(245,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C383D0 color. Also use rgb(195,131,208) instead hex code.

Text Font Color

.myTextColor { color: #C383D0; }

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

This text font color is #C383D0.

Background Color

.myBgColor { background-color: #C383D0; }

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

This div background color is #C383D0.

Border color

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

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

This div border color is #C383D0.

Opacity

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

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

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

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

This text has shadow with #C383D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C383D0.

Preview

Color preview on black background

This text has color #C383D0 on black background.


Color preview on white background

This text has color #C383D0 on white background.


Black color preview on #C383D0 background

This text has black color on #C383D0 background.


White color preview on #C383D0 background

This text has white color on #C383D0 background.


Related colors

Complementary color

Complementary color for #hex is #3C7C2F.


I love getcolorcode.com

Triadic colors

1 #D0C383 and #83D0C3 with #C383D0 are triadic colors.

2 #D083C3 and #83C3D0 with #C383D0 are triadic colors.