COLOR #CA55A6

HEX: #CA55A6
RGB: (202,85,166)

Color info

#CA55A6 contains mainly red and blue colors. Web safe color of #CA55A6 is #CC6699 (or #C69).

RGB color model

#CA55A6 color RGB value is (202,85,166).

  • red value is 202;
  • green value is 85;
  • blue value is 166.
RGB:
(202,85,166)
(79%,33%,65%)

RGB channels and saturation

R 202 of 255 = 79%
G 85 of 255 = 33%
B 166 of 255 = 65%

202
85
166

R + G + B ~ 59%. #CA55A6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
202 + 85 + 166 = 453 (100%)
R 202 of 453 ~ 44.59%
G 85 of 453 ~ 18.76%
B 166 of 453 ~ 36.64%

%44.59
%18.76
%36.64

CMYK color model

#CA55A6 color CMYK value is (0,58,18,21).

  • cyan value is 0.00%
  • magenta value is 57.92%
  • yellow value is 17.82%
  • key color value is 20.78%
CMYK:
(0,58,18,21)
C0M58Y18K21 
(0%,58%,18%,21%)
(0.00/0.58/0.18/0.21)	

CMYK percentages

%0
%57.92
%17.82
%20.78

Codes

Color #CA55A6 in popluar color models

CA55A6
RGB20285166
HSL318°52.47%56.27%
HSB/HSV318°57.92%79.22%
CMYK0.00%57.92%17.82%
20.78%

Color #CA55A6 in popluar number systems.

HEXCA55A6
Decimal20285166
Binary11001010101010110100110
Octal312125246

Shades and tints

Shades of #CA55A6

#CA55A6
(202,85,166)
#B84E97
(184,78,151)
#A64788
(166,71,136)
#944079
(148,64,121)
#82396A
(130,57,106)
#70325B
(112,50,91)
#5E2B4C
(94,43,76)
#4C243D
(76,36,61)
#3A1D2E
(58,29,46)
#28161F
(40,22,31)
#160F10
(22,15,16)
#000000
(0,0,0)

Tints of #CA55A6

#CA55A6
(202,85,166)
#CE64AE
(206,100,174)
#D273B6
(210,115,182)
#D682BE
(214,130,190)
#DA91C6
(218,145,198)
#DEA0CE
(222,160,206)
#E2AFD6
(226,175,214)
#E6BEDE
(230,190,222)
#EACDE6
(234,205,230)
#EEDCEE
(238,220,238)
#F2EBF6
(242,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA55A6 color. Also use rgb(202,85,166) instead hex code.

Text Font Color

.myTextColor { color: #CA55A6; }

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

This text font color is #CA55A6.


Background Color

.myBgColor { background-color: #CA55A6; }

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

This div background color is #CA55A6.


Border color

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

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

This div border color is #CA55A6.


Opacity

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

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

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

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

This text has shadow with #CA55A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA55A6 on black background.


Color preview on white background

This text has color #CA55A6 on white background.



Black color preview on #CA55A6 background

This text has black color on #CA55A6 background.


White color preview on #CA55A6 background

This text has white color on #CA55A6 background.