COLOR #C68CC2

HEX: #C68CC2
RGB: (198,140,194)

Color info

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

RGB color model

#C68CC2 color RGB value is (198,140,194).

  • red value is 198;
  • green value is 140;
  • blue value is 194.
RGB:
(198,140,194)
(78%,55%,76%)

RGB channels and saturation

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

198
140
194

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

Portions of RGB colors in percentages

R + G + B =
198 + 140 + 194 = 532 (100%)
R 198 of 532 ~ 37.22%
G 140 of 532 ~ 26.32%
B 194 of 532 ~ 36.47%

%37.22
%26.32
%36.47

CMYK color model

#C68CC2 color CMYK value is (0,29,2,22).

  • cyan value is 0.00%
  • magenta value is 29.29%
  • yellow value is 2.02%
  • key color value is 22.35%
CMYK:
(0,29,2,22)
C0M29Y2K22 
(0%,29%,2%,22%)
(0.00/0.29/0.02/0.22)	

CMYK percentages

%0
%29.29
%2.02
%22.35

Codes

Color #C68CC2 in popluar color models

C68CC2
RGB198140194
HSL304°33.72%66.27%
HSB/HSV304°29.29%77.65%
CMYK0.00%29.29%2.02%
22.35%

Color #C68CC2 in popluar number systems.

HEXC68CC2
Decimal198140194
Binary110001101000110011000010
Octal306214302

Shades and tints

Shades of #C68CC2

#C68CC2
(198,140,194)
#B480B1
(180,128,177)
#A274A0
(162,116,160)
#90688F
(144,104,143)
#7E5C7E
(126,92,126)
#6C506D
(108,80,109)
#5A445C
(90,68,92)
#48384B
(72,56,75)
#362C3A
(54,44,58)
#242029
(36,32,41)
#121418
(18,20,24)
#000000
(0,0,0)

Tints of #C68CC2

#C68CC2
(198,140,194)
#CB96C7
(203,150,199)
#D0A0CC
(208,160,204)
#D5AAD1
(213,170,209)
#DAB4D6
(218,180,214)
#DFBEDB
(223,190,219)
#E4C8E0
(228,200,224)
#E9D2E5
(233,210,229)
#EEDCEA
(238,220,234)
#F3E6EF
(243,230,239)
#F8F0F4
(248,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C68CC2; }

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

This text font color is #C68CC2.


Background Color

.myBgColor { background-color: #C68CC2; }

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

This div background color is #C68CC2.


Border color

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

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

This div border color is #C68CC2.


Opacity

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

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

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

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

This text has shadow with #C68CC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C68CC2 on black background.


Color preview on white background

This text has color #C68CC2 on white background.



Black color preview on #C68CC2 background

This text has black color on #C68CC2 background.


White color preview on #C68CC2 background

This text has white color on #C68CC2 background.