COLOR #C688C4

HEX: #C688C4 RGB: (198,136,196)

Color info

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

RGB color model

#C688C4 color RGB value is (198,136,196).

RGB: (198,136,196) (78%, 53%, 77%)

RGB channels and saturation

R 198 of 255 = 78%
G 136 of 255 = 53%
B 196 of 255 = 77%

198
136
196

R + G + B ~ 69%. #C688C4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 136 + 196 = 530 (100%)
R 198 of 530 ~ 37.36%
G 136 of 530 ~ 25.66%
B 196 of 530 ~ 36.98'%

%37.36
%25.66
%36.98

CMYK color model

#C688C4 color CMYK value is (0,31,1,22).

  • cyan value is 0.00%
  • magenta value is 31.31%
  • yellow value is 1.01%
  • key color value is 22.35%
CMYK: (0,31,1,22) C0M31Y1K22 (0%,31%,1%,22%) (0.00/0.31/0.01/0.22) 

CMYK percentages

%0
%31.31
%1.01
%22.35

Codes

Color #C688C4 in popluar color models

C6 88 C4
RGB 198 136 196
HSL 302° 35.23% 65.49%
HSB/HSV 302° 31.31% 77.65%
CMYK 0.00% 31.31% 1.01%
22.35%

Color #C688C4 in popluar number systems.

HEX C6 88 C4
Decimal 198 136 196
Binary 11000110 10001000 11000100
Octal 306 210 304

Shades and tints

Shades of #C688C4

#C688C4
(198,136,196)
#B47CB3
(180,124,179)
#A270A2
(162,112,162)
#906491
(144,100,145)
#7E5880
(126,88,128)
#6C4C6F
(108,76,111)
#5A405E
(90,64,94)
#48344D
(72,52,77)
#36283C
(54,40,60)
#241C2B
(36,28,43)
#12101A
(18,16,26)
#000000
(0,0,0)

Tints of #C688C4

#C688C4
(198,136,196)
#CB92C9
(203,146,201)
#D09CCE
(208,156,206)
#D5A6D3
(213,166,211)
#DAB0D8
(218,176,216)
#DFBADD
(223,186,221)
#E4C4E2
(228,196,226)
#E9CEE7
(233,206,231)
#EED8EC
(238,216,236)
#F3E2F1
(243,226,241)
#F8ECF6
(248,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C688C4 color. Also use rgb(198,136,196) instead hex code.

Text Font Color

.myTextColor { color: #C688C4; }

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

This text font color is #C688C4.

Background Color

.myBgColor { background-color: #C688C4; }

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

This div background color is #C688C4.

Border color

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

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

This div border color is #C688C4.

Opacity

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

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

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

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

This text has shadow with #C688C4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C688C4.

Preview

Color preview on black background

This text has color #C688C4 on black background.


Color preview on white background

This text has color #C688C4 on white background.


Black color preview on #C688C4 background

This text has black color on #C688C4 background.


White color preview on #C688C4 background

This text has white color on #C688C4 background.


Related colors

Complementary color

Complementary color for #hex is #39773B.


I love getcolorcode.com

Triadic colors

1 #C4C688 and #88C4C6 with #C688C4 are triadic colors.

2 #C488C6 and #88C6C4 with #C688C4 are triadic colors.