COLOR #C765C4

HEX: #C765C4
RGB: (199,101,196)

Color info

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

RGB color model

#C765C4 color RGB value is (199,101,196).

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

RGB channels and saturation

R 199 of 255 = 78%
G 101 of 255 = 40%
B 196 of 255 = 77%

199
101
196

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

Portions of RGB colors in percentages

R + G + B =
199 + 101 + 196 = 496 (100%)
R 199 of 496 ~ 40.12%
G 101 of 496 ~ 20.36%
B 196 of 496 ~ 39.52%

%40.12
%20.36
%39.52

CMYK color model

#C765C4 color CMYK value is (0,49,2,22).

  • cyan value is 0.00%
  • magenta value is 49.25%
  • yellow value is 1.51%
  • key color value is 21.96%
CMYK:
(0,49,2,22)
C0M49Y2K22 
(0%,49%,2%,22%)
(0.00/0.49/0.02/0.22)	

CMYK percentages

%0
%49.25
%1.51
%21.96

Codes

Color #C765C4 in popluar color models

C765C4
RGB199101196
HSL302°46.67%58.82%
HSB/HSV302°49.25%78.04%
CMYK0.00%49.25%1.51%
21.96%

Color #C765C4 in popluar number systems.

HEXC765C4
Decimal199101196
Binary11000111110010111000100
Octal307145304

Shades and tints

Shades of #C765C4

#C765C4
(199,101,196)
#B55CB3
(181,92,179)
#A353A2
(163,83,162)
#914A91
(145,74,145)
#7F4180
(127,65,128)
#6D386F
(109,56,111)
#5B2F5E
(91,47,94)
#49264D
(73,38,77)
#371D3C
(55,29,60)
#25142B
(37,20,43)
#130B1A
(19,11,26)
#000000
(0,0,0)

Tints of #C765C4

#C765C4
(199,101,196)
#CC73C9
(204,115,201)
#D181CE
(209,129,206)
#D68FD3
(214,143,211)
#DB9DD8
(219,157,216)
#E0ABDD
(224,171,221)
#E5B9E2
(229,185,226)
#EAC7E7
(234,199,231)
#EFD5EC
(239,213,236)
#F4E3F1
(244,227,241)
#F9F1F6
(249,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C765C4; }

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

This text font color is #C765C4.


Background Color

.myBgColor { background-color: #C765C4; }

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

This div background color is #C765C4.


Border color

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

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

This div border color is #C765C4.


Opacity

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

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

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

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

This text has shadow with #C765C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C765C4 on black background.


Color preview on white background

This text has color #C765C4 on white background.



Black color preview on #C765C4 background

This text has black color on #C765C4 background.


White color preview on #C765C4 background

This text has white color on #C765C4 background.