COLOR #C678B4

HEX: #C678B4 RGB: (198,120,180)

Color info

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

RGB color model

#C678B4 color RGB value is (198,120,180).

RGB: (198,120,180) (78%, 47%, 71%)

RGB channels and saturation

R 198 of 255 = 78%
G 120 of 255 = 47%
B 180 of 255 = 71%

198
120
180

R + G + B ~ 65%. #C678B4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 120 + 180 = 498 (100%)
R 198 of 498 ~ 39.76%
G 120 of 498 ~ 24.1%
B 180 of 498 ~ 36.14'%

%39.76
%24.1
%36.14

CMYK color model

#C678B4 color CMYK value is (0,39,9,22).

  • cyan value is 0.00%
  • magenta value is 39.39%
  • yellow value is 9.09%
  • key color value is 22.35%

CMYK: (0,39,9,22)
C0M39Y9K22 (0%, 39%, 9%, 22%)
(0.00 / 0.39 / 0.09 / 0.22)

CMYK percentages

%0
%39.39
%9.09
%22.35

Codes

Color #C678B4 in popluar color models

C6 78 B4
RGB 198 120 180
HSL 314° 40.63% 62.35%
HSB/HSV 314° 39.39% 77.65%
CMYK 0.00% 39.39% 9.09%
22.35%

Color #C678B4 in popluar number systems.

HEX C6 78 B4
Decimal 198 120 180
Binary 11000110 1111000 10110100
Octal 306 170 264

Shades and tints

Shades of #C678B4

#C678B4
(198,120,180)
#B46EA4
(180,110,164)
#A26494
(162,100,148)
#905A84
(144,90,132)
#7E5074
(126,80,116)
#6C4664
(108,70,100)
#5A3C54
(90,60,84)
#483244
(72,50,68)
#362834
(54,40,52)
#241E24
(36,30,36)
#121414
(18,20,20)
#000000
(0,0,0)

Tints of #C678B4

#C678B4
(198,120,180)
#CB84BA
(203,132,186)
#D090C0
(208,144,192)
#D59CC6
(213,156,198)
#DAA8CC
(218,168,204)
#DFB4D2
(223,180,210)
#E4C0D8
(228,192,216)
#E9CCDE
(233,204,222)
#EED8E4
(238,216,228)
#F3E4EA
(243,228,234)
#F8F0F0
(248,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C678B4 color. Also use rgb(198,120,180) instead hex code.

Text Font Color

.myTextColor { color: #C678B4; }

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

This text font color is #C678B4.

Background Color

.myBgColor { background-color: #C678B4; }

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

This div background color is #C678B4.

Border color

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

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

This div border color is #C678B4.

Opacity

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

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

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

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

This text has shadow with #C678B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C678B4.

Preview

Color preview on black background

This text has color #C678B4 on black background.


Color preview on white background

This text has color #C678B4 on white background.


Black color preview on #C678B4 background

This text has black color on #C678B4 background.


White color preview on #C678B4 background

This text has white color on #C678B4 background.


Related colors

Complementary color

Complementary color for #hex is #39874B.


I love getcolorcode.com

Triadic colors

1 #B4C678 and #78B4C6 with #C678B4 are triadic colors.

2 #B478C6 and #78C6B4 with #C678B4 are triadic colors.