COLOR #C367B1

HEX: #C367B1
RGB: (195,103,177)

Color info

#C367B1 contains mainly red and blue colors. Web safe color of #C367B1 is #CC6699 (or #C69).

RGB color model

#C367B1 color RGB value is (195,103,177).

  • red value is 195;
  • green value is 103;
  • blue value is 177.
RGB:
(195,103,177)
(76%,40%,69%)

RGB channels and saturation

R 195 of 255 = 76%
G 103 of 255 = 40%
B 177 of 255 = 69%

195
103
177

R + G + B ~ 62%. #C367B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 103 + 177 = 475 (100%)
R 195 of 475 ~ 41.05%
G 103 of 475 ~ 21.68%
B 177 of 475 ~ 37.26%

%41.05
%21.68
%37.26

CMYK color model

#C367B1 color CMYK value is (0,47,9,24).

  • cyan value is 0.00%
  • magenta value is 47.18%
  • yellow value is 9.23%
  • key color value is 23.53%
CMYK:
(0,47,9,24)
C0M47Y9K24 
(0%,47%,9%,24%)
(0.00/0.47/0.09/0.24)	

CMYK percentages

%0
%47.18
%9.23
%23.53

Codes

Color #C367B1 in popluar color models

C367B1
RGB195103177
HSL312°43.40%58.43%
HSB/HSV312°47.18%76.47%
CMYK0.00%47.18%9.23%
23.53%

Color #C367B1 in popluar number systems.

HEXC367B1
Decimal195103177
Binary11000011110011110110001
Octal303147261

Shades and tints

Shades of #C367B1

#C367B1
(195,103,177)
#B25EA1
(178,94,161)
#A15591
(161,85,145)
#904C81
(144,76,129)
#7F4371
(127,67,113)
#6E3A61
(110,58,97)
#5D3151
(93,49,81)
#4C2841
(76,40,65)
#3B1F31
(59,31,49)
#2A1621
(42,22,33)
#190D11
(25,13,17)
#000000
(0,0,0)

Tints of #C367B1

#C367B1
(195,103,177)
#C874B8
(200,116,184)
#CD81BF
(205,129,191)
#D28EC6
(210,142,198)
#D79BCD
(215,155,205)
#DCA8D4
(220,168,212)
#E1B5DB
(225,181,219)
#E6C2E2
(230,194,226)
#EBCFE9
(235,207,233)
#F0DCF0
(240,220,240)
#F5E9F7
(245,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C367B1 color. Also use rgb(195,103,177) instead hex code.

Text Font Color

.myTextColor { color: #C367B1; }

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

This text font color is #C367B1.


Background Color

.myBgColor { background-color: #C367B1; }

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

This div background color is #C367B1.


Border color

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

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

This div border color is #C367B1.


Opacity

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

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

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

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

This text has shadow with #C367B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C367B1 on black background.


Color preview on white background

This text has color #C367B1 on white background.



Black color preview on #C367B1 background

This text has black color on #C367B1 background.


White color preview on #C367B1 background

This text has white color on #C367B1 background.