COLOR #C68ACC

HEX: #C68ACC RGB: (198,138,204)

Color info

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

RGB color model

#C68ACC color RGB value is (198,138,204).

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

RGB channels and saturation

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

198
138
204

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

Portions of RGB colors in percentages

R + G + B = 198 + 138 + 204 = 540 (100%)
R 198 of 540 ~ 36.67%
G 138 of 540 ~ 25.56%
B 204 of 540 ~ 37.78'%

%36.67
%25.56
%37.78

CMYK color model

#C68ACC color CMYK value is (3,32,0,20).

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

CMYK: (3,32,0,20)
C3M32Y0K20 (3%, 32%, 0%, 20%)
(0.03 / 0.32 / 0.00 / 0.20)

CMYK percentages

%2.94
%32.35
%0
%20

Codes

Color #C68ACC in popluar color models

C6 8A CC
RGB 198 138 204
HSL 295° 39.29% 67.06%
HSB/HSV 295° 32.35% 80.00%
CMYK 2.94% 32.35% 0.00%
20.00%

Color #C68ACC in popluar number systems.

HEX C6 8A CC
Decimal 198 138 204
Binary 11000110 10001010 11001100
Octal 306 212 314

Shades and tints

Shades of #C68ACC

#C68ACC
(198,138,204)
#B47EBA
(180,126,186)
#A272A8
(162,114,168)
#906696
(144,102,150)
#7E5A84
(126,90,132)
#6C4E72
(108,78,114)
#5A4260
(90,66,96)
#48364E
(72,54,78)
#362A3C
(54,42,60)
#241E2A
(36,30,42)
#121218
(18,18,24)
#000000
(0,0,0)

Tints of #C68ACC

#C68ACC
(198,138,204)
#CB94D0
(203,148,208)
#D09ED4
(208,158,212)
#D5A8D8
(213,168,216)
#DAB2DC
(218,178,220)
#DFBCE0
(223,188,224)
#E4C6E4
(228,198,228)
#E9D0E8
(233,208,232)
#EEDAEC
(238,218,236)
#F3E4F0
(243,228,240)
#F8EEF4
(248,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C68ACC; }

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

This text font color is #C68ACC.

Background Color

.myBgColor { background-color: #C68ACC; }

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

This div background color is #C68ACC.

Border color

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

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

This div border color is #C68ACC.

Opacity

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

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

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

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

This text has shadow with #C68ACC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C68ACC.

Preview

Color preview on black background

This text has color #C68ACC on black background.


Color preview on white background

This text has color #C68ACC on white background.


Black color preview on #C68ACC background

This text has black color on #C68ACC background.


White color preview on #C68ACC background

This text has white color on #C68ACC background.


Related colors

Complementary color

Complementary color for #hex is #397533.


I love getcolorcode.com

Triadic colors

1 #CCC68A and #8ACCC6 with #C68ACC are triadic colors.

2 #CC8AC6 and #8AC6CC with #C68ACC are triadic colors.