COLOR #C673E0

HEX: #C673E0
RGB: (198,115,224)

Color info

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

RGB color model

#C673E0 color RGB value is (198,115,224).

  • red value is 198;
  • green value is 115;
  • blue value is 224.
RGB:
(198,115,224)
(78%,45%,88%)

RGB channels and saturation

R 198 of 255 = 78%
G 115 of 255 = 45%
B 224 of 255 = 88%

198
115
224

R + G + B ~ 70%. #C673E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 115 + 224 = 537 (100%)
R 198 of 537 ~ 36.87%
G 115 of 537 ~ 21.42%
B 224 of 537 ~ 41.71%

%36.87
%21.42
%41.71

CMYK color model

#C673E0 color CMYK value is (12,49,0,12).

  • cyan value is 11.61%
  • magenta value is 48.66%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(12,49,0,12)
C12M49Y0K12 
(12%,49%,0%,12%)
(0.12/0.49/0.00/0.12)	

CMYK percentages

%11.61
%48.66
%0
%12.16

Codes

Color #C673E0 in popluar color models

C673E0
RGB198115224
HSL286°63.74%66.47%
HSB/HSV286°48.66%87.84%
CMYK11.61%48.66%0.00%
12.16%

Color #C673E0 in popluar number systems.

HEXC673E0
Decimal198115224
Binary11000110111001111100000
Octal306163340

Shades and tints

Shades of #C673E0

#C673E0
(198,115,224)
#B469CC
(180,105,204)
#A25FB8
(162,95,184)
#9055A4
(144,85,164)
#7E4B90
(126,75,144)
#6C417C
(108,65,124)
#5A3768
(90,55,104)
#482D54
(72,45,84)
#362340
(54,35,64)
#24192C
(36,25,44)
#120F18
(18,15,24)
#000000
(0,0,0)

Tints of #C673E0

#C673E0
(198,115,224)
#CB7FE2
(203,127,226)
#D08BE4
(208,139,228)
#D597E6
(213,151,230)
#DAA3E8
(218,163,232)
#DFAFEA
(223,175,234)
#E4BBEC
(228,187,236)
#E9C7EE
(233,199,238)
#EED3F0
(238,211,240)
#F3DFF2
(243,223,242)
#F8EBF4
(248,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C673E0; }

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

This text font color is #C673E0.


Background Color

.myBgColor { background-color: #C673E0; }

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

This div background color is #C673E0.


Border color

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

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

This div border color is #C673E0.


Opacity

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

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

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

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

This text has shadow with #C673E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C673E0 on black background.


Color preview on white background

This text has color #C673E0 on white background.



Black color preview on #C673E0 background

This text has black color on #C673E0 background.


White color preview on #C673E0 background

This text has white color on #C673E0 background.