COLOR #C68CE0

HEX: #C68CE0
RGB: (198,140,224)

Color info

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

RGB color model

#C68CE0 color RGB value is (198,140,224).

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

RGB channels and saturation

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

198
140
224

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

Portions of RGB colors in percentages

R + G + B =
198 + 140 + 224 = 562 (100%)
R 198 of 562 ~ 35.23%
G 140 of 562 ~ 24.91%
B 224 of 562 ~ 39.86%

%35.23
%24.91
%39.86

CMYK color model

#C68CE0 color CMYK value is (12,38,0,12).

  • cyan value is 11.61%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(12,38,0,12)
C12M38Y0K12 
(12%,38%,0%,12%)
(0.12/0.38/0.00/0.12)	

CMYK percentages

%11.61
%37.5
%0
%12.16

Codes

Color #C68CE0 in popluar color models

C68CE0
RGB198140224
HSL281°57.53%71.37%
HSB/HSV281°37.50%87.84%
CMYK11.61%37.50%0.00%
12.16%

Color #C68CE0 in popluar number systems.

HEXC68CE0
Decimal198140224
Binary110001101000110011100000
Octal306214340

Shades and tints

Shades of #C68CE0

#C68CE0
(198,140,224)
#B480CC
(180,128,204)
#A274B8
(162,116,184)
#9068A4
(144,104,164)
#7E5C90
(126,92,144)
#6C507C
(108,80,124)
#5A4468
(90,68,104)
#483854
(72,56,84)
#362C40
(54,44,64)
#24202C
(36,32,44)
#121418
(18,20,24)
#000000
(0,0,0)

Tints of #C68CE0

#C68CE0
(198,140,224)
#CB96E2
(203,150,226)
#D0A0E4
(208,160,228)
#D5AAE6
(213,170,230)
#DAB4E8
(218,180,232)
#DFBEEA
(223,190,234)
#E4C8EC
(228,200,236)
#E9D2EE
(233,210,238)
#EEDCF0
(238,220,240)
#F3E6F2
(243,230,242)
#F8F0F4
(248,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C68CE0; }

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

This text font color is #C68CE0.


Background Color

.myBgColor { background-color: #C68CE0; }

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

This div background color is #C68CE0.


Border color

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

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

This div border color is #C68CE0.


Opacity

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

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

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

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

This text has shadow with #C68CE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C68CE0 on black background.


Color preview on white background

This text has color #C68CE0 on white background.



Black color preview on #C68CE0 background

This text has black color on #C68CE0 background.


White color preview on #C68CE0 background

This text has white color on #C68CE0 background.