COLOR #C465D8

HEX: #C465D8
RGB: (196,101,216)

Color info

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

RGB color model

#C465D8 color RGB value is (196,101,216).

  • red value is 196;
  • green value is 101;
  • blue value is 216.
RGB:
(196,101,216)
(77%,40%,85%)

RGB channels and saturation

R 196 of 255 = 77%
G 101 of 255 = 40%
B 216 of 255 = 85%

196
101
216

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

Portions of RGB colors in percentages

R + G + B =
196 + 101 + 216 = 513 (100%)
R 196 of 513 ~ 38.21%
G 101 of 513 ~ 19.69%
B 216 of 513 ~ 42.11%

%38.21
%19.69
%42.11

CMYK color model

#C465D8 color CMYK value is (9,53,0,15).

  • cyan value is 9.26%
  • magenta value is 53.24%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(9,53,0,15)
C9M53Y0K15 
(9%,53%,0%,15%)
(0.09/0.53/0.00/0.15)	

CMYK percentages

%9.26
%53.24
%0
%15.29

Codes

Color #C465D8 in popluar color models

C465D8
RGB196101216
HSL290°59.59%62.16%
HSB/HSV290°53.24%84.71%
CMYK9.26%53.24%0.00%
15.29%

Color #C465D8 in popluar number systems.

HEXC465D8
Decimal196101216
Binary11000100110010111011000
Octal304145330

Shades and tints

Shades of #C465D8

#C465D8
(196,101,216)
#B35CC5
(179,92,197)
#A253B2
(162,83,178)
#914A9F
(145,74,159)
#80418C
(128,65,140)
#6F3879
(111,56,121)
#5E2F66
(94,47,102)
#4D2653
(77,38,83)
#3C1D40
(60,29,64)
#2B142D
(43,20,45)
#1A0B1A
(26,11,26)
#000000
(0,0,0)

Tints of #C465D8

#C465D8
(196,101,216)
#C973DB
(201,115,219)
#CE81DE
(206,129,222)
#D38FE1
(211,143,225)
#D89DE4
(216,157,228)
#DDABE7
(221,171,231)
#E2B9EA
(226,185,234)
#E7C7ED
(231,199,237)
#ECD5F0
(236,213,240)
#F1E3F3
(241,227,243)
#F6F1F6
(246,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C465D8 color. Also use rgb(196,101,216) instead hex code.

Text Font Color

.myTextColor { color: #C465D8; }

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

This text font color is #C465D8.


Background Color

.myBgColor { background-color: #C465D8; }

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

This div background color is #C465D8.


Border color

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

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

This div border color is #C465D8.


Opacity

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

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

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

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

This text has shadow with #C465D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C465D8 on black background.


Color preview on white background

This text has color #C465D8 on white background.



Black color preview on #C465D8 background

This text has black color on #C465D8 background.


White color preview on #C465D8 background

This text has white color on #C465D8 background.