COLOR #C68CD6

HEX: #C68CD6 RGB: (198,140,214)

Color info

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

RGB color model

#C68CD6 color RGB value is (198,140,214).

RGB: (198,140,214) (78%, 55%, 84%)

RGB channels and saturation

R 198 of 255 = 78%
G 140 of 255 = 55%
B 214 of 255 = 84%

198
140
214

R + G + B ~ 72%. #C68CD6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 140 + 214 = 552 (100%)
R 198 of 552 ~ 35.87%
G 140 of 552 ~ 25.36%
B 214 of 552 ~ 38.77'%

%35.87
%25.36
%38.77

CMYK color model

#C68CD6 color CMYK value is (7,35,0,16).

  • cyan value is 7.48%
  • magenta value is 34.58%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK: (7,35,0,16) C7M35Y0K16 (7%,35%,0%,16%) (0.07/0.35/0.00/0.16) 

CMYK percentages

%7.48
%34.58
%0
%16.08

Codes

Color #C68CD6 in popluar color models

C6 8C D6
RGB 198 140 214
HSL 287° 47.44% 69.41%
HSB/HSV 287° 34.58% 83.92%
CMYK 7.48% 34.58% 0.00%
16.08%

Color #C68CD6 in popluar number systems.

HEX C6 8C D6
Decimal 198 140 214
Binary 11000110 10001100 11010110
Octal 306 214 326

Shades and tints

Shades of #C68CD6

#C68CD6
(198,140,214)
#B480C3
(180,128,195)
#A274B0
(162,116,176)
#90689D
(144,104,157)
#7E5C8A
(126,92,138)
#6C5077
(108,80,119)
#5A4464
(90,68,100)
#483851
(72,56,81)
#362C3E
(54,44,62)
#24202B
(36,32,43)
#121418
(18,20,24)
#000000
(0,0,0)

Tints of #C68CD6

#C68CD6
(198,140,214)
#CB96D9
(203,150,217)
#D0A0DC
(208,160,220)
#D5AADF
(213,170,223)
#DAB4E2
(218,180,226)
#DFBEE5
(223,190,229)
#E4C8E8
(228,200,232)
#E9D2EB
(233,210,235)
#EEDCEE
(238,220,238)
#F3E6F1
(243,230,241)
#F8F0F4
(248,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C68CD6 color. Also use rgb(198,140,214) instead hex code.

Text Font Color

.myTextColor { color: #C68CD6; }

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

This text font color is #C68CD6.

Background Color

.myBgColor { background-color: #C68CD6; }

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

This div background color is #C68CD6.

Border color

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

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

This div border color is #C68CD6.

Opacity

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

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

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

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

This text has shadow with #C68CD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C68CD6.

Preview

Color preview on black background

This text has color #C68CD6 on black background.


Color preview on white background

This text has color #C68CD6 on white background.


Black color preview on #C68CD6 background

This text has black color on #C68CD6 background.


White color preview on #C68CD6 background

This text has white color on #C68CD6 background.


Related colors

Complementary color

Complementary color for #hex is #397329.


I love getcolorcode.com

Triadic colors

1 #D6C68C and #8CD6C6 with #C68CD6 are triadic colors.

2 #D68CC6 and #8CC6D6 with #C68CD6 are triadic colors.