COLOR #C765D1

HEX: #C765D1
RGB: (199,101,209)

Color info

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

RGB color model

#C765D1 color RGB value is (199,101,209).

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

RGB channels and saturation

R 199 of 255 = 78%
G 101 of 255 = 40%
B 209 of 255 = 82%

199
101
209

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

Portions of RGB colors in percentages

R + G + B =
199 + 101 + 209 = 509 (100%)
R 199 of 509 ~ 39.1%
G 101 of 509 ~ 19.84%
B 209 of 509 ~ 41.06%

%39.1
%19.84
%41.06

CMYK color model

#C765D1 color CMYK value is (5,52,0,18).

  • cyan value is 4.78%
  • magenta value is 51.67%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(5,52,0,18)
C5M52Y0K18 
(5%,52%,0%,18%)
(0.05/0.52/0.00/0.18)	

CMYK percentages

%4.78
%51.67
%0
%18.04

Codes

Color #C765D1 in popluar color models

C765D1
RGB199101209
HSL294°54.00%60.78%
HSB/HSV294°51.67%81.96%
CMYK4.78%51.67%0.00%
18.04%

Color #C765D1 in popluar number systems.

HEXC765D1
Decimal199101209
Binary11000111110010111010001
Octal307145321

Shades and tints

Shades of #C765D1

#C765D1
(199,101,209)
#B55CBE
(181,92,190)
#A353AB
(163,83,171)
#914A98
(145,74,152)
#7F4185
(127,65,133)
#6D3872
(109,56,114)
#5B2F5F
(91,47,95)
#49264C
(73,38,76)
#371D39
(55,29,57)
#251426
(37,20,38)
#130B13
(19,11,19)
#000000
(0,0,0)

Tints of #C765D1

#C765D1
(199,101,209)
#CC73D5
(204,115,213)
#D181D9
(209,129,217)
#D68FDD
(214,143,221)
#DB9DE1
(219,157,225)
#E0ABE5
(224,171,229)
#E5B9E9
(229,185,233)
#EAC7ED
(234,199,237)
#EFD5F1
(239,213,241)
#F4E3F5
(244,227,245)
#F9F1F9
(249,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C765D1; }

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

This text font color is #C765D1.


Background Color

.myBgColor { background-color: #C765D1; }

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

This div background color is #C765D1.


Border color

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

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

This div border color is #C765D1.


Opacity

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

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

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

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

This text has shadow with #C765D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C765D1 on black background.


Color preview on white background

This text has color #C765D1 on white background.



Black color preview on #C765D1 background

This text has black color on #C765D1 background.


White color preview on #C765D1 background

This text has white color on #C765D1 background.