COLOR #C293D0

HEX: #C293D0
RGB: (194,147,208)

Color info

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

RGB color model

#C293D0 color RGB value is (194,147,208).

  • red value is 194;
  • green value is 147;
  • blue value is 208.
RGB:
(194,147,208)
(76%,58%,82%)

RGB channels and saturation

R 194 of 255 = 76%
G 147 of 255 = 58%
B 208 of 255 = 82%

194
147
208

R + G + B ~ 72%. #C293D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 147 + 208 = 549 (100%)
R 194 of 549 ~ 35.34%
G 147 of 549 ~ 26.78%
B 208 of 549 ~ 37.89%

%35.34
%26.78
%37.89

CMYK color model

#C293D0 color CMYK value is (7,29,0,18).

  • cyan value is 6.73%
  • magenta value is 29.33%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(7,29,0,18)
C7M29Y0K18 
(7%,29%,0%,18%)
(0.07/0.29/0.00/0.18)	

CMYK percentages

%6.73
%29.33
%0
%18.43

Codes

Color #C293D0 in popluar color models

C293D0
RGB194147208
HSL286°39.35%69.61%
HSB/HSV286°29.33%81.57%
CMYK6.73%29.33%0.00%
18.43%

Color #C293D0 in popluar number systems.

HEXC293D0
Decimal194147208
Binary110000101001001111010000
Octal302223320

Shades and tints

Shades of #C293D0

#C293D0
(194,147,208)
#B186BE
(177,134,190)
#A079AC
(160,121,172)
#8F6C9A
(143,108,154)
#7E5F88
(126,95,136)
#6D5276
(109,82,118)
#5C4564
(92,69,100)
#4B3852
(75,56,82)
#3A2B40
(58,43,64)
#291E2E
(41,30,46)
#18111C
(24,17,28)
#000000
(0,0,0)

Tints of #C293D0

#C293D0
(194,147,208)
#C79CD4
(199,156,212)
#CCA5D8
(204,165,216)
#D1AEDC
(209,174,220)
#D6B7E0
(214,183,224)
#DBC0E4
(219,192,228)
#E0C9E8
(224,201,232)
#E5D2EC
(229,210,236)
#EADBF0
(234,219,240)
#EFE4F4
(239,228,244)
#F4EDF8
(244,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C293D0; }

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

This text font color is #C293D0.


Background Color

.myBgColor { background-color: #C293D0; }

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

This div background color is #C293D0.


Border color

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

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

This div border color is #C293D0.


Opacity

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

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

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

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

This text has shadow with #C293D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C293D0 on black background.


Color preview on white background

This text has color #C293D0 on white background.



Black color preview on #C293D0 background

This text has black color on #C293D0 background.


White color preview on #C293D0 background

This text has white color on #C293D0 background.