COLOR #CA58D6

HEX: #CA58D6
RGB: (202,88,214)

Color info

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

RGB color model

#CA58D6 color RGB value is (202,88,214).

  • red value is 202;
  • green value is 88;
  • blue value is 214.
RGB:
(202,88,214)
(79%,35%,84%)

RGB channels and saturation

R 202 of 255 = 79%
G 88 of 255 = 35%
B 214 of 255 = 84%

202
88
214

R + G + B ~ 66%. #CA58D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 88 + 214 = 504 (100%)
R 202 of 504 ~ 40.08%
G 88 of 504 ~ 17.46%
B 214 of 504 ~ 42.46%

%40.08
%17.46
%42.46

CMYK color model

#CA58D6 color CMYK value is (6,59,0,16).

  • cyan value is 5.61%
  • magenta value is 58.88%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(6,59,0,16)
C6M59Y0K16 
(6%,59%,0%,16%)
(0.06/0.59/0.00/0.16)	

CMYK percentages

%5.61
%58.88
%0
%16.08

Codes

Color #CA58D6 in popluar color models

CA58D6
RGB20288214
HSL294°60.58%59.22%
HSB/HSV294°58.88%83.92%
CMYK5.61%58.88%0.00%
16.08%

Color #CA58D6 in popluar number systems.

HEXCA58D6
Decimal20288214
Binary11001010101100011010110
Octal312130326

Shades and tints

Shades of #CA58D6

#CA58D6
(202,88,214)
#B850C3
(184,80,195)
#A648B0
(166,72,176)
#94409D
(148,64,157)
#82388A
(130,56,138)
#703077
(112,48,119)
#5E2864
(94,40,100)
#4C2051
(76,32,81)
#3A183E
(58,24,62)
#28102B
(40,16,43)
#160818
(22,8,24)
#000000
(0,0,0)

Tints of #CA58D6

#CA58D6
(202,88,214)
#CE67D9
(206,103,217)
#D276DC
(210,118,220)
#D685DF
(214,133,223)
#DA94E2
(218,148,226)
#DEA3E5
(222,163,229)
#E2B2E8
(226,178,232)
#E6C1EB
(230,193,235)
#EAD0EE
(234,208,238)
#EEDFF1
(238,223,241)
#F2EEF4
(242,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA58D6 color. Also use rgb(202,88,214) instead hex code.

Text Font Color

.myTextColor { color: #CA58D6; }

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

This text font color is #CA58D6.


Background Color

.myBgColor { background-color: #CA58D6; }

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

This div background color is #CA58D6.


Border color

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

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

This div border color is #CA58D6.


Opacity

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

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

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

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

This text has shadow with #CA58D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA58D6 on black background.


Color preview on white background

This text has color #CA58D6 on white background.



Black color preview on #CA58D6 background

This text has black color on #CA58D6 background.


White color preview on #CA58D6 background

This text has white color on #CA58D6 background.