COLOR #C565B4

HEX: #C565B4 RGB: (197,101,180)

Color info

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

RGB color model

#C565B4 color RGB value is (197,101,180).

RGB: (197,101,180) (77%, 40%, 71%)

RGB channels and saturation

R 197 of 255 = 77%
G 101 of 255 = 40%
B 180 of 255 = 71%

197
101
180

R + G + B ~ 63%. #C565B4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 101 + 180 = 478 (100%)
R 197 of 478 ~ 41.21%
G 101 of 478 ~ 21.13%
B 180 of 478 ~ 37.66'%

%41.21
%21.13
%37.66

CMYK color model

#C565B4 color CMYK value is (0,49,9,23).

  • cyan value is 0.00%
  • magenta value is 48.73%
  • yellow value is 8.63%
  • key color value is 22.75%

CMYK: (0,49,9,23)
C0M49Y9K23 (0%, 49%, 9%, 23%)
(0.00 / 0.49 / 0.09 / 0.23)

CMYK percentages

%0
%48.73
%8.63
%22.75

Codes

Color #C565B4 in popluar color models

C5 65 B4
RGB 197 101 180
HSL 311° 45.28% 58.43%
HSB/HSV 311° 48.73% 77.25%
CMYK 0.00% 48.73% 8.63%
22.75%

Color #C565B4 in popluar number systems.

HEX C5 65 B4
Decimal 197 101 180
Binary 11000101 1100101 10110100
Octal 305 145 264

Shades and tints

Shades of #C565B4

#C565B4
(197,101,180)
#B45CA4
(180,92,164)
#A35394
(163,83,148)
#924A84
(146,74,132)
#814174
(129,65,116)
#703864
(112,56,100)
#5F2F54
(95,47,84)
#4E2644
(78,38,68)
#3D1D34
(61,29,52)
#2C1424
(44,20,36)
#1B0B14
(27,11,20)
#000000
(0,0,0)

Tints of #C565B4

#C565B4
(197,101,180)
#CA73BA
(202,115,186)
#CF81C0
(207,129,192)
#D48FC6
(212,143,198)
#D99DCC
(217,157,204)
#DEABD2
(222,171,210)
#E3B9D8
(227,185,216)
#E8C7DE
(232,199,222)
#EDD5E4
(237,213,228)
#F2E3EA
(242,227,234)
#F7F1F0
(247,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C565B4 color. Also use rgb(197,101,180) instead hex code.

Text Font Color

.myTextColor { color: #C565B4; }

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

This text font color is #C565B4.

Background Color

.myBgColor { background-color: #C565B4; }

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

This div background color is #C565B4.

Border color

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

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

This div border color is #C565B4.

Opacity

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

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

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

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

This text has shadow with #C565B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C565B4.

Preview

Color preview on black background

This text has color #C565B4 on black background.


Color preview on white background

This text has color #C565B4 on white background.


Black color preview on #C565B4 background

This text has black color on #C565B4 background.


White color preview on #C565B4 background

This text has white color on #C565B4 background.


Related colors

Complementary color

Complementary color for #hex is #3A9A4B.


I love getcolorcode.com

Triadic colors

1 #B4C565 and #65B4C5 with #C565B4 are triadic colors.

2 #B465C5 and #65C5B4 with #C565B4 are triadic colors.