COLOR #C85BE3

HEX: #C85BE3
RGB: (200,91,227)

Color info

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

RGB color model

#C85BE3 color RGB value is (200,91,227).

  • red value is 200;
  • green value is 91;
  • blue value is 227.
RGB:
(200,91,227)
(78%,36%,89%)

RGB channels and saturation

R 200 of 255 = 78%
G 91 of 255 = 36%
B 227 of 255 = 89%

200
91
227

R + G + B ~ 68%. #C85BE3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 91 + 227 = 518 (100%)
R 200 of 518 ~ 38.61%
G 91 of 518 ~ 17.57%
B 227 of 518 ~ 43.82%

%38.61
%17.57
%43.82

CMYK color model

#C85BE3 color CMYK value is (12,60,0,11).

  • cyan value is 11.89%
  • magenta value is 59.91%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(12,60,0,11)
C12M60Y0K11 
(12%,60%,0%,11%)
(0.12/0.60/0.00/0.11)	

CMYK percentages

%11.89
%59.91
%0
%10.98

Codes

Color #C85BE3 in popluar color models

C85BE3
RGB20091227
HSL288°70.83%62.35%
HSB/HSV288°59.91%89.02%
CMYK11.89%59.91%0.00%
10.98%

Color #C85BE3 in popluar number systems.

HEXC85BE3
Decimal20091227
Binary11001000101101111100011
Octal310133343

Shades and tints

Shades of #C85BE3

#C85BE3
(200,91,227)
#B653CF
(182,83,207)
#A44BBB
(164,75,187)
#9243A7
(146,67,167)
#803B93
(128,59,147)
#6E337F
(110,51,127)
#5C2B6B
(92,43,107)
#4A2357
(74,35,87)
#381B43
(56,27,67)
#26132F
(38,19,47)
#140B1B
(20,11,27)
#000000
(0,0,0)

Tints of #C85BE3

#C85BE3
(200,91,227)
#CD69E5
(205,105,229)
#D277E7
(210,119,231)
#D785E9
(215,133,233)
#DC93EB
(220,147,235)
#E1A1ED
(225,161,237)
#E6AFEF
(230,175,239)
#EBBDF1
(235,189,241)
#F0CBF3
(240,203,243)
#F5D9F5
(245,217,245)
#FAE7F7
(250,231,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C85BE3 color. Also use rgb(200,91,227) instead hex code.

Text Font Color

.myTextColor { color: #C85BE3; }

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

This text font color is #C85BE3.


Background Color

.myBgColor { background-color: #C85BE3; }

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

This div background color is #C85BE3.


Border color

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

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

This div border color is #C85BE3.


Opacity

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

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

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

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

This text has shadow with #C85BE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C85BE3 on black background.


Color preview on white background

This text has color #C85BE3 on white background.



Black color preview on #C85BE3 background

This text has black color on #C85BE3 background.


White color preview on #C85BE3 background

This text has white color on #C85BE3 background.