COLOR #CA93C2

HEX: #CA93C2 RGB: (202,147,194)

Color info

#CA93C2 contains red, green and blue colors in about the same proportion. Web safe color of #CA93C2 is #CC99CC (or #C9C).

RGB color model

#CA93C2 color RGB value is (202,147,194).

RGB: (202,147,194) (79%, 58%, 76%)

RGB channels and saturation

R 202 of 255 = 79%
G 147 of 255 = 58%
B 194 of 255 = 76%

202
147
194

R + G + B ~ 71%. #CA93C2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 202 + 147 + 194 = 543 (100%)
R 202 of 543 ~ 37.2%
G 147 of 543 ~ 27.07%
B 194 of 543 ~ 35.73'%

%37.2
%27.07
%35.73

CMYK color model

#CA93C2 color CMYK value is (0,27,4,21).

  • cyan value is 0.00%
  • magenta value is 27.23%
  • yellow value is 3.96%
  • key color value is 20.78%

CMYK: (0,27,4,21)
C0M27Y4K21 (0%, 27%, 4%, 21%)
(0.00 / 0.27 / 0.04 / 0.21)

CMYK percentages

%0
%27.23
%3.96
%20.78

Codes

Color #CA93C2 in popluar color models

CA 93 C2
RGB 202 147 194
HSL 309° 34.16% 68.43%
HSB/HSV 309° 27.23% 79.22%
CMYK 0.00% 27.23% 3.96%
20.78%

Color #CA93C2 in popluar number systems.

HEX CA 93 C2
Decimal 202 147 194
Binary 11001010 10010011 11000010
Octal 312 223 302

Shades and tints

Shades of #CA93C2

#CA93C2
(202,147,194)
#B886B1
(184,134,177)
#A679A0
(166,121,160)
#946C8F
(148,108,143)
#825F7E
(130,95,126)
#70526D
(112,82,109)
#5E455C
(94,69,92)
#4C384B
(76,56,75)
#3A2B3A
(58,43,58)
#281E29
(40,30,41)
#161118
(22,17,24)
#000000
(0,0,0)

Tints of #CA93C2

#CA93C2
(202,147,194)
#CE9CC7
(206,156,199)
#D2A5CC
(210,165,204)
#D6AED1
(214,174,209)
#DAB7D6
(218,183,214)
#DEC0DB
(222,192,219)
#E2C9E0
(226,201,224)
#E6D2E5
(230,210,229)
#EADBEA
(234,219,234)
#EEE4EF
(238,228,239)
#F2EDF4
(242,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA93C2 color. Also use rgb(202,147,194) instead hex code.

Text Font Color

.myTextColor { color: #CA93C2; }

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

This text font color is #CA93C2.

Background Color

.myBgColor { background-color: #CA93C2; }

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

This div background color is #CA93C2.

Border color

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

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

This div border color is #CA93C2.

Opacity

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

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

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

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

This text has shadow with #CA93C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CA93C2.

Preview

Color preview on black background

This text has color #CA93C2 on black background.


Color preview on white background

This text has color #CA93C2 on white background.


Black color preview on #CA93C2 background

This text has black color on #CA93C2 background.


White color preview on #CA93C2 background

This text has white color on #CA93C2 background.


Related colors

Complementary color

Complementary color for #hex is #356C3D.


I love getcolorcode.com

Triadic colors

1 #C2CA93 and #93C2CA with #CA93C2 are triadic colors.

2 #C293CA and #93CAC2 with #CA93C2 are triadic colors.