COLOR #CA64DD

HEX: #CA64DD
RGB: (202,100,221)

Color info

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

RGB color model

#CA64DD color RGB value is (202,100,221).

  • red value is 202;
  • green value is 100;
  • blue value is 221.
RGB:
(202,100,221)
(79%,39%,87%)

RGB channels and saturation

R 202 of 255 = 79%
G 100 of 255 = 39%
B 221 of 255 = 87%

202
100
221

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

Portions of RGB colors in percentages

R + G + B =
202 + 100 + 221 = 523 (100%)
R 202 of 523 ~ 38.62%
G 100 of 523 ~ 19.12%
B 221 of 523 ~ 42.26%

%38.62
%19.12
%42.26

CMYK color model

#CA64DD color CMYK value is (9,55,0,13).

  • cyan value is 8.60%
  • magenta value is 54.75%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(9,55,0,13)
C9M55Y0K13 
(9%,55%,0%,13%)
(0.09/0.55/0.00/0.13)	

CMYK percentages

%8.6
%54.75
%0
%13.33

Codes

Color #CA64DD in popluar color models

CA64DD
RGB202100221
HSL291°64.02%62.94%
HSB/HSV291°54.75%86.67%
CMYK8.60%54.75%0.00%
13.33%

Color #CA64DD in popluar number systems.

HEXCA64DD
Decimal202100221
Binary11001010110010011011101
Octal312144335

Shades and tints

Shades of #CA64DD

#CA64DD
(202,100,221)
#B85BC9
(184,91,201)
#A652B5
(166,82,181)
#9449A1
(148,73,161)
#82408D
(130,64,141)
#703779
(112,55,121)
#5E2E65
(94,46,101)
#4C2551
(76,37,81)
#3A1C3D
(58,28,61)
#281329
(40,19,41)
#160A15
(22,10,21)
#000000
(0,0,0)

Tints of #CA64DD

#CA64DD
(202,100,221)
#CE72E0
(206,114,224)
#D280E3
(210,128,227)
#D68EE6
(214,142,230)
#DA9CE9
(218,156,233)
#DEAAEC
(222,170,236)
#E2B8EF
(226,184,239)
#E6C6F2
(230,198,242)
#EAD4F5
(234,212,245)
#EEE2F8
(238,226,248)
#F2F0FB
(242,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA64DD color. Also use rgb(202,100,221) instead hex code.

Text Font Color

.myTextColor { color: #CA64DD; }

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

This text font color is #CA64DD.


Background Color

.myBgColor { background-color: #CA64DD; }

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

This div background color is #CA64DD.


Border color

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

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

This div border color is #CA64DD.


Opacity

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

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

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

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

This text has shadow with #CA64DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA64DD on black background.


Color preview on white background

This text has color #CA64DD on white background.



Black color preview on #CA64DD background

This text has black color on #CA64DD background.


White color preview on #CA64DD background

This text has white color on #CA64DD background.