COLOR #C6A1DA

HEX: #C6A1DA RGB: (198,161,218)

Color info

#C6A1DA contains red, green and blue colors in about the same proportion. Web safe color of #C6A1DA is #CC99CC (or #C9C).

RGB color model

#C6A1DA color RGB value is (198,161,218).

RGB: (198,161,218) (78%, 63%, 85%)

RGB channels and saturation

R 198 of 255 = 78%
G 161 of 255 = 63%
B 218 of 255 = 85%

198
161
218

R + G + B ~ 75%. #C6A1DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 161 + 218 = 577 (100%)
R 198 of 577 ~ 34.32%
G 161 of 577 ~ 27.9%
B 218 of 577 ~ 37.78'%

%34.32
%27.9
%37.78

CMYK color model

#C6A1DA color CMYK value is (9,26,0,15).

  • cyan value is 9.17%
  • magenta value is 26.15%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK: (9,26,0,15) C9M26Y0K15 (9%,26%,0%,15%) (0.09/0.26/0.00/0.15) 

CMYK percentages

%9.17
%26.15
%0
%14.51

Codes

Color #C6A1DA in popluar color models

C6 A1 DA
RGB 198 161 218
HSL 279° 43.51% 74.31%
HSB/HSV 279° 26.15% 85.49%
CMYK 9.17% 26.15% 0.00%
14.51%

Color #C6A1DA in popluar number systems.

HEX C6 A1 DA
Decimal 198 161 218
Binary 11000110 10100001 11011010
Octal 306 241 332

Shades and tints

Shades of #C6A1DA

#C6A1DA
(198,161,218)
#B493C7
(180,147,199)
#A285B4
(162,133,180)
#9077A1
(144,119,161)
#7E698E
(126,105,142)
#6C5B7B
(108,91,123)
#5A4D68
(90,77,104)
#483F55
(72,63,85)
#363142
(54,49,66)
#24232F
(36,35,47)
#12151C
(18,21,28)
#000000
(0,0,0)

Tints of #C6A1DA

#C6A1DA
(198,161,218)
#CBA9DD
(203,169,221)
#D0B1E0
(208,177,224)
#D5B9E3
(213,185,227)
#DAC1E6
(218,193,230)
#DFC9E9
(223,201,233)
#E4D1EC
(228,209,236)
#E9D9EF
(233,217,239)
#EEE1F2
(238,225,242)
#F3E9F5
(243,233,245)
#F8F1F8
(248,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6A1DA color. Also use rgb(198,161,218) instead hex code.

Text Font Color

.myTextColor { color: #C6A1DA; }

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

This text font color is #C6A1DA.

Background Color

.myBgColor { background-color: #C6A1DA; }

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

This div background color is #C6A1DA.

Border color

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

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

This div border color is #C6A1DA.

Opacity

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

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

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

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

This text has shadow with #C6A1DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6A1DA.

Preview

Color preview on black background

This text has color #C6A1DA on black background.


Color preview on white background

This text has color #C6A1DA on white background.


Black color preview on #C6A1DA background

This text has black color on #C6A1DA background.


White color preview on #C6A1DA background

This text has white color on #C6A1DA background.


Related colors

Complementary color

Complementary color for #hex is #395E25.


I love getcolorcode.com

Triadic colors

1 #DAC6A1 and #A1DAC6 with #C6A1DA are triadic colors.

2 #DAA1C6 and #A1C6DA with #C6A1DA are triadic colors.