COLOR #C15AD7

HEX: #C15AD7
RGB: (193,90,215)

Color info

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

RGB color model

#C15AD7 color RGB value is (193,90,215).

  • red value is 193;
  • green value is 90;
  • blue value is 215.
RGB:
(193,90,215)
(76%,35%,84%)

RGB channels and saturation

R 193 of 255 = 76%
G 90 of 255 = 35%
B 215 of 255 = 84%

193
90
215

R + G + B ~ 65%. #C15AD7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 90 + 215 = 498 (100%)
R 193 of 498 ~ 38.76%
G 90 of 498 ~ 18.07%
B 215 of 498 ~ 43.17%

%38.76
%18.07
%43.17

CMYK color model

#C15AD7 color CMYK value is (10,58,0,16).

  • cyan value is 10.23%
  • magenta value is 58.14%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(10,58,0,16)
C10M58Y0K16 
(10%,58%,0%,16%)
(0.10/0.58/0.00/0.16)	

CMYK percentages

%10.23
%58.14
%0
%15.69

Codes

Color #C15AD7 in popluar color models

C15AD7
RGB19390215
HSL289°60.98%59.80%
HSB/HSV289°58.14%84.31%
CMYK10.23%58.14%0.00%
15.69%

Color #C15AD7 in popluar number systems.

HEXC15AD7
Decimal19390215
Binary11000001101101011010111
Octal301132327

Shades and tints

Shades of #C15AD7

#C15AD7
(193,90,215)
#B052C4
(176,82,196)
#9F4AB1
(159,74,177)
#8E429E
(142,66,158)
#7D3A8B
(125,58,139)
#6C3278
(108,50,120)
#5B2A65
(91,42,101)
#4A2252
(74,34,82)
#391A3F
(57,26,63)
#28122C
(40,18,44)
#170A19
(23,10,25)
#000000
(0,0,0)

Tints of #C15AD7

#C15AD7
(193,90,215)
#C669DA
(198,105,218)
#CB78DD
(203,120,221)
#D087E0
(208,135,224)
#D596E3
(213,150,227)
#DAA5E6
(218,165,230)
#DFB4E9
(223,180,233)
#E4C3EC
(228,195,236)
#E9D2EF
(233,210,239)
#EEE1F2
(238,225,242)
#F3F0F5
(243,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C15AD7 color. Also use rgb(193,90,215) instead hex code.

Text Font Color

.myTextColor { color: #C15AD7; }

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

This text font color is #C15AD7.


Background Color

.myBgColor { background-color: #C15AD7; }

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

This div background color is #C15AD7.


Border color

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

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

This div border color is #C15AD7.


Opacity

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

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

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

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

This text has shadow with #C15AD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C15AD7 on black background.


Color preview on white background

This text has color #C15AD7 on white background.



Black color preview on #C15AD7 background

This text has black color on #C15AD7 background.


White color preview on #C15AD7 background

This text has white color on #C15AD7 background.