COLOR #C661D3

HEX: #C661D3
RGB: (198,97,211)

Color info

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

RGB color model

#C661D3 color RGB value is (198,97,211).

  • red value is 198;
  • green value is 97;
  • blue value is 211.
RGB:
(198,97,211)
(78%,38%,83%)

RGB channels and saturation

R 198 of 255 = 78%
G 97 of 255 = 38%
B 211 of 255 = 83%

198
97
211

R + G + B ~ 66%. #C661D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 97 + 211 = 506 (100%)
R 198 of 506 ~ 39.13%
G 97 of 506 ~ 19.17%
B 211 of 506 ~ 41.7%

%39.13
%19.17
%41.7

CMYK color model

#C661D3 color CMYK value is (6,54,0,17).

  • cyan value is 6.16%
  • magenta value is 54.03%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(6,54,0,17)
C6M54Y0K17 
(6%,54%,0%,17%)
(0.06/0.54/0.00/0.17)	

CMYK percentages

%6.16
%54.03
%0
%17.25

Codes

Color #C661D3 in popluar color models

C661D3
RGB19897211
HSL293°56.44%60.39%
HSB/HSV293°54.03%82.75%
CMYK6.16%54.03%0.00%
17.25%

Color #C661D3 in popluar number systems.

HEXC661D3
Decimal19897211
Binary11000110110000111010011
Octal306141323

Shades and tints

Shades of #C661D3

#C661D3
(198,97,211)
#B459C0
(180,89,192)
#A251AD
(162,81,173)
#90499A
(144,73,154)
#7E4187
(126,65,135)
#6C3974
(108,57,116)
#5A3161
(90,49,97)
#48294E
(72,41,78)
#36213B
(54,33,59)
#241928
(36,25,40)
#121115
(18,17,21)
#000000
(0,0,0)

Tints of #C661D3

#C661D3
(198,97,211)
#CB6FD7
(203,111,215)
#D07DDB
(208,125,219)
#D58BDF
(213,139,223)
#DA99E3
(218,153,227)
#DFA7E7
(223,167,231)
#E4B5EB
(228,181,235)
#E9C3EF
(233,195,239)
#EED1F3
(238,209,243)
#F3DFF7
(243,223,247)
#F8EDFB
(248,237,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C661D3 color. Also use rgb(198,97,211) instead hex code.

Text Font Color

.myTextColor { color: #C661D3; }

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

This text font color is #C661D3.


Background Color

.myBgColor { background-color: #C661D3; }

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

This div background color is #C661D3.


Border color

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

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

This div border color is #C661D3.


Opacity

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

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

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

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

This text has shadow with #C661D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C661D3 on black background.


Color preview on white background

This text has color #C661D3 on white background.



Black color preview on #C661D3 background

This text has black color on #C661D3 background.


White color preview on #C661D3 background

This text has white color on #C661D3 background.