COLOR #C15CC9

HEX: #C15CC9
RGB: (193,92,201)

Renk bilgisi

#C15CC9 contains mainly red and blue colors. #C15CC9 ‘ nin web güvenlik rengi #CC66CC (ya da #C6C) dir.

RGB renk modeli

#C15CC9 color RGB value is (193,92,201).

  • kırmız ton 193;
  • yeşil ton 92;
  • mavi ton 201.
RGB:
(193,92,201)
(76%,36%,79%)

RGB bağlantıları ve doygunluk

R 193 of 255 = 76%
G 92 of 255 = 36%
B 201 of 255 = 79%

193
92
201

R + G + B ~ 64%. #C15CC9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
193 + 92 + 201 = 486 (100%)
R 193 of 486 ~ 39.71%
G 92 of 486 ~ 18.93%
B 201 of 486 ~ 41.36%

%39.71
%18.93
%41.36

CMYK RENK MODELİ

#C15CC9 rengi CMYK tonu (4,54,0,21).

  • camgöbeği tonu 3.98%
  • eflatun tonu 54.23%
  • sarı tonu 0.00%
  • ana renk tonu 21.18%
CMYK:
(4,54,0,21)
C4M54Y0K21 
(4%,54%,0%,21%)
(0.04/0.54/0.00/0.21)	

CMYK yüzdeleri

%3.98
%54.23
%0
%21.18

Codes

Color #C15CC9 in popluar color models

C15CC9
RGB19392201
HSL296°50.23%57.45%
HSB/HSV296°54.23%78.82%
CMYK3.98%54.23%0.00%
21.18%

Color #C15CC9 in popluar number systems.

HEXC15CC9
Decimal19392201
Binary11000001101110011001001
Octal301134311

Shades and tints

Shades of #C15CC9

#C15CC9
(193,92,201)
#B054B7
(176,84,183)
#9F4CA5
(159,76,165)
#8E4493
(142,68,147)
#7D3C81
(125,60,129)
#6C346F
(108,52,111)
#5B2C5D
(91,44,93)
#4A244B
(74,36,75)
#391C39
(57,28,57)
#281427
(40,20,39)
#170C15
(23,12,21)
#000000
(0,0,0)

Tints of #C15CC9

#C15CC9
(193,92,201)
#C66ACD
(198,106,205)
#CB78D1
(203,120,209)
#D086D5
(208,134,213)
#D594D9
(213,148,217)
#DAA2DD
(218,162,221)
#DFB0E1
(223,176,225)
#E4BEE5
(228,190,229)
#E9CCE9
(233,204,233)
#EEDAED
(238,218,237)
#F3E8F1
(243,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C15CC9; }

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

This text font color is #C15CC9.


Background Color

.myBgColor { background-color: #C15CC9; }

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

This div background color is #C15CC9.


Border color

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

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

This div border color is #C15CC9.


Opacity

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

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

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

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

This text has shadow with #C15CC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C15CC9 on black background.


Color preview on white background

This text has color #C15CC9 on white background.



Black color preview on #C15CC9 background

This text has black color on #C15CC9 background.


White color preview on #C15CC9 background

This text has white color on #C15CC9 background.