COLOR #CA96F2

HEX: #CA96F2
RGB: (202,150,242)

Color info

#CA96F2 contains mainly red and blue colors. Web safe color of #CA96F2 is #CC99FF (or #C9F).

RGB color model

#CA96F2 color RGB value is (202,150,242).

  • red value is 202;
  • green value is 150;
  • blue value is 242.
RGB:
(202,150,242)
(79%,59%,95%)

RGB channels and saturation

R 202 of 255 = 79%
G 150 of 255 = 59%
B 242 of 255 = 95%

202
150
242

R + G + B ~ 78%. #CA96F2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 150 + 242 = 594 (100%)
R 202 of 594 ~ 34.01%
G 150 of 594 ~ 25.25%
B 242 of 594 ~ 40.74%

%34.01
%25.25
%40.74

CMYK color model

#CA96F2 color CMYK value is (17,38,0,5).

  • cyan value is 16.53%
  • magenta value is 38.02%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(17,38,0,5)
C17M38Y0K5 
(17%,38%,0%,5%)
(0.17/0.38/0.00/0.05)	

CMYK percentages

%16.53
%38.02
%0
%5.1

Codes

Color #CA96F2 in popluar color models

CA96F2
RGB202150242
HSL274°77.97%76.86%
HSB/HSV274°38.02%94.90%
CMYK16.53%38.02%0.00%
5.10%

Color #CA96F2 in popluar number systems.

HEXCA96F2
Decimal202150242
Binary110010101001011011110010
Octal312226362

Shades and tints

Shades of #CA96F2

#CA96F2
(202,150,242)
#B889DC
(184,137,220)
#A67CC6
(166,124,198)
#946FB0
(148,111,176)
#82629A
(130,98,154)
#705584
(112,85,132)
#5E486E
(94,72,110)
#4C3B58
(76,59,88)
#3A2E42
(58,46,66)
#28212C
(40,33,44)
#161416
(22,20,22)
#000000
(0,0,0)

Tints of #CA96F2

#CA96F2
(202,150,242)
#CE9FF3
(206,159,243)
#D2A8F4
(210,168,244)
#D6B1F5
(214,177,245)
#DABAF6
(218,186,246)
#DEC3F7
(222,195,247)
#E2CCF8
(226,204,248)
#E6D5F9
(230,213,249)
#EADEFA
(234,222,250)
#EEE7FB
(238,231,251)
#F2F0FC
(242,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA96F2 color. Also use rgb(202,150,242) instead hex code.

Text Font Color

.myTextColor { color: #CA96F2; }

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

This text font color is #CA96F2.


Background Color

.myBgColor { background-color: #CA96F2; }

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

This div background color is #CA96F2.


Border color

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

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

This div border color is #CA96F2.


Opacity

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

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

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

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

This text has shadow with #CA96F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA96F2 on black background.


Color preview on white background

This text has color #CA96F2 on white background.



Black color preview on #CA96F2 background

This text has black color on #CA96F2 background.


White color preview on #CA96F2 background

This text has white color on #CA96F2 background.