COLOR #C35AF2

HEX: #C35AF2
RGB: (195,90,242)

Color info

#C35AF2 contains mainly red and blue colors. Web safe color of #C35AF2 is #CC66FF (or #C6F).

RGB color model

#C35AF2 color RGB value is (195,90,242).

  • red value is 195;
  • green value is 90;
  • blue value is 242.
RGB:
(195,90,242)
(76%,35%,95%)

RGB channels and saturation

R 195 of 255 = 76%
G 90 of 255 = 35%
B 242 of 255 = 95%

195
90
242

R + G + B ~ 69%. #C35AF2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 90 + 242 = 527 (100%)
R 195 of 527 ~ 37%
G 90 of 527 ~ 17.08%
B 242 of 527 ~ 45.92%

%37
%17.08
%45.92

CMYK color model

#C35AF2 color CMYK value is (19,63,0,5).

  • cyan value is 19.42%
  • magenta value is 62.81%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(19,63,0,5)
C19M63Y0K5 
(19%,63%,0%,5%)
(0.19/0.63/0.00/0.05)	

CMYK percentages

%19.42
%62.81
%0
%5.1

Codes

Color #C35AF2 in popluar color models

C35AF2
RGB19590242
HSL281°85.39%65.10%
HSB/HSV281°62.81%94.90%
CMYK19.42%62.81%0.00%
5.10%

Color #C35AF2 in popluar number systems.

HEXC35AF2
Decimal19590242
Binary11000011101101011110010
Octal303132362

Shades and tints

Shades of #C35AF2

#C35AF2
(195,90,242)
#B252DC
(178,82,220)
#A14AC6
(161,74,198)
#9042B0
(144,66,176)
#7F3A9A
(127,58,154)
#6E3284
(110,50,132)
#5D2A6E
(93,42,110)
#4C2258
(76,34,88)
#3B1A42
(59,26,66)
#2A122C
(42,18,44)
#190A16
(25,10,22)
#000000
(0,0,0)

Tints of #C35AF2

#C35AF2
(195,90,242)
#C869F3
(200,105,243)
#CD78F4
(205,120,244)
#D287F5
(210,135,245)
#D796F6
(215,150,246)
#DCA5F7
(220,165,247)
#E1B4F8
(225,180,248)
#E6C3F9
(230,195,249)
#EBD2FA
(235,210,250)
#F0E1FB
(240,225,251)
#F5F0FC
(245,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C35AF2 color. Also use rgb(195,90,242) instead hex code.

Text Font Color

.myTextColor { color: #C35AF2; }

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

This text font color is #C35AF2.


Background Color

.myBgColor { background-color: #C35AF2; }

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

This div background color is #C35AF2.


Border color

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

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

This div border color is #C35AF2.


Opacity

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

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

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

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

This text has shadow with #C35AF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C35AF2 on black background.


Color preview on white background

This text has color #C35AF2 on white background.



Black color preview on #C35AF2 background

This text has black color on #C35AF2 background.


White color preview on #C35AF2 background

This text has white color on #C35AF2 background.