COLOR #C576D6

HEX: #C576D6
RGB: (197,118,214)

Renk bilgisi

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

RGB renk modeli

#C576D6 color RGB value is (197,118,214).

  • kırmız ton 197;
  • yeşil ton 118;
  • mavi ton 214.
RGB:
(197,118,214)
(77%,46%,84%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 118 of 255 = 46%
B 214 of 255 = 84%

197
118
214

R + G + B ~ 69%. #C576D6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 118 + 214 = 529 (100%)
R 197 of 529 ~ 37.24%
G 118 of 529 ~ 22.31%
B 214 of 529 ~ 40.45%

%37.24
%22.31
%40.45

CMYK RENK MODELİ

#C576D6 rengi CMYK tonu (8,45,0,16).

  • camgöbeği tonu 7.94%
  • eflatun tonu 44.86%
  • sarı tonu 0.00%
  • ana renk tonu 16.08%
CMYK:
(8,45,0,16)
C8M45Y0K16 
(8%,45%,0%,16%)
(0.08/0.45/0.00/0.16)	

CMYK yüzdeleri

%7.94
%44.86
%0
%16.08

Codes

Color #C576D6 in popluar color models

C576D6
RGB197118214
HSL289°53.93%65.10%
HSB/HSV289°44.86%83.92%
CMYK7.94%44.86%0.00%
16.08%

Color #C576D6 in popluar number systems.

HEXC576D6
Decimal197118214
Binary11000101111011011010110
Octal305166326

Shades and tints

Shades of #C576D6

#C576D6
(197,118,214)
#B46CC3
(180,108,195)
#A362B0
(163,98,176)
#92589D
(146,88,157)
#814E8A
(129,78,138)
#704477
(112,68,119)
#5F3A64
(95,58,100)
#4E3051
(78,48,81)
#3D263E
(61,38,62)
#2C1C2B
(44,28,43)
#1B1218
(27,18,24)
#000000
(0,0,0)

Tints of #C576D6

#C576D6
(197,118,214)
#CA82D9
(202,130,217)
#CF8EDC
(207,142,220)
#D49ADF
(212,154,223)
#D9A6E2
(217,166,226)
#DEB2E5
(222,178,229)
#E3BEE8
(227,190,232)
#E8CAEB
(232,202,235)
#EDD6EE
(237,214,238)
#F2E2F1
(242,226,241)
#F7EEF4
(247,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C576D6 color. Also use rgb(197,118,214) instead hex code.

Text Font Color

.myTextColor { color: #C576D6; }

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

This text font color is #C576D6.


Background Color

.myBgColor { background-color: #C576D6; }

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

This div background color is #C576D6.


Border color

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

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

This div border color is #C576D6.


Opacity

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

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

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

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

This text has shadow with #C576D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C576D6 on black background.


Color preview on white background

This text has color #C576D6 on white background.



Black color preview on #C576D6 background

This text has black color on #C576D6 background.


White color preview on #C576D6 background

This text has white color on #C576D6 background.