COLOR #C68DE0

HEX: #C68DE0
RGB: (198,141,224)

Color info

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

RGB color model

#C68DE0 color RGB value is (198,141,224).

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

RGB channels and saturation

R 198 of 255 = 78%
G 141 of 255 = 55%
B 224 of 255 = 88%

198
141
224

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

Portions of RGB colors in percentages

R + G + B =
198 + 141 + 224 = 563 (100%)
R 198 of 563 ~ 35.17%
G 141 of 563 ~ 25.04%
B 224 of 563 ~ 39.79%

%35.17
%25.04
%39.79

CMYK color model

#C68DE0 color CMYK value is (12,37,0,12).

  • cyan value is 11.61%
  • magenta value is 37.05%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(12,37,0,12)
C12M37Y0K12 
(12%,37%,0%,12%)
(0.12/0.37/0.00/0.12)	

CMYK percentages

%11.61
%37.05
%0
%12.16

Codes

Color #C68DE0 in popluar color models

C68DE0
RGB198141224
HSL281°57.24%71.57%
HSB/HSV281°37.05%87.84%
CMYK11.61%37.05%0.00%
12.16%

Color #C68DE0 in popluar number systems.

HEXC68DE0
Decimal198141224
Binary110001101000110111100000
Octal306215340

Shades and tints

Shades of #C68DE0

#C68DE0
(198,141,224)
#B481CC
(180,129,204)
#A275B8
(162,117,184)
#9069A4
(144,105,164)
#7E5D90
(126,93,144)
#6C517C
(108,81,124)
#5A4568
(90,69,104)
#483954
(72,57,84)
#362D40
(54,45,64)
#24212C
(36,33,44)
#121518
(18,21,24)
#000000
(0,0,0)

Tints of #C68DE0

#C68DE0
(198,141,224)
#CB97E2
(203,151,226)
#D0A1E4
(208,161,228)
#D5ABE6
(213,171,230)
#DAB5E8
(218,181,232)
#DFBFEA
(223,191,234)
#E4C9EC
(228,201,236)
#E9D3EE
(233,211,238)
#EEDDF0
(238,221,240)
#F3E7F2
(243,231,242)
#F8F1F4
(248,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C68DE0; }

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

This text font color is #C68DE0.


Background Color

.myBgColor { background-color: #C68DE0; }

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

This div background color is #C68DE0.


Border color

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

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

This div border color is #C68DE0.


Opacity

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

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

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

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

This text has shadow with #C68DE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C68DE0 on black background.


Color preview on white background

This text has color #C68DE0 on white background.



Black color preview on #C68DE0 background

This text has black color on #C68DE0 background.


White color preview on #C68DE0 background

This text has white color on #C68DE0 background.