COLOR #C485E6

HEX: #C485E6
RGB: (196,133,230)

Color info

#C485E6 contains mainly red and blue colors. Web safe color of #C485E6 is #CC99CC (or #C9C).

RGB color model

#C485E6 color RGB value is (196,133,230).

  • red value is 196;
  • green value is 133;
  • blue value is 230.
RGB:
(196,133,230)
(77%,52%,90%)

RGB channels and saturation

R 196 of 255 = 77%
G 133 of 255 = 52%
B 230 of 255 = 90%

196
133
230

R + G + B ~ 73%. #C485E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 133 + 230 = 559 (100%)
R 196 of 559 ~ 35.06%
G 133 of 559 ~ 23.79%
B 230 of 559 ~ 41.14%

%35.06
%23.79
%41.14

CMYK color model

#C485E6 color CMYK value is (15,42,0,10).

  • cyan value is 14.78%
  • magenta value is 42.17%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(15,42,0,10)
C15M42Y0K10 
(15%,42%,0%,10%)
(0.15/0.42/0.00/0.10)	

CMYK percentages

%14.78
%42.17
%0
%9.8

Codes

Color #C485E6 in popluar color models

C485E6
RGB196133230
HSL279°65.99%71.18%
HSB/HSV279°42.17%90.20%
CMYK14.78%42.17%0.00%
9.80%

Color #C485E6 in popluar number systems.

HEXC485E6
Decimal196133230
Binary110001001000010111100110
Octal304205346

Shades and tints

Shades of #C485E6

#C485E6
(196,133,230)
#B379D2
(179,121,210)
#A26DBE
(162,109,190)
#9161AA
(145,97,170)
#805596
(128,85,150)
#6F4982
(111,73,130)
#5E3D6E
(94,61,110)
#4D315A
(77,49,90)
#3C2546
(60,37,70)
#2B1932
(43,25,50)
#1A0D1E
(26,13,30)
#000000
(0,0,0)

Tints of #C485E6

#C485E6
(196,133,230)
#C990E8
(201,144,232)
#CE9BEA
(206,155,234)
#D3A6EC
(211,166,236)
#D8B1EE
(216,177,238)
#DDBCF0
(221,188,240)
#E2C7F2
(226,199,242)
#E7D2F4
(231,210,244)
#ECDDF6
(236,221,246)
#F1E8F8
(241,232,248)
#F6F3FA
(246,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C485E6 color. Also use rgb(196,133,230) instead hex code.

Text Font Color

.myTextColor { color: #C485E6; }

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

This text font color is #C485E6.


Background Color

.myBgColor { background-color: #C485E6; }

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

This div background color is #C485E6.


Border color

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

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

This div border color is #C485E6.


Opacity

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

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

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

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

This text has shadow with #C485E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C485E6 on black background.


Color preview on white background

This text has color #C485E6 on white background.



Black color preview on #C485E6 background

This text has black color on #C485E6 background.


White color preview on #C485E6 background

This text has white color on #C485E6 background.