COLOR #C393EB

HEX: #C393EB
RGB: (195,147,235)

Color info

#C393EB contains mainly red and blue colors. Web safe color of #C393EB is #CC99FF (or #C9F).

RGB color model

#C393EB color RGB value is (195,147,235).

  • red value is 195;
  • green value is 147;
  • blue value is 235.
RGB:
(195,147,235)
(76%,58%,92%)

RGB channels and saturation

R 195 of 255 = 76%
G 147 of 255 = 58%
B 235 of 255 = 92%

195
147
235

R + G + B ~ 75%. #C393EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 147 + 235 = 577 (100%)
R 195 of 577 ~ 33.8%
G 147 of 577 ~ 25.48%
B 235 of 577 ~ 40.73%

%33.8
%25.48
%40.73

CMYK color model

#C393EB color CMYK value is (17,37,0,8).

  • cyan value is 17.02%
  • magenta value is 37.45%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(17,37,0,8)
C17M37Y0K8 
(17%,37%,0%,8%)
(0.17/0.37/0.00/0.08)	

CMYK percentages

%17.02
%37.45
%0
%7.84

Codes

Color #C393EB in popluar color models

C393EB
RGB195147235
HSL273°68.75%74.90%
HSB/HSV273°37.45%92.16%
CMYK17.02%37.45%0.00%
7.84%

Color #C393EB in popluar number systems.

HEXC393EB
Decimal195147235
Binary110000111001001111101011
Octal303223353

Shades and tints

Shades of #C393EB

#C393EB
(195,147,235)
#B286D6
(178,134,214)
#A179C1
(161,121,193)
#906CAC
(144,108,172)
#7F5F97
(127,95,151)
#6E5282
(110,82,130)
#5D456D
(93,69,109)
#4C3858
(76,56,88)
#3B2B43
(59,43,67)
#2A1E2E
(42,30,46)
#191119
(25,17,25)
#000000
(0,0,0)

Tints of #C393EB

#C393EB
(195,147,235)
#C89CEC
(200,156,236)
#CDA5ED
(205,165,237)
#D2AEEE
(210,174,238)
#D7B7EF
(215,183,239)
#DCC0F0
(220,192,240)
#E1C9F1
(225,201,241)
#E6D2F2
(230,210,242)
#EBDBF3
(235,219,243)
#F0E4F4
(240,228,244)
#F5EDF5
(245,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C393EB color. Also use rgb(195,147,235) instead hex code.

Text Font Color

.myTextColor { color: #C393EB; }

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

This text font color is #C393EB.


Background Color

.myBgColor { background-color: #C393EB; }

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

This div background color is #C393EB.


Border color

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

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

This div border color is #C393EB.


Opacity

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

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

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

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

This text has shadow with #C393EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C393EB on black background.


Color preview on white background

This text has color #C393EB on white background.



Black color preview on #C393EB background

This text has black color on #C393EB background.


White color preview on #C393EB background

This text has white color on #C393EB background.