COLOR #C474DB

HEX: #C474DB RGB: (196,116,219)

Color info

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

RGB color model

#C474DB color RGB value is (196,116,219).

RGB: (196,116,219) (77%, 45%, 86%)

RGB channels and saturation

R 196 of 255 = 77%
G 116 of 255 = 45%
B 219 of 255 = 86%

196
116
219

R + G + B ~ 69%. #C474DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 116 + 219 = 531 (100%)
R 196 of 531 ~ 36.91%
G 116 of 531 ~ 21.85%
B 219 of 531 ~ 41.24'%

%36.91
%21.85
%41.24

CMYK color model

#C474DB color CMYK value is (11,47,0,14).

  • cyan value is 10.50%
  • magenta value is 47.03%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK: (11,47,0,14) C11M47Y0K14 (11%,47%,0%,14%) (0.11/0.47/0.00/0.14) 

CMYK percentages

%10.5
%47.03
%0
%14.12

Codes

Color #C474DB in popluar color models

C4 74 DB
RGB 196 116 219
HSL 287° 58.86% 65.69%
HSB/HSV 287° 47.03% 85.88%
CMYK 10.50% 47.03% 0.00%
14.12%

Color #C474DB in popluar number systems.

HEX C4 74 DB
Decimal 196 116 219
Binary 11000100 1110100 11011011
Octal 304 164 333

Shades and tints

Shades of #C474DB

#C474DB
(196,116,219)
#B36AC8
(179,106,200)
#A260B5
(162,96,181)
#9156A2
(145,86,162)
#804C8F
(128,76,143)
#6F427C
(111,66,124)
#5E3869
(94,56,105)
#4D2E56
(77,46,86)
#3C2443
(60,36,67)
#2B1A30
(43,26,48)
#1A101D
(26,16,29)
#000000
(0,0,0)

Tints of #C474DB

#C474DB
(196,116,219)
#C980DE
(201,128,222)
#CE8CE1
(206,140,225)
#D398E4
(211,152,228)
#D8A4E7
(216,164,231)
#DDB0EA
(221,176,234)
#E2BCED
(226,188,237)
#E7C8F0
(231,200,240)
#ECD4F3
(236,212,243)
#F1E0F6
(241,224,246)
#F6ECF9
(246,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C474DB; }

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

This text font color is #C474DB.

Background Color

.myBgColor { background-color: #C474DB; }

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

This div background color is #C474DB.

Border color

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

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

This div border color is #C474DB.

Opacity

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

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

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

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

This text has shadow with #C474DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C474DB.

Preview

Color preview on black background

This text has color #C474DB on black background.


Color preview on white background

This text has color #C474DB on white background.


Black color preview on #C474DB background

This text has black color on #C474DB background.


White color preview on #C474DB background

This text has white color on #C474DB background.


Related colors

Complementary color

Complementary color for #hex is #3B8B24.


I love getcolorcode.com

Triadic colors

1 #DBC474 and #74DBC4 with #C474DB are triadic colors.

2 #DB74C4 and #74C4DB with #C474DB are triadic colors.