COLOR #CD71C4

HEX: #CD71C4
RGB: (205,113,196)

Color info

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

RGB color model

#CD71C4 color RGB value is (205,113,196).

  • red value is 205;
  • green value is 113;
  • blue value is 196.
RGB:
(205,113,196)
(80%,44%,77%)

RGB channels and saturation

R 205 of 255 = 80%
G 113 of 255 = 44%
B 196 of 255 = 77%

205
113
196

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

Portions of RGB colors in percentages

R + G + B =
205 + 113 + 196 = 514 (100%)
R 205 of 514 ~ 39.88%
G 113 of 514 ~ 21.98%
B 196 of 514 ~ 38.13%

%39.88
%21.98
%38.13

CMYK color model

#CD71C4 color CMYK value is (0,45,4,20).

  • cyan value is 0.00%
  • magenta value is 44.88%
  • yellow value is 4.39%
  • key color value is 19.61%
CMYK:
(0,45,4,20)
C0M45Y4K20 
(0%,45%,4%,20%)
(0.00/0.45/0.04/0.20)	

CMYK percentages

%0
%44.88
%4.39
%19.61

Codes

Color #CD71C4 in popluar color models

CD71C4
RGB205113196
HSL306°47.92%62.35%
HSB/HSV306°44.88%80.39%
CMYK0.00%44.88%4.39%
19.61%

Color #CD71C4 in popluar number systems.

HEXCD71C4
Decimal205113196
Binary11001101111000111000100
Octal315161304

Shades and tints

Shades of #CD71C4

#CD71C4
(205,113,196)
#BB67B3
(187,103,179)
#A95DA2
(169,93,162)
#975391
(151,83,145)
#854980
(133,73,128)
#733F6F
(115,63,111)
#61355E
(97,53,94)
#4F2B4D
(79,43,77)
#3D213C
(61,33,60)
#2B172B
(43,23,43)
#190D1A
(25,13,26)
#000000
(0,0,0)

Tints of #CD71C4

#CD71C4
(205,113,196)
#D17DC9
(209,125,201)
#D589CE
(213,137,206)
#D995D3
(217,149,211)
#DDA1D8
(221,161,216)
#E1ADDD
(225,173,221)
#E5B9E2
(229,185,226)
#E9C5E7
(233,197,231)
#EDD1EC
(237,209,236)
#F1DDF1
(241,221,241)
#F5E9F6
(245,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CD71C4 color. Also use rgb(205,113,196) instead hex code.

Text Font Color

.myTextColor { color: #CD71C4; }

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

This text font color is #CD71C4.


Background Color

.myBgColor { background-color: #CD71C4; }

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

This div background color is #CD71C4.


Border color

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

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

This div border color is #CD71C4.


Opacity

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

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

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

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

This text has shadow with #CD71C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CD71C4 on black background.


Color preview on white background

This text has color #CD71C4 on white background.



Black color preview on #CD71C4 background

This text has black color on #CD71C4 background.


White color preview on #CD71C4 background

This text has white color on #CD71C4 background.