COLOR #C25EDD

HEX: #C25EDD RGB: (194,94,221)

Color info

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

RGB color model

#C25EDD color RGB value is (194,94,221).

RGB: (194,94,221) (76%, 37%, 87%)

RGB channels and saturation

R 194 of 255 = 76%
G 94 of 255 = 37%
B 221 of 255 = 87%

194
94
221

R + G + B ~ 67%. #C25EDD is quite light color.

Portions of RGB colors in percentages

R + G + B = 194 + 94 + 221 = 509 (100%)
R 194 of 509 ~ 38.11%
G 94 of 509 ~ 18.47%
B 221 of 509 ~ 43.42'%

%38.11
%18.47
%43.42

CMYK color model

#C25EDD color CMYK value is (12,57,0,13).

  • cyan value is 12.22%
  • magenta value is 57.47%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (12,57,0,13)
C12M57Y0K13 (12%, 57%, 0%, 13%)
(0.12 / 0.57 / 0.00 / 0.13)

CMYK percentages

%12.22
%57.47
%0
%13.33

Codes

Color #C25EDD in popluar color models

C2 5E DD
RGB 194 94 221
HSL 287° 65.13% 61.76%
HSB/HSV 287° 57.47% 86.67%
CMYK 12.22% 57.47% 0.00%
13.33%

Color #C25EDD in popluar number systems.

HEX C2 5E DD
Decimal 194 94 221
Binary 11000010 1011110 11011101
Octal 302 136 335

Shades and tints

Shades of #C25EDD

#C25EDD
(194,94,221)
#B156C9
(177,86,201)
#A04EB5
(160,78,181)
#8F46A1
(143,70,161)
#7E3E8D
(126,62,141)
#6D3679
(109,54,121)
#5C2E65
(92,46,101)
#4B2651
(75,38,81)
#3A1E3D
(58,30,61)
#291629
(41,22,41)
#180E15
(24,14,21)
#000000
(0,0,0)

Tints of #C25EDD

#C25EDD
(194,94,221)
#C76CE0
(199,108,224)
#CC7AE3
(204,122,227)
#D188E6
(209,136,230)
#D696E9
(214,150,233)
#DBA4EC
(219,164,236)
#E0B2EF
(224,178,239)
#E5C0F2
(229,192,242)
#EACEF5
(234,206,245)
#EFDCF8
(239,220,248)
#F4EAFB
(244,234,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C25EDD color. Also use rgb(194,94,221) instead hex code.

Text Font Color

.myTextColor { color: #C25EDD; }

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

This text font color is #C25EDD.

Background Color

.myBgColor { background-color: #C25EDD; }

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

This div background color is #C25EDD.

Border color

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

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

This div border color is #C25EDD.

Opacity

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

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

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

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

This text has shadow with #C25EDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C25EDD.

Preview

Color preview on black background

This text has color #C25EDD on black background.


Color preview on white background

This text has color #C25EDD on white background.


Black color preview on #C25EDD background

This text has black color on #C25EDD background.


White color preview on #C25EDD background

This text has white color on #C25EDD background.


Related colors

Complementary color

Complementary color for #hex is #3DA122.


I love getcolorcode.com

Triadic colors

1 #DDC25E and #5EDDC2 with #C25EDD are triadic colors.

2 #DD5EC2 and #5EC2DD with #C25EDD are triadic colors.