COLOR #CD76C2

HEX: #CD76C2
RGB: (205,118,194)

Color info

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

RGB color model

#CD76C2 color RGB value is (205,118,194).

  • red value is 205;
  • green value is 118;
  • blue value is 194.
RGB:
(205,118,194)
(80%,46%,76%)

RGB channels and saturation

R 205 of 255 = 80%
G 118 of 255 = 46%
B 194 of 255 = 76%

205
118
194

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

Portions of RGB colors in percentages

R + G + B =
205 + 118 + 194 = 517 (100%)
R 205 of 517 ~ 39.65%
G 118 of 517 ~ 22.82%
B 194 of 517 ~ 37.52%

%39.65
%22.82
%37.52

CMYK color model

#CD76C2 color CMYK value is (0,42,5,20).

  • cyan value is 0.00%
  • magenta value is 42.44%
  • yellow value is 5.37%
  • key color value is 19.61%
CMYK:
(0,42,5,20)
C0M42Y5K20 
(0%,42%,5%,20%)
(0.00/0.42/0.05/0.20)	

CMYK percentages

%0
%42.44
%5.37
%19.61

Codes

Color #CD76C2 in popluar color models

CD76C2
RGB205118194
HSL308°46.52%63.33%
HSB/HSV308°42.44%80.39%
CMYK0.00%42.44%5.37%
19.61%

Color #CD76C2 in popluar number systems.

HEXCD76C2
Decimal205118194
Binary11001101111011011000010
Octal315166302

Shades and tints

Shades of #CD76C2

#CD76C2
(205,118,194)
#BB6CB1
(187,108,177)
#A962A0
(169,98,160)
#97588F
(151,88,143)
#854E7E
(133,78,126)
#73446D
(115,68,109)
#613A5C
(97,58,92)
#4F304B
(79,48,75)
#3D263A
(61,38,58)
#2B1C29
(43,28,41)
#191218
(25,18,24)
#000000
(0,0,0)

Tints of #CD76C2

#CD76C2
(205,118,194)
#D182C7
(209,130,199)
#D58ECC
(213,142,204)
#D99AD1
(217,154,209)
#DDA6D6
(221,166,214)
#E1B2DB
(225,178,219)
#E5BEE0
(229,190,224)
#E9CAE5
(233,202,229)
#EDD6EA
(237,214,234)
#F1E2EF
(241,226,239)
#F5EEF4
(245,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CD76C2 color. Also use rgb(205,118,194) instead hex code.

Text Font Color

.myTextColor { color: #CD76C2; }

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

This text font color is #CD76C2.


Background Color

.myBgColor { background-color: #CD76C2; }

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

This div background color is #CD76C2.


Border color

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

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

This div border color is #CD76C2.


Opacity

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

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

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

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

This text has shadow with #CD76C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CD76C2 on black background.


Color preview on white background

This text has color #CD76C2 on white background.



Black color preview on #CD76C2 background

This text has black color on #CD76C2 background.


White color preview on #CD76C2 background

This text has white color on #CD76C2 background.