COLOR #C68FDF

HEX: #C68FDF RGB: (198,143,223)

Color info

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

RGB color model

#C68FDF color RGB value is (198,143,223).

RGB: (198,143,223) (78%, 56%, 87%)

RGB channels and saturation

R 198 of 255 = 78%
G 143 of 255 = 56%
B 223 of 255 = 87%

198
143
223

R + G + B ~ 74%. #C68FDF is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 143 + 223 = 564 (100%)
R 198 of 564 ~ 35.11%
G 143 of 564 ~ 25.35%
B 223 of 564 ~ 39.54'%

%35.11
%25.35
%39.54

CMYK color model

#C68FDF color CMYK value is (11,36,0,13).

  • cyan value is 11.21%
  • magenta value is 35.87%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (11,36,0,13)
C11M36Y0K13 (11%, 36%, 0%, 13%)
(0.11 / 0.36 / 0.00 / 0.13)

CMYK percentages

%11.21
%35.87
%0
%12.55

Codes

Color #C68FDF in popluar color models

C6 8F DF
RGB 198 143 223
HSL 281° 55.56% 71.76%
HSB/HSV 281° 35.87% 87.45%
CMYK 11.21% 35.87% 0.00%
12.55%

Color #C68FDF in popluar number systems.

HEX C6 8F DF
Decimal 198 143 223
Binary 11000110 10001111 11011111
Octal 306 217 337

Shades and tints

Shades of #C68FDF

#C68FDF
(198,143,223)
#B482CB
(180,130,203)
#A275B7
(162,117,183)
#9068A3
(144,104,163)
#7E5B8F
(126,91,143)
#6C4E7B
(108,78,123)
#5A4167
(90,65,103)
#483453
(72,52,83)
#36273F
(54,39,63)
#241A2B
(36,26,43)
#120D17
(18,13,23)
#000000
(0,0,0)

Tints of #C68FDF

#C68FDF
(198,143,223)
#CB99E1
(203,153,225)
#D0A3E3
(208,163,227)
#D5ADE5
(213,173,229)
#DAB7E7
(218,183,231)
#DFC1E9
(223,193,233)
#E4CBEB
(228,203,235)
#E9D5ED
(233,213,237)
#EEDFEF
(238,223,239)
#F3E9F1
(243,233,241)
#F8F3F3
(248,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C68FDF; }

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

This text font color is #C68FDF.

Background Color

.myBgColor { background-color: #C68FDF; }

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

This div background color is #C68FDF.

Border color

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

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

This div border color is #C68FDF.

Opacity

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

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

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

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

This text has shadow with #C68FDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C68FDF.

Preview

Color preview on black background

This text has color #C68FDF on black background.


Color preview on white background

This text has color #C68FDF on white background.


Black color preview on #C68FDF background

This text has black color on #C68FDF background.


White color preview on #C68FDF background

This text has white color on #C68FDF background.


Related colors

Complementary color

Complementary color for #hex is #397020.


I love getcolorcode.com

Triadic colors

1 #DFC68F and #8FDFC6 with #C68FDF are triadic colors.

2 #DF8FC6 and #8FC6DF with #C68FDF are triadic colors.