COLOR #C367D8

HEX: #C367D8
RGB: (195,103,216)

Color info

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

RGB color model

#C367D8 color RGB value is (195,103,216).

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

RGB channels and saturation

R 195 of 255 = 76%
G 103 of 255 = 40%
B 216 of 255 = 85%

195
103
216

R + G + B ~ 67%. #C367D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 103 + 216 = 514 (100%)
R 195 of 514 ~ 37.94%
G 103 of 514 ~ 20.04%
B 216 of 514 ~ 42.02%

%37.94
%20.04
%42.02

CMYK color model

#C367D8 color CMYK value is (10,52,0,15).

  • cyan value is 9.72%
  • magenta value is 52.31%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(10,52,0,15)
C10M52Y0K15 
(10%,52%,0%,15%)
(0.10/0.52/0.00/0.15)	

CMYK percentages

%9.72
%52.31
%0
%15.29

Codes

Color #C367D8 in popluar color models

C367D8
RGB195103216
HSL289°59.16%62.55%
HSB/HSV289°52.31%84.71%
CMYK9.72%52.31%0.00%
15.29%

Color #C367D8 in popluar number systems.

HEXC367D8
Decimal195103216
Binary11000011110011111011000
Octal303147330

Shades and tints

Shades of #C367D8

#C367D8
(195,103,216)
#B25EC5
(178,94,197)
#A155B2
(161,85,178)
#904C9F
(144,76,159)
#7F438C
(127,67,140)
#6E3A79
(110,58,121)
#5D3166
(93,49,102)
#4C2853
(76,40,83)
#3B1F40
(59,31,64)
#2A162D
(42,22,45)
#190D1A
(25,13,26)
#000000
(0,0,0)

Tints of #C367D8

#C367D8
(195,103,216)
#C874DB
(200,116,219)
#CD81DE
(205,129,222)
#D28EE1
(210,142,225)
#D79BE4
(215,155,228)
#DCA8E7
(220,168,231)
#E1B5EA
(225,181,234)
#E6C2ED
(230,194,237)
#EBCFF0
(235,207,240)
#F0DCF3
(240,220,243)
#F5E9F6
(245,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C367D8; }

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

This text font color is #C367D8.


Background Color

.myBgColor { background-color: #C367D8; }

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

This div background color is #C367D8.


Border color

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

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

This div border color is #C367D8.


Opacity

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

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

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

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

This text has shadow with #C367D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C367D8 on black background.


Color preview on white background

This text has color #C367D8 on white background.



Black color preview on #C367D8 background

This text has black color on #C367D8 background.


White color preview on #C367D8 background

This text has white color on #C367D8 background.