COLOR #C05DE1

HEX: #C05DE1
RGB: (192,93,225)

Color info

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

RGB color model

#C05DE1 color RGB value is (192,93,225).

  • red value is 192;
  • green value is 93;
  • blue value is 225.
RGB:
(192,93,225)
(75%,36%,88%)

RGB channels and saturation

R 192 of 255 = 75%
G 93 of 255 = 36%
B 225 of 255 = 88%

192
93
225

R + G + B ~ 66%. #C05DE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 93 + 225 = 510 (100%)
R 192 of 510 ~ 37.65%
G 93 of 510 ~ 18.24%
B 225 of 510 ~ 44.12%

%37.65
%18.24
%44.12

CMYK color model

#C05DE1 color CMYK value is (15,59,0,12).

  • cyan value is 14.67%
  • magenta value is 58.67%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(15,59,0,12)
C15M59Y0K12 
(15%,59%,0%,12%)
(0.15/0.59/0.00/0.12)	

CMYK percentages

%14.67
%58.67
%0
%11.76

Codes

Color #C05DE1 in popluar color models

C05DE1
RGB19293225
HSL285°68.75%62.35%
HSB/HSV285°58.67%88.24%
CMYK14.67%58.67%0.00%
11.76%

Color #C05DE1 in popluar number systems.

HEXC05DE1
Decimal19293225
Binary11000000101110111100001
Octal300135341

Shades and tints

Shades of #C05DE1

#C05DE1
(192,93,225)
#AF55CD
(175,85,205)
#9E4DB9
(158,77,185)
#8D45A5
(141,69,165)
#7C3D91
(124,61,145)
#6B357D
(107,53,125)
#5A2D69
(90,45,105)
#492555
(73,37,85)
#381D41
(56,29,65)
#27152D
(39,21,45)
#160D19
(22,13,25)
#000000
(0,0,0)

Tints of #C05DE1

#C05DE1
(192,93,225)
#C56BE3
(197,107,227)
#CA79E5
(202,121,229)
#CF87E7
(207,135,231)
#D495E9
(212,149,233)
#D9A3EB
(217,163,235)
#DEB1ED
(222,177,237)
#E3BFEF
(227,191,239)
#E8CDF1
(232,205,241)
#EDDBF3
(237,219,243)
#F2E9F5
(242,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C05DE1 color. Also use rgb(192,93,225) instead hex code.

Text Font Color

.myTextColor { color: #C05DE1; }

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

This text font color is #C05DE1.


Background Color

.myBgColor { background-color: #C05DE1; }

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

This div background color is #C05DE1.


Border color

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

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

This div border color is #C05DE1.


Opacity

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

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

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

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

This text has shadow with #C05DE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C05DE1 on black background.


Color preview on white background

This text has color #C05DE1 on white background.



Black color preview on #C05DE1 background

This text has black color on #C05DE1 background.


White color preview on #C05DE1 background

This text has white color on #C05DE1 background.