COLOR #C165C3

HEX: #C165C3 RGB: (193,101,195)

Color info

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

RGB color model

#C165C3 color RGB value is (193,101,195).

RGB: (193,101,195) (76%, 40%, 76%)

RGB channels and saturation

R 193 of 255 = 76%
G 101 of 255 = 40%
B 195 of 255 = 76%

193
101
195

R + G + B ~ 64%. #C165C3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 101 + 195 = 489 (100%)
R 193 of 489 ~ 39.47%
G 101 of 489 ~ 20.65%
B 195 of 489 ~ 39.88'%

%39.47
%20.65
%39.88

CMYK color model

#C165C3 color CMYK value is (1,48,0,24).

  • cyan value is 1.03%
  • magenta value is 48.21%
  • yellow value is 0.00%
  • key color value is 23.53%

CMYK: (1,48,0,24)
C1M48Y0K24 (1%, 48%, 0%, 24%)
(0.01 / 0.48 / 0.00 / 0.24)

CMYK percentages

%1.03
%48.21
%0
%23.53

Codes

Color #C165C3 in popluar color models

C1 65 C3
RGB 193 101 195
HSL 299° 43.93% 58.04%
HSB/HSV 299° 48.21% 76.47%
CMYK 1.03% 48.21% 0.00%
23.53%

Color #C165C3 in popluar number systems.

HEX C1 65 C3
Decimal 193 101 195
Binary 11000001 1100101 11000011
Octal 301 145 303

Shades and tints

Shades of #C165C3

#C165C3
(193,101,195)
#B05CB2
(176,92,178)
#9F53A1
(159,83,161)
#8E4A90
(142,74,144)
#7D417F
(125,65,127)
#6C386E
(108,56,110)
#5B2F5D
(91,47,93)
#4A264C
(74,38,76)
#391D3B
(57,29,59)
#28142A
(40,20,42)
#170B19
(23,11,25)
#000000
(0,0,0)

Tints of #C165C3

#C165C3
(193,101,195)
#C673C8
(198,115,200)
#CB81CD
(203,129,205)
#D08FD2
(208,143,210)
#D59DD7
(213,157,215)
#DAABDC
(218,171,220)
#DFB9E1
(223,185,225)
#E4C7E6
(228,199,230)
#E9D5EB
(233,213,235)
#EEE3F0
(238,227,240)
#F3F1F5
(243,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C165C3 color. Also use rgb(193,101,195) instead hex code.

Text Font Color

.myTextColor { color: #C165C3; }

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

This text font color is #C165C3.

Background Color

.myBgColor { background-color: #C165C3; }

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

This div background color is #C165C3.

Border color

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

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

This div border color is #C165C3.

Opacity

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

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

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

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

This text has shadow with #C165C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C165C3.

Preview

Color preview on black background

This text has color #C165C3 on black background.


Color preview on white background

This text has color #C165C3 on white background.


Black color preview on #C165C3 background

This text has black color on #C165C3 background.


White color preview on #C165C3 background

This text has white color on #C165C3 background.


Related colors

Complementary color

Complementary color for #hex is #3E9A3C.


I love getcolorcode.com

Triadic colors

1 #C3C165 and #65C3C1 with #C165C3 are triadic colors.

2 #C365C1 and #65C1C3 with #C165C3 are triadic colors.