COLOR #C483D9

HEX: #C483D9 RGB: (196,131,217)

Color info

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

RGB color model

#C483D9 color RGB value is (196,131,217).

RGB: (196,131,217) (77%, 51%, 85%)

RGB channels and saturation

R 196 of 255 = 77%
G 131 of 255 = 51%
B 217 of 255 = 85%

196
131
217

R + G + B ~ 71%. #C483D9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 131 + 217 = 544 (100%)
R 196 of 544 ~ 36.03%
G 131 of 544 ~ 24.08%
B 217 of 544 ~ 39.89'%

%36.03
%24.08
%39.89

CMYK color model

#C483D9 color CMYK value is (10,40,0,15).

  • cyan value is 9.68%
  • magenta value is 39.63%
  • yellow value is 0.00%
  • key color value is 14.90%

CMYK: (10,40,0,15)
C10M40Y0K15 (10%, 40%, 0%, 15%)
(0.10 / 0.40 / 0.00 / 0.15)

CMYK percentages

%9.68
%39.63
%0
%14.9

Codes

Color #C483D9 in popluar color models

C4 83 D9
RGB 196 131 217
HSL 285° 53.09% 68.24%
HSB/HSV 285° 39.63% 85.10%
CMYK 9.68% 39.63% 0.00%
14.90%

Color #C483D9 in popluar number systems.

HEX C4 83 D9
Decimal 196 131 217
Binary 11000100 10000011 11011001
Octal 304 203 331

Shades and tints

Shades of #C483D9

#C483D9
(196,131,217)
#B378C6
(179,120,198)
#A26DB3
(162,109,179)
#9162A0
(145,98,160)
#80578D
(128,87,141)
#6F4C7A
(111,76,122)
#5E4167
(94,65,103)
#4D3654
(77,54,84)
#3C2B41
(60,43,65)
#2B202E
(43,32,46)
#1A151B
(26,21,27)
#000000
(0,0,0)

Tints of #C483D9

#C483D9
(196,131,217)
#C98EDC
(201,142,220)
#CE99DF
(206,153,223)
#D3A4E2
(211,164,226)
#D8AFE5
(216,175,229)
#DDBAE8
(221,186,232)
#E2C5EB
(226,197,235)
#E7D0EE
(231,208,238)
#ECDBF1
(236,219,241)
#F1E6F4
(241,230,244)
#F6F1F7
(246,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C483D9 color. Also use rgb(196,131,217) instead hex code.

Text Font Color

.myTextColor { color: #C483D9; }

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

This text font color is #C483D9.

Background Color

.myBgColor { background-color: #C483D9; }

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

This div background color is #C483D9.

Border color

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

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

This div border color is #C483D9.

Opacity

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

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

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

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

This text has shadow with #C483D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C483D9.

Preview

Color preview on black background

This text has color #C483D9 on black background.


Color preview on white background

This text has color #C483D9 on white background.


Black color preview on #C483D9 background

This text has black color on #C483D9 background.


White color preview on #C483D9 background

This text has white color on #C483D9 background.


Related colors

Complementary color

Complementary color for #hex is #3B7C26.


I love getcolorcode.com

Triadic colors

1 #D9C483 and #83D9C4 with #C483D9 are triadic colors.

2 #D983C4 and #83C4D9 with #C483D9 are triadic colors.