COLOR #C15CEB

HEX: #C15CEB
RGB: (193,92,235)

Color info

#C15CEB contains mainly red and blue colors. Web safe color of #C15CEB is #CC66FF (or #C6F).

RGB color model

#C15CEB color RGB value is (193,92,235).

  • red value is 193;
  • green value is 92;
  • blue value is 235.
RGB:
(193,92,235)
(76%,36%,92%)

RGB channels and saturation

R 193 of 255 = 76%
G 92 of 255 = 36%
B 235 of 255 = 92%

193
92
235

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

Portions of RGB colors in percentages

R + G + B =
193 + 92 + 235 = 520 (100%)
R 193 of 520 ~ 37.12%
G 92 of 520 ~ 17.69%
B 235 of 520 ~ 45.19%

%37.12
%17.69
%45.19

CMYK color model

#C15CEB color CMYK value is (18,61,0,8).

  • cyan value is 17.87%
  • magenta value is 60.85%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(18,61,0,8)
C18M61Y0K8 
(18%,61%,0%,8%)
(0.18/0.61/0.00/0.08)	

CMYK percentages

%17.87
%60.85
%0
%7.84

Codes

Color #C15CEB in popluar color models

C15CEB
RGB19392235
HSL282°78.14%64.12%
HSB/HSV282°60.85%92.16%
CMYK17.87%60.85%0.00%
7.84%

Color #C15CEB in popluar number systems.

HEXC15CEB
Decimal19392235
Binary11000001101110011101011
Octal301134353

Shades and tints

Shades of #C15CEB

#C15CEB
(193,92,235)
#B054D6
(176,84,214)
#9F4CC1
(159,76,193)
#8E44AC
(142,68,172)
#7D3C97
(125,60,151)
#6C3482
(108,52,130)
#5B2C6D
(91,44,109)
#4A2458
(74,36,88)
#391C43
(57,28,67)
#28142E
(40,20,46)
#170C19
(23,12,25)
#000000
(0,0,0)

Tints of #C15CEB

#C15CEB
(193,92,235)
#C66AEC
(198,106,236)
#CB78ED
(203,120,237)
#D086EE
(208,134,238)
#D594EF
(213,148,239)
#DAA2F0
(218,162,240)
#DFB0F1
(223,176,241)
#E4BEF2
(228,190,242)
#E9CCF3
(233,204,243)
#EEDAF4
(238,218,244)
#F3E8F5
(243,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C15CEB color. Also use rgb(193,92,235) instead hex code.

Text Font Color

.myTextColor { color: #C15CEB; }

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

This text font color is #C15CEB.


Background Color

.myBgColor { background-color: #C15CEB; }

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

This div background color is #C15CEB.


Border color

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

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

This div border color is #C15CEB.


Opacity

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

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

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

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

This text has shadow with #C15CEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C15CEB on black background.


Color preview on white background

This text has color #C15CEB on white background.



Black color preview on #C15CEB background

This text has black color on #C15CEB background.


White color preview on #C15CEB background

This text has white color on #C15CEB background.