COLOR #C373D8

HEX: #C373D8
RGB: (195,115,216)

Color info

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

RGB color model

#C373D8 color RGB value is (195,115,216).

  • red value is 195;
  • green value is 115;
  • blue value is 216.
RGB:
(195,115,216)
(76%,45%,85%)

RGB channels and saturation

R 195 of 255 = 76%
G 115 of 255 = 45%
B 216 of 255 = 85%

195
115
216

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

Portions of RGB colors in percentages

R + G + B =
195 + 115 + 216 = 526 (100%)
R 195 of 526 ~ 37.07%
G 115 of 526 ~ 21.86%
B 216 of 526 ~ 41.06%

%37.07
%21.86
%41.06

CMYK color model

#C373D8 color CMYK value is (10,47,0,15).

  • cyan value is 9.72%
  • magenta value is 46.76%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(10,47,0,15)
C10M47Y0K15 
(10%,47%,0%,15%)
(0.10/0.47/0.00/0.15)	

CMYK percentages

%9.72
%46.76
%0
%15.29

Codes

Color #C373D8 in popluar color models

C373D8
RGB195115216
HSL288°56.42%64.90%
HSB/HSV288°46.76%84.71%
CMYK9.72%46.76%0.00%
15.29%

Color #C373D8 in popluar number systems.

HEXC373D8
Decimal195115216
Binary11000011111001111011000
Octal303163330

Shades and tints

Shades of #C373D8

#C373D8
(195,115,216)
#B269C5
(178,105,197)
#A15FB2
(161,95,178)
#90559F
(144,85,159)
#7F4B8C
(127,75,140)
#6E4179
(110,65,121)
#5D3766
(93,55,102)
#4C2D53
(76,45,83)
#3B2340
(59,35,64)
#2A192D
(42,25,45)
#190F1A
(25,15,26)
#000000
(0,0,0)

Tints of #C373D8

#C373D8
(195,115,216)
#C87FDB
(200,127,219)
#CD8BDE
(205,139,222)
#D297E1
(210,151,225)
#D7A3E4
(215,163,228)
#DCAFE7
(220,175,231)
#E1BBEA
(225,187,234)
#E6C7ED
(230,199,237)
#EBD3F0
(235,211,240)
#F0DFF3
(240,223,243)
#F5EBF6
(245,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C373D8 color. Also use rgb(195,115,216) instead hex code.

Text Font Color

.myTextColor { color: #C373D8; }

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

This text font color is #C373D8.


Background Color

.myBgColor { background-color: #C373D8; }

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

This div background color is #C373D8.


Border color

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

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

This div border color is #C373D8.


Opacity

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

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

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

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

This text has shadow with #C373D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C373D8 on black background.


Color preview on white background

This text has color #C373D8 on white background.



Black color preview on #C373D8 background

This text has black color on #C373D8 background.


White color preview on #C373D8 background

This text has white color on #C373D8 background.