COLOR #C36FCC

HEX: #C36FCC RGB: (195,111,204)

Color info

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

RGB color model

#C36FCC color RGB value is (195,111,204).

RGB: (195,111,204) (76%, 44%, 80%)

RGB channels and saturation

R 195 of 255 = 76%
G 111 of 255 = 44%
B 204 of 255 = 80%

195
111
204

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

Portions of RGB colors in percentages

R + G + B = 195 + 111 + 204 = 510 (100%)
R 195 of 510 ~ 38.24%
G 111 of 510 ~ 21.76%
B 204 of 510 ~ 40'%

%38.24
%21.76
%40

CMYK color model

#C36FCC color CMYK value is (4,46,0,20).

  • cyan value is 4.41%
  • magenta value is 45.59%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (4,46,0,20)
C4M46Y0K20 (4%, 46%, 0%, 20%)
(0.04 / 0.46 / 0.00 / 0.20)

CMYK percentages

%4.41
%45.59
%0
%20

Codes

Color #C36FCC in popluar color models

C3 6F CC
RGB 195 111 204
HSL 294° 47.69% 61.76%
HSB/HSV 294° 45.59% 80.00%
CMYK 4.41% 45.59% 0.00%
20.00%

Color #C36FCC in popluar number systems.

HEX C3 6F CC
Decimal 195 111 204
Binary 11000011 1101111 11001100
Octal 303 157 314

Shades and tints

Shades of #C36FCC

#C36FCC
(195,111,204)
#B265BA
(178,101,186)
#A15BA8
(161,91,168)
#905196
(144,81,150)
#7F4784
(127,71,132)
#6E3D72
(110,61,114)
#5D3360
(93,51,96)
#4C294E
(76,41,78)
#3B1F3C
(59,31,60)
#2A152A
(42,21,42)
#190B18
(25,11,24)
#000000
(0,0,0)

Tints of #C36FCC

#C36FCC
(195,111,204)
#C87CD0
(200,124,208)
#CD89D4
(205,137,212)
#D296D8
(210,150,216)
#D7A3DC
(215,163,220)
#DCB0E0
(220,176,224)
#E1BDE4
(225,189,228)
#E6CAE8
(230,202,232)
#EBD7EC
(235,215,236)
#F0E4F0
(240,228,240)
#F5F1F4
(245,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C36FCC color. Also use rgb(195,111,204) instead hex code.

Text Font Color

.myTextColor { color: #C36FCC; }

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

This text font color is #C36FCC.

Background Color

.myBgColor { background-color: #C36FCC; }

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

This div background color is #C36FCC.

Border color

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

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

This div border color is #C36FCC.

Opacity

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

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

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

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

This text has shadow with #C36FCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C36FCC.

Preview

Color preview on black background

This text has color #C36FCC on black background.


Color preview on white background

This text has color #C36FCC on white background.


Black color preview on #C36FCC background

This text has black color on #C36FCC background.


White color preview on #C36FCC background

This text has white color on #C36FCC background.


Related colors

Complementary color

Complementary color for #hex is #3C9033.


I love getcolorcode.com

Triadic colors

1 #CCC36F and #6FCCC3 with #C36FCC are triadic colors.

2 #CC6FC3 and #6FC3CC with #C36FCC are triadic colors.