COLOR #C66DCD

HEX: #C66DCD RGB: (198,109,205)

Color info

#C66DCD contains mainly red and blue colors. Web safe color of #C66DCD is #CC66CC (or #C6C).

RGB color model

#C66DCD color RGB value is (198,109,205).

RGB: (198,109,205) (78%, 43%, 80%)

RGB channels and saturation

R 198 of 255 = 78%
G 109 of 255 = 43%
B 205 of 255 = 80%

198
109
205

R + G + B ~ 67%. #C66DCD is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 109 + 205 = 512 (100%)
R 198 of 512 ~ 38.67%
G 109 of 512 ~ 21.29%
B 205 of 512 ~ 40.04'%

%38.67
%21.29
%40.04

CMYK color model

#C66DCD color CMYK value is (3,47,0,20).

  • cyan value is 3.41%
  • magenta value is 46.83%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (3,47,0,20)
C3M47Y0K20 (3%, 47%, 0%, 20%)
(0.03 / 0.47 / 0.00 / 0.20)

CMYK percentages

%3.41
%46.83
%0
%19.61

Codes

Color #C66DCD in popluar color models

C6 6D CD
RGB 198 109 205
HSL 296° 48.98% 61.57%
HSB/HSV 296° 46.83% 80.39%
CMYK 3.41% 46.83% 0.00%
19.61%

Color #C66DCD in popluar number systems.

HEX C6 6D CD
Decimal 198 109 205
Binary 11000110 1101101 11001101
Octal 306 155 315

Shades and tints

Shades of #C66DCD

#C66DCD
(198,109,205)
#B464BB
(180,100,187)
#A25BA9
(162,91,169)
#905297
(144,82,151)
#7E4985
(126,73,133)
#6C4073
(108,64,115)
#5A3761
(90,55,97)
#482E4F
(72,46,79)
#36253D
(54,37,61)
#241C2B
(36,28,43)
#121319
(18,19,25)
#000000
(0,0,0)

Tints of #C66DCD

#C66DCD
(198,109,205)
#CB7AD1
(203,122,209)
#D087D5
(208,135,213)
#D594D9
(213,148,217)
#DAA1DD
(218,161,221)
#DFAEE1
(223,174,225)
#E4BBE5
(228,187,229)
#E9C8E9
(233,200,233)
#EED5ED
(238,213,237)
#F3E2F1
(243,226,241)
#F8EFF5
(248,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C66DCD color. Also use rgb(198,109,205) instead hex code.

Text Font Color

.myTextColor { color: #C66DCD; }

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

This text font color is #C66DCD.

Background Color

.myBgColor { background-color: #C66DCD; }

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

This div background color is #C66DCD.

Border color

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

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

This div border color is #C66DCD.

Opacity

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

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

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

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

This text has shadow with #C66DCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C66DCD.

Preview

Color preview on black background

This text has color #C66DCD on black background.


Color preview on white background

This text has color #C66DCD on white background.


Black color preview on #C66DCD background

This text has black color on #C66DCD background.


White color preview on #C66DCD background

This text has white color on #C66DCD background.


Related colors

Complementary color

Complementary color for #hex is #399232.


I love getcolorcode.com

Triadic colors

1 #CDC66D and #6DCDC6 with #C66DCD are triadic colors.

2 #CD6DC6 and #6DC6CD with #C66DCD are triadic colors.