COLOR #CA95E3

HEX: #CA95E3
RGB: (202,149,227)

Color info

#CA95E3 contains mainly red and blue colors. Web safe color of #CA95E3 is #CC99CC (or #C9C).

RGB color model

#CA95E3 color RGB value is (202,149,227).

  • red value is 202;
  • green value is 149;
  • blue value is 227.
RGB:
(202,149,227)
(79%,58%,89%)

RGB channels and saturation

R 202 of 255 = 79%
G 149 of 255 = 58%
B 227 of 255 = 89%

202
149
227

R + G + B ~ 75%. #CA95E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 149 + 227 = 578 (100%)
R 202 of 578 ~ 34.95%
G 149 of 578 ~ 25.78%
B 227 of 578 ~ 39.27%

%34.95
%25.78
%39.27

CMYK color model

#CA95E3 color CMYK value is (11,34,0,11).

  • cyan value is 11.01%
  • magenta value is 34.36%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(11,34,0,11)
C11M34Y0K11 
(11%,34%,0%,11%)
(0.11/0.34/0.00/0.11)	

CMYK percentages

%11.01
%34.36
%0
%10.98

Codes

Color #CA95E3 in popluar color models

CA95E3
RGB202149227
HSL281°58.21%73.73%
HSB/HSV281°34.36%89.02%
CMYK11.01%34.36%0.00%
10.98%

Color #CA95E3 in popluar number systems.

HEXCA95E3
Decimal202149227
Binary110010101001010111100011
Octal312225343

Shades and tints

Shades of #CA95E3

#CA95E3
(202,149,227)
#B888CF
(184,136,207)
#A67BBB
(166,123,187)
#946EA7
(148,110,167)
#826193
(130,97,147)
#70547F
(112,84,127)
#5E476B
(94,71,107)
#4C3A57
(76,58,87)
#3A2D43
(58,45,67)
#28202F
(40,32,47)
#16131B
(22,19,27)
#000000
(0,0,0)

Tints of #CA95E3

#CA95E3
(202,149,227)
#CE9EE5
(206,158,229)
#D2A7E7
(210,167,231)
#D6B0E9
(214,176,233)
#DAB9EB
(218,185,235)
#DEC2ED
(222,194,237)
#E2CBEF
(226,203,239)
#E6D4F1
(230,212,241)
#EADDF3
(234,221,243)
#EEE6F5
(238,230,245)
#F2EFF7
(242,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA95E3 color. Also use rgb(202,149,227) instead hex code.

Text Font Color

.myTextColor { color: #CA95E3; }

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

This text font color is #CA95E3.


Background Color

.myBgColor { background-color: #CA95E3; }

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

This div background color is #CA95E3.


Border color

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

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

This div border color is #CA95E3.


Opacity

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

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

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

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

This text has shadow with #CA95E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA95E3 on black background.


Color preview on white background

This text has color #CA95E3 on white background.



Black color preview on #CA95E3 background

This text has black color on #CA95E3 background.


White color preview on #CA95E3 background

This text has white color on #CA95E3 background.