COLOR #C673D9

HEX: #C673D9 RGB: (198,115,217)

Color info

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

RGB color model

#C673D9 color RGB value is (198,115,217).

RGB: (198,115,217) (78%, 45%, 85%)

RGB channels and saturation

R 198 of 255 = 78%
G 115 of 255 = 45%
B 217 of 255 = 85%

198
115
217

R + G + B ~ 69%. #C673D9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 115 + 217 = 530 (100%)
R 198 of 530 ~ 37.36%
G 115 of 530 ~ 21.7%
B 217 of 530 ~ 40.94'%

%37.36
%21.7
%40.94

CMYK color model

#C673D9 color CMYK value is (9,47,0,15).

  • cyan value is 8.76%
  • magenta value is 47.00%
  • yellow value is 0.00%
  • key color value is 14.90%

CMYK: (9,47,0,15)
C9M47Y0K15 (9%, 47%, 0%, 15%)
(0.09 / 0.47 / 0.00 / 0.15)

CMYK percentages

%8.76
%47
%0
%14.9

Codes

Color #C673D9 in popluar color models

C6 73 D9
RGB 198 115 217
HSL 289° 57.30% 65.10%
HSB/HSV 289° 47.00% 85.10%
CMYK 8.76% 47.00% 0.00%
14.90%

Color #C673D9 in popluar number systems.

HEX C6 73 D9
Decimal 198 115 217
Binary 11000110 1110011 11011001
Octal 306 163 331

Shades and tints

Shades of #C673D9

#C673D9
(198,115,217)
#B469C6
(180,105,198)
#A25FB3
(162,95,179)
#9055A0
(144,85,160)
#7E4B8D
(126,75,141)
#6C417A
(108,65,122)
#5A3767
(90,55,103)
#482D54
(72,45,84)
#362341
(54,35,65)
#24192E
(36,25,46)
#120F1B
(18,15,27)
#000000
(0,0,0)

Tints of #C673D9

#C673D9
(198,115,217)
#CB7FDC
(203,127,220)
#D08BDF
(208,139,223)
#D597E2
(213,151,226)
#DAA3E5
(218,163,229)
#DFAFE8
(223,175,232)
#E4BBEB
(228,187,235)
#E9C7EE
(233,199,238)
#EED3F1
(238,211,241)
#F3DFF4
(243,223,244)
#F8EBF7
(248,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C673D9 color. Also use rgb(198,115,217) instead hex code.

Text Font Color

.myTextColor { color: #C673D9; }

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

This text font color is #C673D9.

Background Color

.myBgColor { background-color: #C673D9; }

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

This div background color is #C673D9.

Border color

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

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

This div border color is #C673D9.

Opacity

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

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

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

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

This text has shadow with #C673D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C673D9.

Preview

Color preview on black background

This text has color #C673D9 on black background.


Color preview on white background

This text has color #C673D9 on white background.


Black color preview on #C673D9 background

This text has black color on #C673D9 background.


White color preview on #C673D9 background

This text has white color on #C673D9 background.


Related colors

Complementary color

Complementary color for #hex is #398C26.


I love getcolorcode.com

Triadic colors

1 #D9C673 and #73D9C6 with #C673D9 are triadic colors.

2 #D973C6 and #73C6D9 with #C673D9 are triadic colors.