COLOR #C49FDA

HEX: #C49FDA RGB: (196,159,218)

Color info

#C49FDA contains red, green and blue colors in about the same proportion. Web safe color of #C49FDA is #CC99CC (or #C9C).

RGB color model

#C49FDA color RGB value is (196,159,218).

RGB: (196,159,218) (77%, 62%, 85%)

RGB channels and saturation

R 196 of 255 = 77%
G 159 of 255 = 62%
B 218 of 255 = 85%

196
159
218

R + G + B ~ 75%. #C49FDA is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 159 + 218 = 573 (100%)
R 196 of 573 ~ 34.21%
G 159 of 573 ~ 27.75%
B 218 of 573 ~ 38.05'%

%34.21
%27.75
%38.05

CMYK color model

#C49FDA color CMYK value is (10,27,0,15).

  • cyan value is 10.09%
  • magenta value is 27.06%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK: (10,27,0,15) C10M27Y0K15 (10%,27%,0%,15%) (0.10/0.27/0.00/0.15) 

CMYK percentages

%10.09
%27.06
%0
%14.51

Codes

Color #C49FDA in popluar color models

C4 9F DA
RGB 196 159 218
HSL 278° 44.36% 73.92%
HSB/HSV 278° 27.06% 85.49%
CMYK 10.09% 27.06% 0.00%
14.51%

Color #C49FDA in popluar number systems.

HEX C4 9F DA
Decimal 196 159 218
Binary 11000100 10011111 11011010
Octal 304 237 332

Shades and tints

Shades of #C49FDA

#C49FDA
(196,159,218)
#B391C7
(179,145,199)
#A283B4
(162,131,180)
#9175A1
(145,117,161)
#80678E
(128,103,142)
#6F597B
(111,89,123)
#5E4B68
(94,75,104)
#4D3D55
(77,61,85)
#3C2F42
(60,47,66)
#2B212F
(43,33,47)
#1A131C
(26,19,28)
#000000
(0,0,0)

Tints of #C49FDA

#C49FDA
(196,159,218)
#C9A7DD
(201,167,221)
#CEAFE0
(206,175,224)
#D3B7E3
(211,183,227)
#D8BFE6
(216,191,230)
#DDC7E9
(221,199,233)
#E2CFEC
(226,207,236)
#E7D7EF
(231,215,239)
#ECDFF2
(236,223,242)
#F1E7F5
(241,231,245)
#F6EFF8
(246,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C49FDA color. Also use rgb(196,159,218) instead hex code.

Text Font Color

.myTextColor { color: #C49FDA; }

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

This text font color is #C49FDA.

Background Color

.myBgColor { background-color: #C49FDA; }

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

This div background color is #C49FDA.

Border color

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

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

This div border color is #C49FDA.

Opacity

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

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

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

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

This text has shadow with #C49FDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C49FDA.

Preview

Color preview on black background

This text has color #C49FDA on black background.


Color preview on white background

This text has color #C49FDA on white background.


Black color preview on #C49FDA background

This text has black color on #C49FDA background.


White color preview on #C49FDA background

This text has white color on #C49FDA background.


Related colors

Complementary color

Complementary color for #hex is #3B6025.


I love getcolorcode.com

Triadic colors

1 #DAC49F and #9FDAC4 with #C49FDA are triadic colors.

2 #DA9FC4 and #9FC4DA with #C49FDA are triadic colors.