COLOR #C49BF0

HEX: #C49BF0
RGB: (196,155,240)

Color info

#C49BF0 contains mainly red and blue colors. Web safe color of #C49BF0 is #CC99FF (or #C9F).

RGB color model

#C49BF0 color RGB value is (196,155,240).

  • red value is 196;
  • green value is 155;
  • blue value is 240.
RGB:
(196,155,240)
(77%,61%,94%)

RGB channels and saturation

R 196 of 255 = 77%
G 155 of 255 = 61%
B 240 of 255 = 94%

196
155
240

R + G + B ~ 77%. #C49BF0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 155 + 240 = 591 (100%)
R 196 of 591 ~ 33.16%
G 155 of 591 ~ 26.23%
B 240 of 591 ~ 40.61%

%33.16
%26.23
%40.61

CMYK color model

#C49BF0 color CMYK value is (18,35,0,6).

  • cyan value is 18.33%
  • magenta value is 35.42%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(18,35,0,6)
C18M35Y0K6 
(18%,35%,0%,6%)
(0.18/0.35/0.00/0.06)	

CMYK percentages

%18.33
%35.42
%0
%5.88

Codes

Color #C49BF0 in popluar color models

C49BF0
RGB196155240
HSL269°73.91%77.45%
HSB/HSV269°35.42%94.12%
CMYK18.33%35.42%0.00%
5.88%

Color #C49BF0 in popluar number systems.

HEXC49BF0
Decimal196155240
Binary110001001001101111110000
Octal304233360

Shades and tints

Shades of #C49BF0

#C49BF0
(196,155,240)
#B38DDB
(179,141,219)
#A27FC6
(162,127,198)
#9171B1
(145,113,177)
#80639C
(128,99,156)
#6F5587
(111,85,135)
#5E4772
(94,71,114)
#4D395D
(77,57,93)
#3C2B48
(60,43,72)
#2B1D33
(43,29,51)
#1A0F1E
(26,15,30)
#000000
(0,0,0)

Tints of #C49BF0

#C49BF0
(196,155,240)
#C9A4F1
(201,164,241)
#CEADF2
(206,173,242)
#D3B6F3
(211,182,243)
#D8BFF4
(216,191,244)
#DDC8F5
(221,200,245)
#E2D1F6
(226,209,246)
#E7DAF7
(231,218,247)
#ECE3F8
(236,227,248)
#F1ECF9
(241,236,249)
#F6F5FA
(246,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C49BF0 color. Also use rgb(196,155,240) instead hex code.

Text Font Color

.myTextColor { color: #C49BF0; }

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

This text font color is #C49BF0.


Background Color

.myBgColor { background-color: #C49BF0; }

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

This div background color is #C49BF0.


Border color

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

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

This div border color is #C49BF0.


Opacity

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

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

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

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

This text has shadow with #C49BF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C49BF0 on black background.


Color preview on white background

This text has color #C49BF0 on white background.



Black color preview on #C49BF0 background

This text has black color on #C49BF0 background.


White color preview on #C49BF0 background

This text has white color on #C49BF0 background.