COLOR #C6A0E6

HEX: #C6A0E6
RGB: (198,160,230)

Color info

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

RGB color model

#C6A0E6 color RGB value is (198,160,230).

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

RGB channels and saturation

R 198 of 255 = 78%
G 160 of 255 = 63%
B 230 of 255 = 90%

198
160
230

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

Portions of RGB colors in percentages

R + G + B =
198 + 160 + 230 = 588 (100%)
R 198 of 588 ~ 33.67%
G 160 of 588 ~ 27.21%
B 230 of 588 ~ 39.12%

%33.67
%27.21
%39.12

CMYK color model

#C6A0E6 color CMYK value is (14,30,0,10).

  • cyan value is 13.91%
  • magenta value is 30.43%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(14,30,0,10)
C14M30Y0K10 
(14%,30%,0%,10%)
(0.14/0.30/0.00/0.10)	

CMYK percentages

%13.91
%30.43
%0
%9.8

Codes

Color #C6A0E6 in popluar color models

C6A0E6
RGB198160230
HSL273°58.33%76.47%
HSB/HSV273°30.43%90.20%
CMYK13.91%30.43%0.00%
9.80%

Color #C6A0E6 in popluar number systems.

HEXC6A0E6
Decimal198160230
Binary110001101010000011100110
Octal306240346

Shades and tints

Shades of #C6A0E6

#C6A0E6
(198,160,230)
#B492D2
(180,146,210)
#A284BE
(162,132,190)
#9076AA
(144,118,170)
#7E6896
(126,104,150)
#6C5A82
(108,90,130)
#5A4C6E
(90,76,110)
#483E5A
(72,62,90)
#363046
(54,48,70)
#242232
(36,34,50)
#12141E
(18,20,30)
#000000
(0,0,0)

Tints of #C6A0E6

#C6A0E6
(198,160,230)
#CBA8E8
(203,168,232)
#D0B0EA
(208,176,234)
#D5B8EC
(213,184,236)
#DAC0EE
(218,192,238)
#DFC8F0
(223,200,240)
#E4D0F2
(228,208,242)
#E9D8F4
(233,216,244)
#EEE0F6
(238,224,246)
#F3E8F8
(243,232,248)
#F8F0FA
(248,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6A0E6; }

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

This text font color is #C6A0E6.


Background Color

.myBgColor { background-color: #C6A0E6; }

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

This div background color is #C6A0E6.


Border color

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

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

This div border color is #C6A0E6.


Opacity

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

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

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

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

This text has shadow with #C6A0E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6A0E6 on black background.


Color preview on white background

This text has color #C6A0E6 on white background.



Black color preview on #C6A0E6 background

This text has black color on #C6A0E6 background.


White color preview on #C6A0E6 background

This text has white color on #C6A0E6 background.