COLOR #C49EDA

HEX: #C49EDA RGB: (196,158,218)

Color info

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

RGB color model

#C49EDA color RGB value is (196,158,218).

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

RGB channels and saturation

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

196
158
218

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

Portions of RGB colors in percentages

R + G + B = 196 + 158 + 218 = 572 (100%)
R 196 of 572 ~ 34.27%
G 158 of 572 ~ 27.62%
B 218 of 572 ~ 38.11'%

%34.27
%27.62
%38.11

CMYK color model

#C49EDA color CMYK value is (10,28,0,15).

  • cyan value is 10.09%
  • magenta value is 27.52%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (10,28,0,15)
C10M28Y0K15 (10%, 28%, 0%, 15%)
(0.10 / 0.28 / 0.00 / 0.15)

CMYK percentages

%10.09
%27.52
%0
%14.51

Codes

Color #C49EDA in popluar color models

C4 9E DA
RGB 196 158 218
HSL 278° 44.78% 73.73%
HSB/HSV 278° 27.52% 85.49%
CMYK 10.09% 27.52% 0.00%
14.51%

Color #C49EDA in popluar number systems.

HEX C4 9E DA
Decimal 196 158 218
Binary 11000100 10011110 11011010
Octal 304 236 332

Shades and tints

Shades of #C49EDA

#C49EDA
(196,158,218)
#B390C7
(179,144,199)
#A282B4
(162,130,180)
#9174A1
(145,116,161)
#80668E
(128,102,142)
#6F587B
(111,88,123)
#5E4A68
(94,74,104)
#4D3C55
(77,60,85)
#3C2E42
(60,46,66)
#2B202F
(43,32,47)
#1A121C
(26,18,28)
#000000
(0,0,0)

Tints of #C49EDA

#C49EDA
(196,158,218)
#C9A6DD
(201,166,221)
#CEAEE0
(206,174,224)
#D3B6E3
(211,182,227)
#D8BEE6
(216,190,230)
#DDC6E9
(221,198,233)
#E2CEEC
(226,206,236)
#E7D6EF
(231,214,239)
#ECDEF2
(236,222,242)
#F1E6F5
(241,230,245)
#F6EEF8
(246,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C49EDA; }

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

This text font color is #C49EDA.

Background Color

.myBgColor { background-color: #C49EDA; }

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

This div background color is #C49EDA.

Border color

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

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

This div border color is #C49EDA.

Opacity

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

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

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

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

This text has shadow with #C49EDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C49EDA.

Preview

Color preview on black background

This text has color #C49EDA on black background.


Color preview on white background

This text has color #C49EDA on white background.


Black color preview on #C49EDA background

This text has black color on #C49EDA background.


White color preview on #C49EDA background

This text has white color on #C49EDA background.


Related colors

Complementary color

Complementary color for #hex is #3B6125.


I love getcolorcode.com

Triadic colors

1 #DAC49E and #9EDAC4 with #C49EDA are triadic colors.

2 #DA9EC4 and #9EC4DA with #C49EDA are triadic colors.