COLOR #C68DE5

HEX: #C68DE5 RGB: (198,141,229)

Color info

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

RGB color model

#C68DE5 color RGB value is (198,141,229).

RGB: (198,141,229) (78%, 55%, 90%)

RGB channels and saturation

R 198 of 255 = 78%
G 141 of 255 = 55%
B 229 of 255 = 90%

198
141
229

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

Portions of RGB colors in percentages

R + G + B = 198 + 141 + 229 = 568 (100%)
R 198 of 568 ~ 34.86%
G 141 of 568 ~ 24.82%
B 229 of 568 ~ 40.32'%

%34.86
%24.82
%40.32

CMYK color model

#C68DE5 color CMYK value is (14,38,0,10).

  • cyan value is 13.54%
  • magenta value is 38.43%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (14,38,0,10)
C14M38Y0K10 (14%, 38%, 0%, 10%)
(0.14 / 0.38 / 0.00 / 0.10)

CMYK percentages

%13.54
%38.43
%0
%10.2

Codes

Color #C68DE5 in popluar color models

C6 8D E5
RGB 198 141 229
HSL 279° 62.86% 72.55%
HSB/HSV 279° 38.43% 89.80%
CMYK 13.54% 38.43% 0.00%
10.20%

Color #C68DE5 in popluar number systems.

HEX C6 8D E5
Decimal 198 141 229
Binary 11000110 10001101 11100101
Octal 306 215 345

Shades and tints

Shades of #C68DE5

#C68DE5
(198,141,229)
#B481D1
(180,129,209)
#A275BD
(162,117,189)
#9069A9
(144,105,169)
#7E5D95
(126,93,149)
#6C5181
(108,81,129)
#5A456D
(90,69,109)
#483959
(72,57,89)
#362D45
(54,45,69)
#242131
(36,33,49)
#12151D
(18,21,29)
#000000
(0,0,0)

Tints of #C68DE5

#C68DE5
(198,141,229)
#CB97E7
(203,151,231)
#D0A1E9
(208,161,233)
#D5ABEB
(213,171,235)
#DAB5ED
(218,181,237)
#DFBFEF
(223,191,239)
#E4C9F1
(228,201,241)
#E9D3F3
(233,211,243)
#EEDDF5
(238,221,245)
#F3E7F7
(243,231,247)
#F8F1F9
(248,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C68DE5; }

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

This text font color is #C68DE5.

Background Color

.myBgColor { background-color: #C68DE5; }

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

This div background color is #C68DE5.

Border color

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

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

This div border color is #C68DE5.

Opacity

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

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

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

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

This text has shadow with #C68DE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C68DE5.

Preview

Color preview on black background

This text has color #C68DE5 on black background.


Color preview on white background

This text has color #C68DE5 on white background.


Black color preview on #C68DE5 background

This text has black color on #C68DE5 background.


White color preview on #C68DE5 background

This text has white color on #C68DE5 background.


Related colors

Complementary color

Complementary color for #hex is #39721A.


I love getcolorcode.com

Triadic colors

1 #E5C68D and #8DE5C6 with #C68DE5 are triadic colors.

2 #E58DC6 and #8DC6E5 with #C68DE5 are triadic colors.