COLOR #C68AD2

HEX: #C68AD2
RGB: (198,138,210)

Color info

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

RGB color model

#C68AD2 color RGB value is (198,138,210).

  • red value is 198;
  • green value is 138;
  • blue value is 210.
RGB:
(198,138,210)
(78%,54%,82%)

RGB channels and saturation

R 198 of 255 = 78%
G 138 of 255 = 54%
B 210 of 255 = 82%

198
138
210

R + G + B ~ 71%. #C68AD2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 138 + 210 = 546 (100%)
R 198 of 546 ~ 36.26%
G 138 of 546 ~ 25.27%
B 210 of 546 ~ 38.46%

%36.26
%25.27
%38.46

CMYK color model

#C68AD2 color CMYK value is (6,34,0,18).

  • cyan value is 5.71%
  • magenta value is 34.29%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(6,34,0,18)
C6M34Y0K18 
(6%,34%,0%,18%)
(0.06/0.34/0.00/0.18)	

CMYK percentages

%5.71
%34.29
%0
%17.65

Codes

Color #C68AD2 in popluar color models

C68AD2
RGB198138210
HSL290°44.44%68.24%
HSB/HSV290°34.29%82.35%
CMYK5.71%34.29%0.00%
17.65%

Color #C68AD2 in popluar number systems.

HEXC68AD2
Decimal198138210
Binary110001101000101011010010
Octal306212322

Shades and tints

Shades of #C68AD2

#C68AD2
(198,138,210)
#B47EBF
(180,126,191)
#A272AC
(162,114,172)
#906699
(144,102,153)
#7E5A86
(126,90,134)
#6C4E73
(108,78,115)
#5A4260
(90,66,96)
#48364D
(72,54,77)
#362A3A
(54,42,58)
#241E27
(36,30,39)
#121214
(18,18,20)
#000000
(0,0,0)

Tints of #C68AD2

#C68AD2
(198,138,210)
#CB94D6
(203,148,214)
#D09EDA
(208,158,218)
#D5A8DE
(213,168,222)
#DAB2E2
(218,178,226)
#DFBCE6
(223,188,230)
#E4C6EA
(228,198,234)
#E9D0EE
(233,208,238)
#EEDAF2
(238,218,242)
#F3E4F6
(243,228,246)
#F8EEFA
(248,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C68AD2 color. Also use rgb(198,138,210) instead hex code.

Text Font Color

.myTextColor { color: #C68AD2; }

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

This text font color is #C68AD2.


Background Color

.myBgColor { background-color: #C68AD2; }

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

This div background color is #C68AD2.


Border color

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

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

This div border color is #C68AD2.


Opacity

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

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

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

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

This text has shadow with #C68AD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C68AD2 on black background.


Color preview on white background

This text has color #C68AD2 on white background.



Black color preview on #C68AD2 background

This text has black color on #C68AD2 background.


White color preview on #C68AD2 background

This text has white color on #C68AD2 background.