COLOR #C6A0E2

HEX: #C6A0E2
RGB: (198,160,226)

Color info

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

RGB color model

#C6A0E2 color RGB value is (198,160,226).

  • red value is 198;
  • green value is 160;
  • blue value is 226.
RGB:
(198,160,226)
(78%,63%,89%)

RGB channels and saturation

R 198 of 255 = 78%
G 160 of 255 = 63%
B 226 of 255 = 89%

198
160
226

R + G + B ~ 77%. #C6A0E2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 160 + 226 = 584 (100%)
R 198 of 584 ~ 33.9%
G 160 of 584 ~ 27.4%
B 226 of 584 ~ 38.7%

%33.9
%27.4
%38.7

CMYK color model

#C6A0E2 color CMYK value is (12,29,0,11).

  • cyan value is 12.39%
  • magenta value is 29.20%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(12,29,0,11)
C12M29Y0K11 
(12%,29%,0%,11%)
(0.12/0.29/0.00/0.11)	

CMYK percentages

%12.39
%29.2
%0
%11.37

Codes

Color #C6A0E2 in popluar color models

C6A0E2
RGB198160226
HSL275°53.23%75.69%
HSB/HSV275°29.20%88.63%
CMYK12.39%29.20%0.00%
11.37%

Color #C6A0E2 in popluar number systems.

HEXC6A0E2
Decimal198160226
Binary110001101010000011100010
Octal306240342

Shades and tints

Shades of #C6A0E2

#C6A0E2
(198,160,226)
#B492CE
(180,146,206)
#A284BA
(162,132,186)
#9076A6
(144,118,166)
#7E6892
(126,104,146)
#6C5A7E
(108,90,126)
#5A4C6A
(90,76,106)
#483E56
(72,62,86)
#363042
(54,48,66)
#24222E
(36,34,46)
#12141A
(18,20,26)
#000000
(0,0,0)

Tints of #C6A0E2

#C6A0E2
(198,160,226)
#CBA8E4
(203,168,228)
#D0B0E6
(208,176,230)
#D5B8E8
(213,184,232)
#DAC0EA
(218,192,234)
#DFC8EC
(223,200,236)
#E4D0EE
(228,208,238)
#E9D8F0
(233,216,240)
#EEE0F2
(238,224,242)
#F3E8F4
(243,232,244)
#F8F0F6
(248,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6A0E2 color. Also use rgb(198,160,226) instead hex code.

Text Font Color

.myTextColor { color: #C6A0E2; }

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

This text font color is #C6A0E2.


Background Color

.myBgColor { background-color: #C6A0E2; }

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

This div background color is #C6A0E2.


Border color

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

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

This div border color is #C6A0E2.


Opacity

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

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

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

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

This text has shadow with #C6A0E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6A0E2 on black background.


Color preview on white background

This text has color #C6A0E2 on white background.



Black color preview on #C6A0E2 background

This text has black color on #C6A0E2 background.


White color preview on #C6A0E2 background

This text has white color on #C6A0E2 background.