COLOR #C494DB

HEX: #C494DB RGB: (196,148,219)

Color info

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

RGB color model

#C494DB color RGB value is (196,148,219).

RGB: (196,148,219) (77%, 58%, 86%)

RGB channels and saturation

R 196 of 255 = 77%
G 148 of 255 = 58%
B 219 of 255 = 86%

196
148
219

R + G + B ~ 74%. #C494DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 148 + 219 = 563 (100%)
R 196 of 563 ~ 34.81%
G 148 of 563 ~ 26.29%
B 219 of 563 ~ 38.9'%

%34.81
%26.29
%38.9

CMYK color model

#C494DB color CMYK value is (11,32,0,14).

  • cyan value is 10.50%
  • magenta value is 32.42%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (11,32,0,14)
C11M32Y0K14 (11%, 32%, 0%, 14%)
(0.11 / 0.32 / 0.00 / 0.14)

CMYK percentages

%10.5
%32.42
%0
%14.12

Codes

Color #C494DB in popluar color models

C4 94 DB
RGB 196 148 219
HSL 281° 49.65% 71.96%
HSB/HSV 281° 32.42% 85.88%
CMYK 10.50% 32.42% 0.00%
14.12%

Color #C494DB in popluar number systems.

HEX C4 94 DB
Decimal 196 148 219
Binary 11000100 10010100 11011011
Octal 304 224 333

Shades and tints

Shades of #C494DB

#C494DB
(196,148,219)
#B387C8
(179,135,200)
#A27AB5
(162,122,181)
#916DA2
(145,109,162)
#80608F
(128,96,143)
#6F537C
(111,83,124)
#5E4669
(94,70,105)
#4D3956
(77,57,86)
#3C2C43
(60,44,67)
#2B1F30
(43,31,48)
#1A121D
(26,18,29)
#000000
(0,0,0)

Tints of #C494DB

#C494DB
(196,148,219)
#C99DDE
(201,157,222)
#CEA6E1
(206,166,225)
#D3AFE4
(211,175,228)
#D8B8E7
(216,184,231)
#DDC1EA
(221,193,234)
#E2CAED
(226,202,237)
#E7D3F0
(231,211,240)
#ECDCF3
(236,220,243)
#F1E5F6
(241,229,246)
#F6EEF9
(246,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C494DB; }

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

This text font color is #C494DB.

Background Color

.myBgColor { background-color: #C494DB; }

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

This div background color is #C494DB.

Border color

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

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

This div border color is #C494DB.

Opacity

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

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

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

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

This text has shadow with #C494DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C494DB.

Preview

Color preview on black background

This text has color #C494DB on black background.


Color preview on white background

This text has color #C494DB on white background.


Black color preview on #C494DB background

This text has black color on #C494DB background.


White color preview on #C494DB background

This text has white color on #C494DB background.


Related colors

Complementary color

Complementary color for #hex is #3B6B24.


I love getcolorcode.com

Triadic colors

1 #DBC494 and #94DBC4 with #C494DB are triadic colors.

2 #DB94C4 and #94C4DB with #C494DB are triadic colors.