COLOR #CA72C8

HEX: #CA72C8
RGB: (202,114,200)

Color info

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

RGB color model

#CA72C8 color RGB value is (202,114,200).

  • red value is 202;
  • green value is 114;
  • blue value is 200.
RGB:
(202,114,200)
(79%,45%,78%)

RGB channels and saturation

R 202 of 255 = 79%
G 114 of 255 = 45%
B 200 of 255 = 78%

202
114
200

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

Portions of RGB colors in percentages

R + G + B =
202 + 114 + 200 = 516 (100%)
R 202 of 516 ~ 39.15%
G 114 of 516 ~ 22.09%
B 200 of 516 ~ 38.76%

%39.15
%22.09
%38.76

CMYK color model

#CA72C8 color CMYK value is (0,44,1,21).

  • cyan value is 0.00%
  • magenta value is 43.56%
  • yellow value is 0.99%
  • key color value is 20.78%
CMYK:
(0,44,1,21)
C0M44Y1K21 
(0%,44%,1%,21%)
(0.00/0.44/0.01/0.21)	

CMYK percentages

%0
%43.56
%0.99
%20.78

Codes

Color #CA72C8 in popluar color models

CA72C8
RGB202114200
HSL301°45.36%61.96%
HSB/HSV301°43.56%79.22%
CMYK0.00%43.56%0.99%
20.78%

Color #CA72C8 in popluar number systems.

HEXCA72C8
Decimal202114200
Binary11001010111001011001000
Octal312162310

Shades and tints

Shades of #CA72C8

#CA72C8
(202,114,200)
#B868B6
(184,104,182)
#A65EA4
(166,94,164)
#945492
(148,84,146)
#824A80
(130,74,128)
#70406E
(112,64,110)
#5E365C
(94,54,92)
#4C2C4A
(76,44,74)
#3A2238
(58,34,56)
#281826
(40,24,38)
#160E14
(22,14,20)
#000000
(0,0,0)

Tints of #CA72C8

#CA72C8
(202,114,200)
#CE7ECD
(206,126,205)
#D28AD2
(210,138,210)
#D696D7
(214,150,215)
#DAA2DC
(218,162,220)
#DEAEE1
(222,174,225)
#E2BAE6
(226,186,230)
#E6C6EB
(230,198,235)
#EAD2F0
(234,210,240)
#EEDEF5
(238,222,245)
#F2EAFA
(242,234,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA72C8 color. Also use rgb(202,114,200) instead hex code.

Text Font Color

.myTextColor { color: #CA72C8; }

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

This text font color is #CA72C8.


Background Color

.myBgColor { background-color: #CA72C8; }

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

This div background color is #CA72C8.


Border color

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

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

This div border color is #CA72C8.


Opacity

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

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

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

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

This text has shadow with #CA72C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA72C8 on black background.


Color preview on white background

This text has color #CA72C8 on white background.



Black color preview on #CA72C8 background

This text has black color on #CA72C8 background.


White color preview on #CA72C8 background

This text has white color on #CA72C8 background.