COLOR #C65BD0

HEX: #C65BD0
RGB: (198,91,208)

Color info

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

RGB color model

#C65BD0 color RGB value is (198,91,208).

  • red value is 198;
  • green value is 91;
  • blue value is 208.
RGB:
(198,91,208)
(78%,36%,82%)

RGB channels and saturation

R 198 of 255 = 78%
G 91 of 255 = 36%
B 208 of 255 = 82%

198
91
208

R + G + B ~ 65%. #C65BD0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 91 + 208 = 497 (100%)
R 198 of 497 ~ 39.84%
G 91 of 497 ~ 18.31%
B 208 of 497 ~ 41.85%

%39.84
%18.31
%41.85

CMYK color model

#C65BD0 color CMYK value is (5,56,0,18).

  • cyan value is 4.81%
  • magenta value is 56.25%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(5,56,0,18)
C5M56Y0K18 
(5%,56%,0%,18%)
(0.05/0.56/0.00/0.18)	

CMYK percentages

%4.81
%56.25
%0
%18.43

Codes

Color #C65BD0 in popluar color models

C65BD0
RGB19891208
HSL295°55.45%58.63%
HSB/HSV295°56.25%81.57%
CMYK4.81%56.25%0.00%
18.43%

Color #C65BD0 in popluar number systems.

HEXC65BD0
Decimal19891208
Binary11000110101101111010000
Octal306133320

Shades and tints

Shades of #C65BD0

#C65BD0
(198,91,208)
#B453BE
(180,83,190)
#A24BAC
(162,75,172)
#90439A
(144,67,154)
#7E3B88
(126,59,136)
#6C3376
(108,51,118)
#5A2B64
(90,43,100)
#482352
(72,35,82)
#361B40
(54,27,64)
#24132E
(36,19,46)
#120B1C
(18,11,28)
#000000
(0,0,0)

Tints of #C65BD0

#C65BD0
(198,91,208)
#CB69D4
(203,105,212)
#D077D8
(208,119,216)
#D585DC
(213,133,220)
#DA93E0
(218,147,224)
#DFA1E4
(223,161,228)
#E4AFE8
(228,175,232)
#E9BDEC
(233,189,236)
#EECBF0
(238,203,240)
#F3D9F4
(243,217,244)
#F8E7F8
(248,231,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C65BD0 color. Also use rgb(198,91,208) instead hex code.

Text Font Color

.myTextColor { color: #C65BD0; }

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

This text font color is #C65BD0.


Background Color

.myBgColor { background-color: #C65BD0; }

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

This div background color is #C65BD0.


Border color

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

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

This div border color is #C65BD0.


Opacity

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

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

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

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

This text has shadow with #C65BD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C65BD0 on black background.


Color preview on white background

This text has color #C65BD0 on white background.



Black color preview on #C65BD0 background

This text has black color on #C65BD0 background.


White color preview on #C65BD0 background

This text has white color on #C65BD0 background.