COLOR #C25DCA

HEX: #C25DCA RGB: (194,93,202)

Color info

#C25DCA contains mainly red and blue colors. Web safe color of #C25DCA is #CC66CC (or #C6C).

RGB color model

#C25DCA color RGB value is (194,93,202).

RGB: (194,93,202) (76%, 36%, 79%)

RGB channels and saturation

R 194 of 255 = 76%
G 93 of 255 = 36%
B 202 of 255 = 79%

194
93
202

R + G + B ~ 64%. #C25DCA is quite light color.

Portions of RGB colors in percentages

R + G + B = 194 + 93 + 202 = 489 (100%)
R 194 of 489 ~ 39.67%
G 93 of 489 ~ 19.02%
B 202 of 489 ~ 41.31'%

%39.67
%19.02
%41.31

CMYK color model

#C25DCA color CMYK value is (4,54,0,21).

  • cyan value is 3.96%
  • magenta value is 53.96%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK: (4,54,0,21) C4M54Y0K21 (4%,54%,0%,21%) (0.04/0.54/0.00/0.21) 

CMYK percentages

%3.96
%53.96
%0
%20.78

Codes

Color #C25DCA in popluar color models

C2 5D CA
RGB 194 93 202
HSL 296° 50.70% 57.84%
HSB/HSV 296° 53.96% 79.22%
CMYK 3.96% 53.96% 0.00%
20.78%

Color #C25DCA in popluar number systems.

HEX C2 5D CA
Decimal 194 93 202
Binary 11000010 1011101 11001010
Octal 302 135 312

Shades and tints

Shades of #C25DCA

#C25DCA
(194,93,202)
#B155B8
(177,85,184)
#A04DA6
(160,77,166)
#8F4594
(143,69,148)
#7E3D82
(126,61,130)
#6D3570
(109,53,112)
#5C2D5E
(92,45,94)
#4B254C
(75,37,76)
#3A1D3A
(58,29,58)
#291528
(41,21,40)
#180D16
(24,13,22)
#000000
(0,0,0)

Tints of #C25DCA

#C25DCA
(194,93,202)
#C76BCE
(199,107,206)
#CC79D2
(204,121,210)
#D187D6
(209,135,214)
#D695DA
(214,149,218)
#DBA3DE
(219,163,222)
#E0B1E2
(224,177,226)
#E5BFE6
(229,191,230)
#EACDEA
(234,205,234)
#EFDBEE
(239,219,238)
#F4E9F2
(244,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C25DCA; }

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

This text font color is #C25DCA.

Background Color

.myBgColor { background-color: #C25DCA; }

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

This div background color is #C25DCA.

Border color

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

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

This div border color is #C25DCA.

Opacity

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

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

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

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

This text has shadow with #C25DCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C25DCA.

Preview

Color preview on black background

This text has color #C25DCA on black background.


Color preview on white background

This text has color #C25DCA on white background.


Black color preview on #C25DCA background

This text has black color on #C25DCA background.


White color preview on #C25DCA background

This text has white color on #C25DCA background.


Related colors

Complementary color

Complementary color for #hex is #3DA235.


I love getcolorcode.com

Triadic colors

1 #CAC25D and #5DCAC2 with #C25DCA are triadic colors.

2 #CA5DC2 and #5DC2CA with #C25DCA are triadic colors.