COLOR #CA71CD

HEX: #CA71CD
RGB: (202,113,205)

Color info

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

RGB color model

#CA71CD color RGB value is (202,113,205).

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

RGB channels and saturation

R 202 of 255 = 79%
G 113 of 255 = 44%
B 205 of 255 = 80%

202
113
205

R + G + B ~ 68%. #CA71CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 113 + 205 = 520 (100%)
R 202 of 520 ~ 38.85%
G 113 of 520 ~ 21.73%
B 205 of 520 ~ 39.42%

%38.85
%21.73
%39.42

CMYK color model

#CA71CD color CMYK value is (1,45,0,20).

  • cyan value is 1.46%
  • magenta value is 44.88%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(1,45,0,20)
C1M45Y0K20 
(1%,45%,0%,20%)
(0.01/0.45/0.00/0.20)	

CMYK percentages

%1.46
%44.88
%0
%19.61

Codes

Color #CA71CD in popluar color models

CA71CD
RGB202113205
HSL298°47.92%62.35%
HSB/HSV298°44.88%80.39%
CMYK1.46%44.88%0.00%
19.61%

Color #CA71CD in popluar number systems.

HEXCA71CD
Decimal202113205
Binary11001010111000111001101
Octal312161315

Shades and tints

Shades of #CA71CD

#CA71CD
(202,113,205)
#B867BB
(184,103,187)
#A65DA9
(166,93,169)
#945397
(148,83,151)
#824985
(130,73,133)
#703F73
(112,63,115)
#5E3561
(94,53,97)
#4C2B4F
(76,43,79)
#3A213D
(58,33,61)
#28172B
(40,23,43)
#160D19
(22,13,25)
#000000
(0,0,0)

Tints of #CA71CD

#CA71CD
(202,113,205)
#CE7DD1
(206,125,209)
#D289D5
(210,137,213)
#D695D9
(214,149,217)
#DAA1DD
(218,161,221)
#DEADE1
(222,173,225)
#E2B9E5
(226,185,229)
#E6C5E9
(230,197,233)
#EAD1ED
(234,209,237)
#EEDDF1
(238,221,241)
#F2E9F5
(242,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CA71CD; }

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

This text font color is #CA71CD.


Background Color

.myBgColor { background-color: #CA71CD; }

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

This div background color is #CA71CD.


Border color

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

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

This div border color is #CA71CD.


Opacity

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

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

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

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

This text has shadow with #CA71CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA71CD on black background.


Color preview on white background

This text has color #CA71CD on white background.



Black color preview on #CA71CD background

This text has black color on #CA71CD background.


White color preview on #CA71CD background

This text has white color on #CA71CD background.