COLOR #C673FF

HEX: #C673FF RGB: (198,115,255)

Color info

#C673FF contains mainly red and blue colors. Web safe color of #C673FF is #CC66FF (or #C6F).

RGB color model

#C673FF color RGB value is (198,115,255).

RGB: (198,115,255) (78%, 45%, 100%)

RGB channels and saturation

R 198 of 255 = 78%
G 115 of 255 = 45%
B 255 of 255 = 100%

198
115
255

R + G + B ~ 74%. #C673FF is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 115 + 255 = 568 (100%)
R 198 of 568 ~ 34.86%
G 115 of 568 ~ 20.25%
B 255 of 568 ~ 44.89'%

%34.86
%20.25
%44.89

CMYK color model

#C673FF color CMYK value is (22,55,0,0).

  • cyan value is 22.35%
  • magenta value is 54.90%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (22,55,0,0)
C22M55Y0K0 (22%, 55%, 0%, 0%)
(0.22 / 0.55 / 0.00 / 0.00)

CMYK percentages

%22.35
%54.9
%0
%0

Codes

Color #C673FF in popluar color models

C6 73 FF
RGB 198 115 255
HSL 276° 100.00% 72.55%
HSB/HSV 276° 54.90% 100.00%
CMYK 22.35% 54.90% 0.00%
0.00%

Color #C673FF in popluar number systems.

HEX C6 73 FF
Decimal 198 115 255
Binary 11000110 1110011 11111111
Octal 306 163 377

Shades and tints

Shades of #C673FF

#C673FF
(198,115,255)
#B469E8
(180,105,232)
#A25FD1
(162,95,209)
#9055BA
(144,85,186)
#7E4BA3
(126,75,163)
#6C418C
(108,65,140)
#5A3775
(90,55,117)
#482D5E
(72,45,94)
#362347
(54,35,71)
#241930
(36,25,48)
#120F19
(18,15,25)
#000000
(0,0,0)

Tints of #C673FF

#C673FF
(198,115,255)
#CB7FFF
(203,127,255)
#D08BFF
(208,139,255)
#D597FF
(213,151,255)
#DAA3FF
(218,163,255)
#DFAFFF
(223,175,255)
#E4BBFF
(228,187,255)
#E9C7FF
(233,199,255)
#EED3FF
(238,211,255)
#F3DFFF
(243,223,255)
#F8EBFF
(248,235,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C673FF; }

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

This text font color is #C673FF.

Background Color

.myBgColor { background-color: #C673FF; }

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

This div background color is #C673FF.

Border color

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

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

This div border color is #C673FF.

Opacity

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

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

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

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

This text has shadow with #C673FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C673FF.

Preview

Color preview on black background

This text has color #C673FF on black background.


Color preview on white background

This text has color #C673FF on white background.


Black color preview on #C673FF background

This text has black color on #C673FF background.


White color preview on #C673FF background

This text has white color on #C673FF background.


Related colors

Complementary color

Complementary color for #hex is #398C00.


I love getcolorcode.com

Triadic colors

1 #FFC673 and #73FFC6 with #C673FF are triadic colors.

2 #FF73C6 and #73C6FF with #C673FF are triadic colors.