COLOR #C68DC8

HEX: #C68DC8
RGB: (198,141,200)

Color info

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

RGB color model

#C68DC8 color RGB value is (198,141,200).

  • red value is 198;
  • green value is 141;
  • blue value is 200.
RGB:
(198,141,200)
(78%,55%,78%)

RGB channels and saturation

R 198 of 255 = 78%
G 141 of 255 = 55%
B 200 of 255 = 78%

198
141
200

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

Portions of RGB colors in percentages

R + G + B =
198 + 141 + 200 = 539 (100%)
R 198 of 539 ~ 36.73%
G 141 of 539 ~ 26.16%
B 200 of 539 ~ 37.11%

%36.73
%26.16
%37.11

CMYK color model

#C68DC8 color CMYK value is (1,30,0,22).

  • cyan value is 1.00%
  • magenta value is 29.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(1,30,0,22)
C1M30Y0K22 
(1%,30%,0%,22%)
(0.01/0.30/0.00/0.22)	

CMYK percentages

%1
%29.5
%0
%21.57

Codes

Color #C68DC8 in popluar color models

C68DC8
RGB198141200
HSL298°34.91%66.86%
HSB/HSV298°29.50%78.43%
CMYK1.00%29.50%0.00%
21.57%

Color #C68DC8 in popluar number systems.

HEXC68DC8
Decimal198141200
Binary110001101000110111001000
Octal306215310

Shades and tints

Shades of #C68DC8

#C68DC8
(198,141,200)
#B481B6
(180,129,182)
#A275A4
(162,117,164)
#906992
(144,105,146)
#7E5D80
(126,93,128)
#6C516E
(108,81,110)
#5A455C
(90,69,92)
#48394A
(72,57,74)
#362D38
(54,45,56)
#242126
(36,33,38)
#121514
(18,21,20)
#000000
(0,0,0)

Tints of #C68DC8

#C68DC8
(198,141,200)
#CB97CD
(203,151,205)
#D0A1D2
(208,161,210)
#D5ABD7
(213,171,215)
#DAB5DC
(218,181,220)
#DFBFE1
(223,191,225)
#E4C9E6
(228,201,230)
#E9D3EB
(233,211,235)
#EEDDF0
(238,221,240)
#F3E7F5
(243,231,245)
#F8F1FA
(248,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C68DC8 color. Also use rgb(198,141,200) instead hex code.

Text Font Color

.myTextColor { color: #C68DC8; }

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

This text font color is #C68DC8.


Background Color

.myBgColor { background-color: #C68DC8; }

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

This div background color is #C68DC8.


Border color

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

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

This div border color is #C68DC8.


Opacity

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

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

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

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

This text has shadow with #C68DC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C68DC8 on black background.


Color preview on white background

This text has color #C68DC8 on white background.



Black color preview on #C68DC8 background

This text has black color on #C68DC8 background.


White color preview on #C68DC8 background

This text has white color on #C68DC8 background.