COLOR #C68FD9

HEX: #C68FD9
RGB: (198,143,217)

Color info

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

RGB color model

#C68FD9 color RGB value is (198,143,217).

  • red value is 198;
  • green value is 143;
  • blue value is 217.
RGB:
(198,143,217)
(78%,56%,85%)

RGB channels and saturation

R 198 of 255 = 78%
G 143 of 255 = 56%
B 217 of 255 = 85%

198
143
217

R + G + B ~ 73%. #C68FD9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 143 + 217 = 558 (100%)
R 198 of 558 ~ 35.48%
G 143 of 558 ~ 25.63%
B 217 of 558 ~ 38.89%

%35.48
%25.63
%38.89

CMYK color model

#C68FD9 color CMYK value is (9,34,0,15).

  • cyan value is 8.76%
  • magenta value is 34.10%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(9,34,0,15)
C9M34Y0K15 
(9%,34%,0%,15%)
(0.09/0.34/0.00/0.15)	

CMYK percentages

%8.76
%34.1
%0
%14.9

Codes

Color #C68FD9 in popluar color models

C68FD9
RGB198143217
HSL285°49.33%70.59%
HSB/HSV285°34.10%85.10%
CMYK8.76%34.10%0.00%
14.90%

Color #C68FD9 in popluar number systems.

HEXC68FD9
Decimal198143217
Binary110001101000111111011001
Octal306217331

Shades and tints

Shades of #C68FD9

#C68FD9
(198,143,217)
#B482C6
(180,130,198)
#A275B3
(162,117,179)
#9068A0
(144,104,160)
#7E5B8D
(126,91,141)
#6C4E7A
(108,78,122)
#5A4167
(90,65,103)
#483454
(72,52,84)
#362741
(54,39,65)
#241A2E
(36,26,46)
#120D1B
(18,13,27)
#000000
(0,0,0)

Tints of #C68FD9

#C68FD9
(198,143,217)
#CB99DC
(203,153,220)
#D0A3DF
(208,163,223)
#D5ADE2
(213,173,226)
#DAB7E5
(218,183,229)
#DFC1E8
(223,193,232)
#E4CBEB
(228,203,235)
#E9D5EE
(233,213,238)
#EEDFF1
(238,223,241)
#F3E9F4
(243,233,244)
#F8F3F7
(248,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C68FD9 color. Also use rgb(198,143,217) instead hex code.

Text Font Color

.myTextColor { color: #C68FD9; }

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

This text font color is #C68FD9.


Background Color

.myBgColor { background-color: #C68FD9; }

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

This div background color is #C68FD9.


Border color

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

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

This div border color is #C68FD9.


Opacity

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

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

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

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

This text has shadow with #C68FD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C68FD9 on black background.


Color preview on white background

This text has color #C68FD9 on white background.



Black color preview on #C68FD9 background

This text has black color on #C68FD9 background.


White color preview on #C68FD9 background

This text has white color on #C68FD9 background.