COLOR #C746EB

HEX: #C746EB
RGB: (199,70,235)

Color info

#C746EB contains mainly red and blue colors. Web safe color of #C746EB is #CC33FF (or #C3F).

RGB color model

#C746EB color RGB value is (199,70,235).

  • red value is 199;
  • green value is 70;
  • blue value is 235.
RGB:
(199,70,235)
(78%,27%,92%)

RGB channels and saturation

R 199 of 255 = 78%
G 70 of 255 = 27%
B 235 of 255 = 92%

199
70
235

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

Portions of RGB colors in percentages

R + G + B =
199 + 70 + 235 = 504 (100%)
R 199 of 504 ~ 39.48%
G 70 of 504 ~ 13.89%
B 235 of 504 ~ 46.63%

%39.48
%13.89
%46.63

CMYK color model

#C746EB color CMYK value is (15,70,0,8).

  • cyan value is 15.32%
  • magenta value is 70.21%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(15,70,0,8)
C15M70Y0K8 
(15%,70%,0%,8%)
(0.15/0.70/0.00/0.08)	

CMYK percentages

%15.32
%70.21
%0
%7.84

Codes

Color #C746EB in popluar color models

C746EB
RGB19970235
HSL287°80.49%59.80%
HSB/HSV287°70.21%92.16%
CMYK15.32%70.21%0.00%
7.84%

Color #C746EB in popluar number systems.

HEXC746EB
Decimal19970235
Binary11000111100011011101011
Octal307106353

Shades and tints

Shades of #C746EB

#C746EB
(199,70,235)
#B540D6
(181,64,214)
#A33AC1
(163,58,193)
#9134AC
(145,52,172)
#7F2E97
(127,46,151)
#6D2882
(109,40,130)
#5B226D
(91,34,109)
#491C58
(73,28,88)
#371643
(55,22,67)
#25102E
(37,16,46)
#130A19
(19,10,25)
#000000
(0,0,0)

Tints of #C746EB

#C746EB
(199,70,235)
#CC56EC
(204,86,236)
#D166ED
(209,102,237)
#D676EE
(214,118,238)
#DB86EF
(219,134,239)
#E096F0
(224,150,240)
#E5A6F1
(229,166,241)
#EAB6F2
(234,182,242)
#EFC6F3
(239,198,243)
#F4D6F4
(244,214,244)
#F9E6F5
(249,230,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C746EB color. Also use rgb(199,70,235) instead hex code.

Text Font Color

.myTextColor { color: #C746EB; }

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

This text font color is #C746EB.


Background Color

.myBgColor { background-color: #C746EB; }

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

This div background color is #C746EB.


Border color

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

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

This div border color is #C746EB.


Opacity

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

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

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

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

This text has shadow with #C746EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C746EB on black background.


Color preview on white background

This text has color #C746EB on white background.



Black color preview on #C746EB background

This text has black color on #C746EB background.


White color preview on #C746EB background

This text has white color on #C746EB background.