COLOR #C520DF

HEX: #C520DF
RGB: (197,32,223)

Renk bilgisi

#C520DF contains mainly red and blue colors. #C520DF ‘ nin web güvenlik rengi #CC33CC (ya da #C3C) dir.

RGB renk modeli

#C520DF color RGB value is (197,32,223).

  • kırmız ton 197;
  • yeşil ton 32;
  • mavi ton 223.
RGB:
(197,32,223)
(77%,13%,87%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 32 of 255 = 13%
B 223 of 255 = 87%

197
32
223

R + G + B ~ 59%. #C520DF is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 32 + 223 = 452 (100%)
R 197 of 452 ~ 43.58%
G 32 of 452 ~ 7.08%
B 223 of 452 ~ 49.34%

%43.58
%49.34

CMYK RENK MODELİ

#C520DF rengi CMYK tonu (12,86,0,13).

  • camgöbeği tonu 11.66%
  • eflatun tonu 85.65%
  • sarı tonu 0.00%
  • ana renk tonu 12.55%
CMYK:
(12,86,0,13)
C12M86Y0K13 
(12%,86%,0%,13%)
(0.12/0.86/0.00/0.13)	

CMYK yüzdeleri

%11.66
%85.65
%0
%12.55

Codes

Color #C520DF in popluar color models

C520DF
RGB19732223
HSL292°74.90%50.00%
HSB/HSV292°85.65%87.45%
CMYK11.66%85.65%0.00%
12.55%

Color #C520DF in popluar number systems.

HEXC520DF
Decimal19732223
Binary1100010110000011011111
Octal30540337

Shades and tints

Shades of #C520DF

#C520DF
(197,32,223)
#B41ECB
(180,30,203)
#A31CB7
(163,28,183)
#921AA3
(146,26,163)
#81188F
(129,24,143)
#70167B
(112,22,123)
#5F1467
(95,20,103)
#4E1253
(78,18,83)
#3D103F
(61,16,63)
#2C0E2B
(44,14,43)
#1B0C17
(27,12,23)
#000000
(0,0,0)

Tints of #C520DF

#C520DF
(197,32,223)
#CA34E1
(202,52,225)
#CF48E3
(207,72,227)
#D45CE5
(212,92,229)
#D970E7
(217,112,231)
#DE84E9
(222,132,233)
#E398EB
(227,152,235)
#E8ACED
(232,172,237)
#EDC0EF
(237,192,239)
#F2D4F1
(242,212,241)
#F7E8F3
(247,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C520DF color. Also use rgb(197,32,223) instead hex code.

Text Font Color

.myTextColor { color: #C520DF; }

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

This text font color is #C520DF.


Background Color

.myBgColor { background-color: #C520DF; }

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

This div background color is #C520DF.


Border color

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

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

This div border color is #C520DF.


Opacity

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

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

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

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

This text has shadow with #C520DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C520DF on black background.


Color preview on white background

This text has color #C520DF on white background.



Black color preview on #C520DF background

This text has black color on #C520DF background.


White color preview on #C520DF background

This text has white color on #C520DF background.