COLOR #C36DC2

HEX: #C36DC2
RGB: (195,109,194)

Color info

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

RGB color model

#C36DC2 color RGB value is (195,109,194).

  • red value is 195;
  • green value is 109;
  • blue value is 194.
RGB:
(195,109,194)
(76%,43%,76%)

RGB channels and saturation

R 195 of 255 = 76%
G 109 of 255 = 43%
B 194 of 255 = 76%

195
109
194

R + G + B ~ 65%. #C36DC2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 109 + 194 = 498 (100%)
R 195 of 498 ~ 39.16%
G 109 of 498 ~ 21.89%
B 194 of 498 ~ 38.96%

%39.16
%21.89
%38.96

CMYK color model

#C36DC2 color CMYK value is (0,44,1,24).

  • cyan value is 0.00%
  • magenta value is 44.10%
  • yellow value is 0.51%
  • key color value is 23.53%
CMYK:
(0,44,1,24)
C0M44Y1K24 
(0%,44%,1%,24%)
(0.00/0.44/0.01/0.24)	

CMYK percentages

%0
%44.1
%0.51
%23.53

Codes

Color #C36DC2 in popluar color models

C36DC2
RGB195109194
HSL301°41.75%59.61%
HSB/HSV301°44.10%76.47%
CMYK0.00%44.10%0.51%
23.53%

Color #C36DC2 in popluar number systems.

HEXC36DC2
Decimal195109194
Binary11000011110110111000010
Octal303155302

Shades and tints

Shades of #C36DC2

#C36DC2
(195,109,194)
#B264B1
(178,100,177)
#A15BA0
(161,91,160)
#90528F
(144,82,143)
#7F497E
(127,73,126)
#6E406D
(110,64,109)
#5D375C
(93,55,92)
#4C2E4B
(76,46,75)
#3B253A
(59,37,58)
#2A1C29
(42,28,41)
#191318
(25,19,24)
#000000
(0,0,0)

Tints of #C36DC2

#C36DC2
(195,109,194)
#C87AC7
(200,122,199)
#CD87CC
(205,135,204)
#D294D1
(210,148,209)
#D7A1D6
(215,161,214)
#DCAEDB
(220,174,219)
#E1BBE0
(225,187,224)
#E6C8E5
(230,200,229)
#EBD5EA
(235,213,234)
#F0E2EF
(240,226,239)
#F5EFF4
(245,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C36DC2 color. Also use rgb(195,109,194) instead hex code.

Text Font Color

.myTextColor { color: #C36DC2; }

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

This text font color is #C36DC2.


Background Color

.myBgColor { background-color: #C36DC2; }

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

This div background color is #C36DC2.


Border color

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

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

This div border color is #C36DC2.


Opacity

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

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

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

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

This text has shadow with #C36DC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C36DC2 on black background.


Color preview on white background

This text has color #C36DC2 on white background.



Black color preview on #C36DC2 background

This text has black color on #C36DC2 background.


White color preview on #C36DC2 background

This text has white color on #C36DC2 background.