COLOR #C689CC

HEX: #C689CC RGB: (198,137,204)

Color info

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

RGB color model

#C689CC color RGB value is (198,137,204).

RGB: (198,137,204) (78%, 54%, 80%)

RGB channels and saturation

R 198 of 255 = 78%
G 137 of 255 = 54%
B 204 of 255 = 80%

198
137
204

R + G + B ~ 71%. #C689CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 137 + 204 = 539 (100%)
R 198 of 539 ~ 36.73%
G 137 of 539 ~ 25.42%
B 204 of 539 ~ 37.85'%

%36.73
%25.42
%37.85

CMYK color model

#C689CC color CMYK value is (3,33,0,20).

  • cyan value is 2.94%
  • magenta value is 32.84%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (3,33,0,20)
C3M33Y0K20 (3%, 33%, 0%, 20%)
(0.03 / 0.33 / 0.00 / 0.20)

CMYK percentages

%2.94
%32.84
%0
%20

Codes

Color #C689CC in popluar color models

C6 89 CC
RGB 198 137 204
HSL 295° 39.64% 66.86%
HSB/HSV 295° 32.84% 80.00%
CMYK 2.94% 32.84% 0.00%
20.00%

Color #C689CC in popluar number systems.

HEX C6 89 CC
Decimal 198 137 204
Binary 11000110 10001001 11001100
Octal 306 211 314

Shades and tints

Shades of #C689CC

#C689CC
(198,137,204)
#B47DBA
(180,125,186)
#A271A8
(162,113,168)
#906596
(144,101,150)
#7E5984
(126,89,132)
#6C4D72
(108,77,114)
#5A4160
(90,65,96)
#48354E
(72,53,78)
#36293C
(54,41,60)
#241D2A
(36,29,42)
#121118
(18,17,24)
#000000
(0,0,0)

Tints of #C689CC

#C689CC
(198,137,204)
#CB93D0
(203,147,208)
#D09DD4
(208,157,212)
#D5A7D8
(213,167,216)
#DAB1DC
(218,177,220)
#DFBBE0
(223,187,224)
#E4C5E4
(228,197,228)
#E9CFE8
(233,207,232)
#EED9EC
(238,217,236)
#F3E3F0
(243,227,240)
#F8EDF4
(248,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C689CC color. Also use rgb(198,137,204) instead hex code.

Text Font Color

.myTextColor { color: #C689CC; }

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

This text font color is #C689CC.

Background Color

.myBgColor { background-color: #C689CC; }

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

This div background color is #C689CC.

Border color

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

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

This div border color is #C689CC.

Opacity

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

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

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

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

This text has shadow with #C689CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C689CC.

Preview

Color preview on black background

This text has color #C689CC on black background.


Color preview on white background

This text has color #C689CC on white background.


Black color preview on #C689CC background

This text has black color on #C689CC background.


White color preview on #C689CC background

This text has white color on #C689CC background.


Related colors

Complementary color

Complementary color for #hex is #397633.


I love getcolorcode.com

Triadic colors

1 #CCC689 and #89CCC6 with #C689CC are triadic colors.

2 #CC89C6 and #89C6CC with #C689CC are triadic colors.