COLOR #C45FDB

HEX: #C45FDB
RGB: (196,95,219)

Color info

#C45FDB contains mainly red and blue colors. Web safe color of #C45FDB is #CC66CC (or #C6C).

RGB color model

#C45FDB color RGB value is (196,95,219).

  • red value is 196;
  • green value is 95;
  • blue value is 219.
RGB:
(196,95,219)
(77%,37%,86%)

RGB channels and saturation

R 196 of 255 = 77%
G 95 of 255 = 37%
B 219 of 255 = 86%

196
95
219

R + G + B ~ 67%. #C45FDB is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 95 + 219 = 510 (100%)
R 196 of 510 ~ 38.43%
G 95 of 510 ~ 18.63%
B 219 of 510 ~ 42.94%

%38.43
%18.63
%42.94

CMYK color model

#C45FDB color CMYK value is (11,57,0,14).

  • cyan value is 10.50%
  • magenta value is 56.62%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(11,57,0,14)
C11M57Y0K14 
(11%,57%,0%,14%)
(0.11/0.57/0.00/0.14)	

CMYK percentages

%10.5
%56.62
%0
%14.12

Codes

Color #C45FDB in popluar color models

C45FDB
RGB19695219
HSL289°63.27%61.57%
HSB/HSV289°56.62%85.88%
CMYK10.50%56.62%0.00%
14.12%

Color #C45FDB in popluar number systems.

HEXC45FDB
Decimal19695219
Binary11000100101111111011011
Octal304137333

Shades and tints

Shades of #C45FDB

#C45FDB
(196,95,219)
#B357C8
(179,87,200)
#A24FB5
(162,79,181)
#9147A2
(145,71,162)
#803F8F
(128,63,143)
#6F377C
(111,55,124)
#5E2F69
(94,47,105)
#4D2756
(77,39,86)
#3C1F43
(60,31,67)
#2B1730
(43,23,48)
#1A0F1D
(26,15,29)
#000000
(0,0,0)

Tints of #C45FDB

#C45FDB
(196,95,219)
#C96DDE
(201,109,222)
#CE7BE1
(206,123,225)
#D389E4
(211,137,228)
#D897E7
(216,151,231)
#DDA5EA
(221,165,234)
#E2B3ED
(226,179,237)
#E7C1F0
(231,193,240)
#ECCFF3
(236,207,243)
#F1DDF6
(241,221,246)
#F6EBF9
(246,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C45FDB color. Also use rgb(196,95,219) instead hex code.

Text Font Color

.myTextColor { color: #C45FDB; }

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

This text font color is #C45FDB.


Background Color

.myBgColor { background-color: #C45FDB; }

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

This div background color is #C45FDB.


Border color

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

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

This div border color is #C45FDB.


Opacity

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

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

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

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

This text has shadow with #C45FDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C45FDB on black background.


Color preview on white background

This text has color #C45FDB on white background.



Black color preview on #C45FDB background

This text has black color on #C45FDB background.


White color preview on #C45FDB background

This text has white color on #C45FDB background.