COLOR #C6A4F0

HEX: #C6A4F0
RGB: (198,164,240)

Color info

#C6A4F0 contains mainly red and blue colors. Web safe color of #C6A4F0 is #CC99FF (or #C9F).

RGB color model

#C6A4F0 color RGB value is (198,164,240).

  • red value is 198;
  • green value is 164;
  • blue value is 240.
RGB:
(198,164,240)
(78%,64%,94%)

RGB channels and saturation

R 198 of 255 = 78%
G 164 of 255 = 64%
B 240 of 255 = 94%

198
164
240

R + G + B ~ 79%. #C6A4F0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 164 + 240 = 602 (100%)
R 198 of 602 ~ 32.89%
G 164 of 602 ~ 27.24%
B 240 of 602 ~ 39.87%

%32.89
%27.24
%39.87

CMYK color model

#C6A4F0 color CMYK value is (18,32,0,6).

  • cyan value is 17.50%
  • magenta value is 31.67%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(18,32,0,6)
C18M32Y0K6 
(18%,32%,0%,6%)
(0.18/0.32/0.00/0.06)	

CMYK percentages

%17.5
%31.67
%0
%5.88

Codes

Color #C6A4F0 in popluar color models

C6A4F0
RGB198164240
HSL267°71.70%79.22%
HSB/HSV267°31.67%94.12%
CMYK17.50%31.67%0.00%
5.88%

Color #C6A4F0 in popluar number systems.

HEXC6A4F0
Decimal198164240
Binary110001101010010011110000
Octal306244360

Shades and tints

Shades of #C6A4F0

#C6A4F0
(198,164,240)
#B496DB
(180,150,219)
#A288C6
(162,136,198)
#907AB1
(144,122,177)
#7E6C9C
(126,108,156)
#6C5E87
(108,94,135)
#5A5072
(90,80,114)
#48425D
(72,66,93)
#363448
(54,52,72)
#242633
(36,38,51)
#12181E
(18,24,30)
#000000
(0,0,0)

Tints of #C6A4F0

#C6A4F0
(198,164,240)
#CBACF1
(203,172,241)
#D0B4F2
(208,180,242)
#D5BCF3
(213,188,243)
#DAC4F4
(218,196,244)
#DFCCF5
(223,204,245)
#E4D4F6
(228,212,246)
#E9DCF7
(233,220,247)
#EEE4F8
(238,228,248)
#F3ECF9
(243,236,249)
#F8F4FA
(248,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6A4F0 color. Also use rgb(198,164,240) instead hex code.

Text Font Color

.myTextColor { color: #C6A4F0; }

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

This text font color is #C6A4F0.


Background Color

.myBgColor { background-color: #C6A4F0; }

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

This div background color is #C6A4F0.


Border color

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

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

This div border color is #C6A4F0.


Opacity

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

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

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

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

This text has shadow with #C6A4F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6A4F0 on black background.


Color preview on white background

This text has color #C6A4F0 on white background.



Black color preview on #C6A4F0 background

This text has black color on #C6A4F0 background.


White color preview on #C6A4F0 background

This text has white color on #C6A4F0 background.