COLOR #CA5ACD

HEX: #CA5ACD
RGB: (202,90,205)

Color info

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

RGB color model

#CA5ACD color RGB value is (202,90,205).

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

RGB channels and saturation

R 202 of 255 = 79%
G 90 of 255 = 35%
B 205 of 255 = 80%

202
90
205

R + G + B ~ 65%. #CA5ACD is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 90 + 205 = 497 (100%)
R 202 of 497 ~ 40.64%
G 90 of 497 ~ 18.11%
B 205 of 497 ~ 41.25%

%40.64
%18.11
%41.25

CMYK color model

#CA5ACD color CMYK value is (1,56,0,20).

  • cyan value is 1.46%
  • magenta value is 56.10%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(1,56,0,20)
C1M56Y0K20 
(1%,56%,0%,20%)
(0.01/0.56/0.00/0.20)	

CMYK percentages

%1.46
%56.1
%0
%19.61

Codes

Color #CA5ACD in popluar color models

CA5ACD
RGB20290205
HSL298°53.49%57.84%
HSB/HSV298°56.10%80.39%
CMYK1.46%56.10%0.00%
19.61%

Color #CA5ACD in popluar number systems.

HEXCA5ACD
Decimal20290205
Binary11001010101101011001101
Octal312132315

Shades and tints

Shades of #CA5ACD

#CA5ACD
(202,90,205)
#B852BB
(184,82,187)
#A64AA9
(166,74,169)
#944297
(148,66,151)
#823A85
(130,58,133)
#703273
(112,50,115)
#5E2A61
(94,42,97)
#4C224F
(76,34,79)
#3A1A3D
(58,26,61)
#28122B
(40,18,43)
#160A19
(22,10,25)
#000000
(0,0,0)

Tints of #CA5ACD

#CA5ACD
(202,90,205)
#CE69D1
(206,105,209)
#D278D5
(210,120,213)
#D687D9
(214,135,217)
#DA96DD
(218,150,221)
#DEA5E1
(222,165,225)
#E2B4E5
(226,180,229)
#E6C3E9
(230,195,233)
#EAD2ED
(234,210,237)
#EEE1F1
(238,225,241)
#F2F0F5
(242,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CA5ACD; }

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

This text font color is #CA5ACD.


Background Color

.myBgColor { background-color: #CA5ACD; }

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

This div background color is #CA5ACD.


Border color

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

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

This div border color is #CA5ACD.


Opacity

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

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

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

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

This text has shadow with #CA5ACD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA5ACD on black background.


Color preview on white background

This text has color #CA5ACD on white background.



Black color preview on #CA5ACD background

This text has black color on #CA5ACD background.


White color preview on #CA5ACD background

This text has white color on #CA5ACD background.