COLOR #C35ADC

HEX: #C35ADC RGB: (195,90,220)

Color info

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

RGB color model

#C35ADC color RGB value is (195,90,220).

RGB: (195,90,220) (76%, 35%, 86%)

RGB channels and saturation

R 195 of 255 = 76%
G 90 of 255 = 35%
B 220 of 255 = 86%

195
90
220

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

Portions of RGB colors in percentages

R + G + B = 195 + 90 + 220 = 505 (100%)
R 195 of 505 ~ 38.61%
G 90 of 505 ~ 17.82%
B 220 of 505 ~ 43.56'%

%38.61
%17.82
%43.56

CMYK color model

#C35ADC color CMYK value is (11,59,0,14).

  • cyan value is 11.36%
  • magenta value is 59.09%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (11,59,0,14)
C11M59Y0K14 (11%, 59%, 0%, 14%)
(0.11 / 0.59 / 0.00 / 0.14)

CMYK percentages

%11.36
%59.09
%0
%13.73

Codes

Color #C35ADC in popluar color models

C3 5A DC
RGB 195 90 220
HSL 288° 65.00% 60.78%
HSB/HSV 288° 59.09% 86.27%
CMYK 11.36% 59.09% 0.00%
13.73%

Color #C35ADC in popluar number systems.

HEX C3 5A DC
Decimal 195 90 220
Binary 11000011 1011010 11011100
Octal 303 132 334

Shades and tints

Shades of #C35ADC

#C35ADC
(195,90,220)
#B252C8
(178,82,200)
#A14AB4
(161,74,180)
#9042A0
(144,66,160)
#7F3A8C
(127,58,140)
#6E3278
(110,50,120)
#5D2A64
(93,42,100)
#4C2250
(76,34,80)
#3B1A3C
(59,26,60)
#2A1228
(42,18,40)
#190A14
(25,10,20)
#000000
(0,0,0)

Tints of #C35ADC

#C35ADC
(195,90,220)
#C869DF
(200,105,223)
#CD78E2
(205,120,226)
#D287E5
(210,135,229)
#D796E8
(215,150,232)
#DCA5EB
(220,165,235)
#E1B4EE
(225,180,238)
#E6C3F1
(230,195,241)
#EBD2F4
(235,210,244)
#F0E1F7
(240,225,247)
#F5F0FA
(245,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C35ADC; }

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

This text font color is #C35ADC.

Background Color

.myBgColor { background-color: #C35ADC; }

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

This div background color is #C35ADC.

Border color

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

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

This div border color is #C35ADC.

Opacity

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

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

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

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

This text has shadow with #C35ADC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C35ADC.

Preview

Color preview on black background

This text has color #C35ADC on black background.


Color preview on white background

This text has color #C35ADC on white background.


Black color preview on #C35ADC background

This text has black color on #C35ADC background.


White color preview on #C35ADC background

This text has white color on #C35ADC background.


Related colors

Complementary color

Complementary color for #hex is #3CA523.


I love getcolorcode.com

Triadic colors

1 #DCC35A and #5ADCC3 with #C35ADC are triadic colors.

2 #DC5AC3 and #5AC3DC with #C35ADC are triadic colors.