COLOR #CA95EF

HEX: #CA95EF RGB: (202,149,239)

Color info

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

RGB color model

#CA95EF color RGB value is (202,149,239).

RGB: (202,149,239) (79%, 58%, 94%)

RGB channels and saturation

R 202 of 255 = 79%
G 149 of 255 = 58%
B 239 of 255 = 94%

202
149
239

R + G + B ~ 77%. #CA95EF is quite light color.

Portions of RGB colors in percentages

R + G + B = 202 + 149 + 239 = 590 (100%)
R 202 of 590 ~ 34.24%
G 149 of 590 ~ 25.25%
B 239 of 590 ~ 40.51'%

%34.24
%25.25
%40.51

CMYK color model

#CA95EF color CMYK value is (15,38,0,6).

  • cyan value is 15.48%
  • magenta value is 37.66%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (15,38,0,6)
C15M38Y0K6 (15%, 38%, 0%, 6%)
(0.15 / 0.38 / 0.00 / 0.06)

CMYK percentages

%15.48
%37.66
%0
%6.27

Codes

Color #CA95EF in popluar color models

CA 95 EF
RGB 202 149 239
HSL 275° 73.77% 76.08%
HSB/HSV 275° 37.66% 93.73%
CMYK 15.48% 37.66% 0.00%
6.27%

Color #CA95EF in popluar number systems.

HEX CA 95 EF
Decimal 202 149 239
Binary 11001010 10010101 11101111
Octal 312 225 357

Shades and tints

Shades of #CA95EF

#CA95EF
(202,149,239)
#B888DA
(184,136,218)
#A67BC5
(166,123,197)
#946EB0
(148,110,176)
#82619B
(130,97,155)
#705486
(112,84,134)
#5E4771
(94,71,113)
#4C3A5C
(76,58,92)
#3A2D47
(58,45,71)
#282032
(40,32,50)
#16131D
(22,19,29)
#000000
(0,0,0)

Tints of #CA95EF

#CA95EF
(202,149,239)
#CE9EF0
(206,158,240)
#D2A7F1
(210,167,241)
#D6B0F2
(214,176,242)
#DAB9F3
(218,185,243)
#DEC2F4
(222,194,244)
#E2CBF5
(226,203,245)
#E6D4F6
(230,212,246)
#EADDF7
(234,221,247)
#EEE6F8
(238,230,248)
#F2EFF9
(242,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CA95EF; }

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

This text font color is #CA95EF.

Background Color

.myBgColor { background-color: #CA95EF; }

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

This div background color is #CA95EF.

Border color

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

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

This div border color is #CA95EF.

Opacity

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

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

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

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

This text has shadow with #CA95EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CA95EF.

Preview

Color preview on black background

This text has color #CA95EF on black background.


Color preview on white background

This text has color #CA95EF on white background.


Black color preview on #CA95EF background

This text has black color on #CA95EF background.


White color preview on #CA95EF background

This text has white color on #CA95EF background.


Related colors

Complementary color

Complementary color for #hex is #356A10.


I love getcolorcode.com

Triadic colors

1 #EFCA95 and #95EFCA with #CA95EF are triadic colors.

2 #EF95CA and #95CAEF with #CA95EF are triadic colors.