COLOR #C35ED1

HEX: #C35ED1
RGB: (195,94,209)

Color info

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

RGB color model

#C35ED1 color RGB value is (195,94,209).

  • red value is 195;
  • green value is 94;
  • blue value is 209.
RGB:
(195,94,209)
(76%,37%,82%)

RGB channels and saturation

R 195 of 255 = 76%
G 94 of 255 = 37%
B 209 of 255 = 82%

195
94
209

R + G + B ~ 65%. #C35ED1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 94 + 209 = 498 (100%)
R 195 of 498 ~ 39.16%
G 94 of 498 ~ 18.88%
B 209 of 498 ~ 41.97%

%39.16
%18.88
%41.97

CMYK color model

#C35ED1 color CMYK value is (7,55,0,18).

  • cyan value is 6.70%
  • magenta value is 55.02%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(7,55,0,18)
C7M55Y0K18 
(7%,55%,0%,18%)
(0.07/0.55/0.00/0.18)	

CMYK percentages

%6.7
%55.02
%0
%18.04

Codes

Color #C35ED1 in popluar color models

C35ED1
RGB19594209
HSL293°55.56%59.41%
HSB/HSV293°55.02%81.96%
CMYK6.70%55.02%0.00%
18.04%

Color #C35ED1 in popluar number systems.

HEXC35ED1
Decimal19594209
Binary11000011101111011010001
Octal303136321

Shades and tints

Shades of #C35ED1

#C35ED1
(195,94,209)
#B256BE
(178,86,190)
#A14EAB
(161,78,171)
#904698
(144,70,152)
#7F3E85
(127,62,133)
#6E3672
(110,54,114)
#5D2E5F
(93,46,95)
#4C264C
(76,38,76)
#3B1E39
(59,30,57)
#2A1626
(42,22,38)
#190E13
(25,14,19)
#000000
(0,0,0)

Tints of #C35ED1

#C35ED1
(195,94,209)
#C86CD5
(200,108,213)
#CD7AD9
(205,122,217)
#D288DD
(210,136,221)
#D796E1
(215,150,225)
#DCA4E5
(220,164,229)
#E1B2E9
(225,178,233)
#E6C0ED
(230,192,237)
#EBCEF1
(235,206,241)
#F0DCF5
(240,220,245)
#F5EAF9
(245,234,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C35ED1 color. Also use rgb(195,94,209) instead hex code.

Text Font Color

.myTextColor { color: #C35ED1; }

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

This text font color is #C35ED1.


Background Color

.myBgColor { background-color: #C35ED1; }

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

This div background color is #C35ED1.


Border color

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

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

This div border color is #C35ED1.


Opacity

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

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

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

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

This text has shadow with #C35ED1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C35ED1 on black background.


Color preview on white background

This text has color #C35ED1 on white background.



Black color preview on #C35ED1 background

This text has black color on #C35ED1 background.


White color preview on #C35ED1 background

This text has white color on #C35ED1 background.