COLOR #C25DC7

HEX: #C25DC7
RGB: (194,93,199)

Color info

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

RGB color model

#C25DC7 color RGB value is (194,93,199).

  • red value is 194;
  • green value is 93;
  • blue value is 199.
RGB:
(194,93,199)
(76%,36%,78%)

RGB channels and saturation

R 194 of 255 = 76%
G 93 of 255 = 36%
B 199 of 255 = 78%

194
93
199

R + G + B ~ 63%. #C25DC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 93 + 199 = 486 (100%)
R 194 of 486 ~ 39.92%
G 93 of 486 ~ 19.14%
B 199 of 486 ~ 40.95%

%39.92
%19.14
%40.95

CMYK color model

#C25DC7 color CMYK value is (3,53,0,22).

  • cyan value is 2.51%
  • magenta value is 53.27%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(3,53,0,22)
C3M53Y0K22 
(3%,53%,0%,22%)
(0.03/0.53/0.00/0.22)	

CMYK percentages

%2.51
%53.27
%0
%21.96

Codes

Color #C25DC7 in popluar color models

C25DC7
RGB19493199
HSL297°48.62%57.25%
HSB/HSV297°53.27%78.04%
CMYK2.51%53.27%0.00%
21.96%

Color #C25DC7 in popluar number systems.

HEXC25DC7
Decimal19493199
Binary11000010101110111000111
Octal302135307

Shades and tints

Shades of #C25DC7

#C25DC7
(194,93,199)
#B155B5
(177,85,181)
#A04DA3
(160,77,163)
#8F4591
(143,69,145)
#7E3D7F
(126,61,127)
#6D356D
(109,53,109)
#5C2D5B
(92,45,91)
#4B2549
(75,37,73)
#3A1D37
(58,29,55)
#291525
(41,21,37)
#180D13
(24,13,19)
#000000
(0,0,0)

Tints of #C25DC7

#C25DC7
(194,93,199)
#C76BCC
(199,107,204)
#CC79D1
(204,121,209)
#D187D6
(209,135,214)
#D695DB
(214,149,219)
#DBA3E0
(219,163,224)
#E0B1E5
(224,177,229)
#E5BFEA
(229,191,234)
#EACDEF
(234,205,239)
#EFDBF4
(239,219,244)
#F4E9F9
(244,233,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C25DC7; }

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

This text font color is #C25DC7.


Background Color

.myBgColor { background-color: #C25DC7; }

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

This div background color is #C25DC7.


Border color

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

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

This div border color is #C25DC7.


Opacity

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

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

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

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

This text has shadow with #C25DC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C25DC7 on black background.


Color preview on white background

This text has color #C25DC7 on white background.



Black color preview on #C25DC7 background

This text has black color on #C25DC7 background.


White color preview on #C25DC7 background

This text has white color on #C25DC7 background.