COLOR #C765D3

HEX: #C765D3
RGB: (199,101,211)

Color info

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

RGB color model

#C765D3 color RGB value is (199,101,211).

  • red value is 199;
  • green value is 101;
  • blue value is 211.
RGB:
(199,101,211)
(78%,40%,83%)

RGB channels and saturation

R 199 of 255 = 78%
G 101 of 255 = 40%
B 211 of 255 = 83%

199
101
211

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

Portions of RGB colors in percentages

R + G + B =
199 + 101 + 211 = 511 (100%)
R 199 of 511 ~ 38.94%
G 101 of 511 ~ 19.77%
B 211 of 511 ~ 41.29%

%38.94
%19.77
%41.29

CMYK color model

#C765D3 color CMYK value is (6,52,0,17).

  • cyan value is 5.69%
  • magenta value is 52.13%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(6,52,0,17)
C6M52Y0K17 
(6%,52%,0%,17%)
(0.06/0.52/0.00/0.17)	

CMYK percentages

%5.69
%52.13
%0
%17.25

Codes

Color #C765D3 in popluar color models

C765D3
RGB199101211
HSL293°55.56%61.18%
HSB/HSV293°52.13%82.75%
CMYK5.69%52.13%0.00%
17.25%

Color #C765D3 in popluar number systems.

HEXC765D3
Decimal199101211
Binary11000111110010111010011
Octal307145323

Shades and tints

Shades of #C765D3

#C765D3
(199,101,211)
#B55CC0
(181,92,192)
#A353AD
(163,83,173)
#914A9A
(145,74,154)
#7F4187
(127,65,135)
#6D3874
(109,56,116)
#5B2F61
(91,47,97)
#49264E
(73,38,78)
#371D3B
(55,29,59)
#251428
(37,20,40)
#130B15
(19,11,21)
#000000
(0,0,0)

Tints of #C765D3

#C765D3
(199,101,211)
#CC73D7
(204,115,215)
#D181DB
(209,129,219)
#D68FDF
(214,143,223)
#DB9DE3
(219,157,227)
#E0ABE7
(224,171,231)
#E5B9EB
(229,185,235)
#EAC7EF
(234,199,239)
#EFD5F3
(239,213,243)
#F4E3F7
(244,227,247)
#F9F1FB
(249,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C765D3 color. Also use rgb(199,101,211) instead hex code.

Text Font Color

.myTextColor { color: #C765D3; }

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

This text font color is #C765D3.


Background Color

.myBgColor { background-color: #C765D3; }

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

This div background color is #C765D3.


Border color

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

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

This div border color is #C765D3.


Opacity

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

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

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

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

This text has shadow with #C765D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C765D3 on black background.


Color preview on white background

This text has color #C765D3 on white background.



Black color preview on #C765D3 background

This text has black color on #C765D3 background.


White color preview on #C765D3 background

This text has white color on #C765D3 background.