COLOR #C84AD6

HEX: #C84AD6
RGB: (200,74,214)

Renk bilgisi

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

RGB renk modeli

#C84AD6 color RGB value is (200,74,214).

  • kırmız ton 200;
  • yeşil ton 74;
  • mavi ton 214.
RGB:
(200,74,214)
(78%,29%,84%)

RGB bağlantıları ve doygunluk

R 200 of 255 = 78%
G 74 of 255 = 29%
B 214 of 255 = 84%

200
74
214

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

Yüzdelerle RGB renk parçaları

R + G + B =
200 + 74 + 214 = 488 (100%)
R 200 of 488 ~ 40.98%
G 74 of 488 ~ 15.16%
B 214 of 488 ~ 43.85%

%40.98
%15.16
%43.85

CMYK RENK MODELİ

#C84AD6 rengi CMYK tonu (7,65,0,16).

  • camgöbeği tonu 6.54%
  • eflatun tonu 65.42%
  • sarı tonu 0.00%
  • ana renk tonu 16.08%
CMYK:
(7,65,0,16)
C7M65Y0K16 
(7%,65%,0%,16%)
(0.07/0.65/0.00/0.16)	

CMYK yüzdeleri

%6.54
%65.42
%0
%16.08

Codes

Color #C84AD6 in popluar color models

C84AD6
RGB20074214
HSL294°63.06%56.47%
HSB/HSV294°65.42%83.92%
CMYK6.54%65.42%0.00%
16.08%

Color #C84AD6 in popluar number systems.

HEXC84AD6
Decimal20074214
Binary11001000100101011010110
Octal310112326

Shades and tints

Shades of #C84AD6

#C84AD6
(200,74,214)
#B644C3
(182,68,195)
#A43EB0
(164,62,176)
#92389D
(146,56,157)
#80328A
(128,50,138)
#6E2C77
(110,44,119)
#5C2664
(92,38,100)
#4A2051
(74,32,81)
#381A3E
(56,26,62)
#26142B
(38,20,43)
#140E18
(20,14,24)
#000000
(0,0,0)

Tints of #C84AD6

#C84AD6
(200,74,214)
#CD5AD9
(205,90,217)
#D26ADC
(210,106,220)
#D77ADF
(215,122,223)
#DC8AE2
(220,138,226)
#E19AE5
(225,154,229)
#E6AAE8
(230,170,232)
#EBBAEB
(235,186,235)
#F0CAEE
(240,202,238)
#F5DAF1
(245,218,241)
#FAEAF4
(250,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C84AD6 color. Also use rgb(200,74,214) instead hex code.

Text Font Color

.myTextColor { color: #C84AD6; }

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

This text font color is #C84AD6.


Background Color

.myBgColor { background-color: #C84AD6; }

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

This div background color is #C84AD6.


Border color

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

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

This div border color is #C84AD6.


Opacity

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

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

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

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

This text has shadow with #C84AD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C84AD6 on black background.


Color preview on white background

This text has color #C84AD6 on white background.



Black color preview on #C84AD6 background

This text has black color on #C84AD6 background.


White color preview on #C84AD6 background

This text has white color on #C84AD6 background.