COLOR #C673DB

HEX: #C673DB
RGB: (198,115,219)

Color info

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

RGB color model

#C673DB color RGB value is (198,115,219).

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

RGB channels and saturation

R 198 of 255 = 78%
G 115 of 255 = 45%
B 219 of 255 = 86%

198
115
219

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

Portions of RGB colors in percentages

R + G + B =
198 + 115 + 219 = 532 (100%)
R 198 of 532 ~ 37.22%
G 115 of 532 ~ 21.62%
B 219 of 532 ~ 41.17%

%37.22
%21.62
%41.17

CMYK color model

#C673DB color CMYK value is (10,47,0,14).

  • cyan value is 9.59%
  • magenta value is 47.49%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(10,47,0,14)
C10M47Y0K14 
(10%,47%,0%,14%)
(0.10/0.47/0.00/0.14)	

CMYK percentages

%9.59
%47.49
%0
%14.12

Codes

Color #C673DB in popluar color models

C673DB
RGB198115219
HSL288°59.09%65.49%
HSB/HSV288°47.49%85.88%
CMYK9.59%47.49%0.00%
14.12%

Color #C673DB in popluar number systems.

HEXC673DB
Decimal198115219
Binary11000110111001111011011
Octal306163333

Shades and tints

Shades of #C673DB

#C673DB
(198,115,219)
#B469C8
(180,105,200)
#A25FB5
(162,95,181)
#9055A2
(144,85,162)
#7E4B8F
(126,75,143)
#6C417C
(108,65,124)
#5A3769
(90,55,105)
#482D56
(72,45,86)
#362343
(54,35,67)
#241930
(36,25,48)
#120F1D
(18,15,29)
#000000
(0,0,0)

Tints of #C673DB

#C673DB
(198,115,219)
#CB7FDE
(203,127,222)
#D08BE1
(208,139,225)
#D597E4
(213,151,228)
#DAA3E7
(218,163,231)
#DFAFEA
(223,175,234)
#E4BBED
(228,187,237)
#E9C7F0
(233,199,240)
#EED3F3
(238,211,243)
#F3DFF6
(243,223,246)
#F8EBF9
(248,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C673DB; }

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

This text font color is #C673DB.


Background Color

.myBgColor { background-color: #C673DB; }

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

This div background color is #C673DB.


Border color

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

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

This div border color is #C673DB.


Opacity

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

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

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

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

This text has shadow with #C673DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C673DB on black background.


Color preview on white background

This text has color #C673DB on white background.



Black color preview on #C673DB background

This text has black color on #C673DB background.


White color preview on #C673DB background

This text has white color on #C673DB background.