COLOR #C36EB4

HEX: #C36EB4 RGB: (195,110,180)

Color info

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

RGB color model

#C36EB4 color RGB value is (195,110,180).

RGB: (195,110,180) (76%, 43%, 71%)

RGB channels and saturation

R 195 of 255 = 76%
G 110 of 255 = 43%
B 180 of 255 = 71%

195
110
180

R + G + B ~ 63%. #C36EB4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 110 + 180 = 485 (100%)
R 195 of 485 ~ 40.21%
G 110 of 485 ~ 22.68%
B 180 of 485 ~ 37.11'%

%40.21
%22.68
%37.11

CMYK color model

#C36EB4 color CMYK value is (0,44,8,24).

  • cyan value is 0.00%
  • magenta value is 43.59%
  • yellow value is 7.69%
  • key color value is 23.53%

CMYK: (0,44,8,24)
C0M44Y8K24 (0%, 44%, 8%, 24%)
(0.00 / 0.44 / 0.08 / 0.24)

CMYK percentages

%0
%43.59
%7.69
%23.53

Codes

Color #C36EB4 in popluar color models

C3 6E B4
RGB 195 110 180
HSL 311° 41.46% 59.80%
HSB/HSV 311° 43.59% 76.47%
CMYK 0.00% 43.59% 7.69%
23.53%

Color #C36EB4 in popluar number systems.

HEX C3 6E B4
Decimal 195 110 180
Binary 11000011 1101110 10110100
Octal 303 156 264

Shades and tints

Shades of #C36EB4

#C36EB4
(195,110,180)
#B264A4
(178,100,164)
#A15A94
(161,90,148)
#905084
(144,80,132)
#7F4674
(127,70,116)
#6E3C64
(110,60,100)
#5D3254
(93,50,84)
#4C2844
(76,40,68)
#3B1E34
(59,30,52)
#2A1424
(42,20,36)
#190A14
(25,10,20)
#000000
(0,0,0)

Tints of #C36EB4

#C36EB4
(195,110,180)
#C87BBA
(200,123,186)
#CD88C0
(205,136,192)
#D295C6
(210,149,198)
#D7A2CC
(215,162,204)
#DCAFD2
(220,175,210)
#E1BCD8
(225,188,216)
#E6C9DE
(230,201,222)
#EBD6E4
(235,214,228)
#F0E3EA
(240,227,234)
#F5F0F0
(245,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C36EB4 color. Also use rgb(195,110,180) instead hex code.

Text Font Color

.myTextColor { color: #C36EB4; }

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

This text font color is #C36EB4.

Background Color

.myBgColor { background-color: #C36EB4; }

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

This div background color is #C36EB4.

Border color

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

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

This div border color is #C36EB4.

Opacity

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

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

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

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

This text has shadow with #C36EB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C36EB4.

Preview

Color preview on black background

This text has color #C36EB4 on black background.


Color preview on white background

This text has color #C36EB4 on white background.


Black color preview on #C36EB4 background

This text has black color on #C36EB4 background.


White color preview on #C36EB4 background

This text has white color on #C36EB4 background.


Related colors

Complementary color

Complementary color for #hex is #3C914B.


I love getcolorcode.com

Triadic colors

1 #B4C36E and #6EB4C3 with #C36EB4 are triadic colors.

2 #B46EC3 and #6EC3B4 with #C36EB4 are triadic colors.