COLOR #C68BC2

HEX: #C68BC2 RGB: (198,139,194)

Color info

#C68BC2 contains red, green and blue colors in about the same proportion. Web safe color of #C68BC2 is #CC99CC (or #C9C).

RGB color model

#C68BC2 color RGB value is (198,139,194).

RGB: (198,139,194) (78%, 55%, 76%)

RGB channels and saturation

R 198 of 255 = 78%
G 139 of 255 = 55%
B 194 of 255 = 76%

198
139
194

R + G + B ~ 70%. #C68BC2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 139 + 194 = 531 (100%)
R 198 of 531 ~ 37.29%
G 139 of 531 ~ 26.18%
B 194 of 531 ~ 36.53'%

%37.29
%26.18
%36.53

CMYK color model

#C68BC2 color CMYK value is (0,30,2,22).

  • cyan value is 0.00%
  • magenta value is 29.80%
  • yellow value is 2.02%
  • key color value is 22.35%
CMYK: (0,30,2,22) C0M30Y2K22 (0%,30%,2%,22%) (0.00/0.30/0.02/0.22) 

CMYK percentages

%0
%29.8
%2.02
%22.35

Codes

Color #C68BC2 in popluar color models

C6 8B C2
RGB 198 139 194
HSL 304° 34.10% 66.08%
HSB/HSV 304° 29.80% 77.65%
CMYK 0.00% 29.80% 2.02%
22.35%

Color #C68BC2 in popluar number systems.

HEX C6 8B C2
Decimal 198 139 194
Binary 11000110 10001011 11000010
Octal 306 213 302

Shades and tints

Shades of #C68BC2

#C68BC2
(198,139,194)
#B47FB1
(180,127,177)
#A273A0
(162,115,160)
#90678F
(144,103,143)
#7E5B7E
(126,91,126)
#6C4F6D
(108,79,109)
#5A435C
(90,67,92)
#48374B
(72,55,75)
#362B3A
(54,43,58)
#241F29
(36,31,41)
#121318
(18,19,24)
#000000
(0,0,0)

Tints of #C68BC2

#C68BC2
(198,139,194)
#CB95C7
(203,149,199)
#D09FCC
(208,159,204)
#D5A9D1
(213,169,209)
#DAB3D6
(218,179,214)
#DFBDDB
(223,189,219)
#E4C7E0
(228,199,224)
#E9D1E5
(233,209,229)
#EEDBEA
(238,219,234)
#F3E5EF
(243,229,239)
#F8EFF4
(248,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C68BC2 color. Also use rgb(198,139,194) instead hex code.

Text Font Color

.myTextColor { color: #C68BC2; }

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

This text font color is #C68BC2.

Background Color

.myBgColor { background-color: #C68BC2; }

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

This div background color is #C68BC2.

Border color

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

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

This div border color is #C68BC2.

Opacity

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

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

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

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

This text has shadow with #C68BC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C68BC2.

Preview

Color preview on black background

This text has color #C68BC2 on black background.


Color preview on white background

This text has color #C68BC2 on white background.


Black color preview on #C68BC2 background

This text has black color on #C68BC2 background.


White color preview on #C68BC2 background

This text has white color on #C68BC2 background.


Related colors

Complementary color

Complementary color for #hex is #39743D.


I love getcolorcode.com

Triadic colors

1 #C2C68B and #8BC2C6 with #C68BC2 are triadic colors.

2 #C28BC6 and #8BC6C2 with #C68BC2 are triadic colors.