COLOR #C165E6

HEX: #C165E6 RGB: (193,101,230)

Color info

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

RGB color model

#C165E6 color RGB value is (193,101,230).

RGB: (193,101,230) (76%, 40%, 90%)

RGB channels and saturation

R 193 of 255 = 76%
G 101 of 255 = 40%
B 230 of 255 = 90%

193
101
230

R + G + B ~ 69%. #C165E6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 101 + 230 = 524 (100%)
R 193 of 524 ~ 36.83%
G 101 of 524 ~ 19.27%
B 230 of 524 ~ 43.89'%

%36.83
%19.27
%43.89

CMYK color model

#C165E6 color CMYK value is (16,56,0,10).

  • cyan value is 16.09%
  • magenta value is 56.09%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (16,56,0,10)
C16M56Y0K10 (16%, 56%, 0%, 10%)
(0.16 / 0.56 / 0.00 / 0.10)

CMYK percentages

%16.09
%56.09
%0
%9.8

Codes

Color #C165E6 in popluar color models

C1 65 E6
RGB 193 101 230
HSL 283° 72.07% 64.90%
HSB/HSV 283° 56.09% 90.20%
CMYK 16.09% 56.09% 0.00%
9.80%

Color #C165E6 in popluar number systems.

HEX C1 65 E6
Decimal 193 101 230
Binary 11000001 1100101 11100110
Octal 301 145 346

Shades and tints

Shades of #C165E6

#C165E6
(193,101,230)
#B05CD2
(176,92,210)
#9F53BE
(159,83,190)
#8E4AAA
(142,74,170)
#7D4196
(125,65,150)
#6C3882
(108,56,130)
#5B2F6E
(91,47,110)
#4A265A
(74,38,90)
#391D46
(57,29,70)
#281432
(40,20,50)
#170B1E
(23,11,30)
#000000
(0,0,0)

Tints of #C165E6

#C165E6
(193,101,230)
#C673E8
(198,115,232)
#CB81EA
(203,129,234)
#D08FEC
(208,143,236)
#D59DEE
(213,157,238)
#DAABF0
(218,171,240)
#DFB9F2
(223,185,242)
#E4C7F4
(228,199,244)
#E9D5F6
(233,213,246)
#EEE3F8
(238,227,248)
#F3F1FA
(243,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C165E6; }

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

This text font color is #C165E6.

Background Color

.myBgColor { background-color: #C165E6; }

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

This div background color is #C165E6.

Border color

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

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

This div border color is #C165E6.

Opacity

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

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

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

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

This text has shadow with #C165E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C165E6.

Preview

Color preview on black background

This text has color #C165E6 on black background.


Color preview on white background

This text has color #C165E6 on white background.


Black color preview on #C165E6 background

This text has black color on #C165E6 background.


White color preview on #C165E6 background

This text has white color on #C165E6 background.


Related colors

Complementary color

Complementary color for #hex is #3E9A19.


I love getcolorcode.com

Triadic colors

1 #E6C165 and #65E6C1 with #C165E6 are triadic colors.

2 #E665C1 and #65C1E6 with #C165E6 are triadic colors.