COLOR #C464BF

HEX: #C464BF RGB: (196,100,191)

Color info

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

RGB color model

#C464BF color RGB value is (196,100,191).

RGB: (196,100,191) (77%, 39%, 75%)

RGB channels and saturation

R 196 of 255 = 77%
G 100 of 255 = 39%
B 191 of 255 = 75%

196
100
191

R + G + B ~ 64%. #C464BF is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 100 + 191 = 487 (100%)
R 196 of 487 ~ 40.25%
G 100 of 487 ~ 20.53%
B 191 of 487 ~ 39.22'%

%40.25
%20.53
%39.22

CMYK color model

#C464BF color CMYK value is (0,49,3,23).

  • cyan value is 0.00%
  • magenta value is 48.98%
  • yellow value is 2.55%
  • key color value is 23.14%

CMYK: (0,49,3,23)
C0M49Y3K23 (0%, 49%, 3%, 23%)
(0.00 / 0.49 / 0.03 / 0.23)

CMYK percentages

%0
%48.98
%2.55
%23.14

Codes

Color #C464BF in popluar color models

C4 64 BF
RGB 196 100 191
HSL 303° 44.86% 58.04%
HSB/HSV 303° 48.98% 76.86%
CMYK 0.00% 48.98% 2.55%
23.14%

Color #C464BF in popluar number systems.

HEX C4 64 BF
Decimal 196 100 191
Binary 11000100 1100100 10111111
Octal 304 144 277

Shades and tints

Shades of #C464BF

#C464BF
(196,100,191)
#B35BAE
(179,91,174)
#A2529D
(162,82,157)
#91498C
(145,73,140)
#80407B
(128,64,123)
#6F376A
(111,55,106)
#5E2E59
(94,46,89)
#4D2548
(77,37,72)
#3C1C37
(60,28,55)
#2B1326
(43,19,38)
#1A0A15
(26,10,21)
#000000
(0,0,0)

Tints of #C464BF

#C464BF
(196,100,191)
#C972C4
(201,114,196)
#CE80C9
(206,128,201)
#D38ECE
(211,142,206)
#D89CD3
(216,156,211)
#DDAAD8
(221,170,216)
#E2B8DD
(226,184,221)
#E7C6E2
(231,198,226)
#ECD4E7
(236,212,231)
#F1E2EC
(241,226,236)
#F6F0F1
(246,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C464BF color. Also use rgb(196,100,191) instead hex code.

Text Font Color

.myTextColor { color: #C464BF; }

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

This text font color is #C464BF.

Background Color

.myBgColor { background-color: #C464BF; }

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

This div background color is #C464BF.

Border color

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

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

This div border color is #C464BF.

Opacity

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

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

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

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

This text has shadow with #C464BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C464BF.

Preview

Color preview on black background

This text has color #C464BF on black background.


Color preview on white background

This text has color #C464BF on white background.


Black color preview on #C464BF background

This text has black color on #C464BF background.


White color preview on #C464BF background

This text has white color on #C464BF background.


Related colors

Complementary color

Complementary color for #hex is #3B9B40.


I love getcolorcode.com

Triadic colors

1 #BFC464 and #64BFC4 with #C464BF are triadic colors.

2 #BF64C4 and #64C4BF with #C464BF are triadic colors.