COLOR #C478D0

HEX: #C478D0
RGB: (196,120,208)

Renk bilgisi

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

RGB renk modeli

#C478D0 color RGB value is (196,120,208).

  • kırmız ton 196;
  • yeşil ton 120;
  • mavi ton 208.
RGB:
(196,120,208)
(77%,47%,82%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 120 of 255 = 47%
B 208 of 255 = 82%

196
120
208

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

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 120 + 208 = 524 (100%)
R 196 of 524 ~ 37.4%
G 120 of 524 ~ 22.9%
B 208 of 524 ~ 39.69%

%37.4
%22.9
%39.69

CMYK RENK MODELİ

#C478D0 rengi CMYK tonu (6,42,0,18).

  • camgöbeği tonu 5.77%
  • eflatun tonu 42.31%
  • sarı tonu 0.00%
  • ana renk tonu 18.43%
CMYK:
(6,42,0,18)
C6M42Y0K18 
(6%,42%,0%,18%)
(0.06/0.42/0.00/0.18)	

CMYK yüzdeleri

%5.77
%42.31
%0
%18.43

Codes

Color #C478D0 in popluar color models

C478D0
RGB196120208
HSL292°48.35%64.31%
HSB/HSV292°42.31%81.57%
CMYK5.77%42.31%0.00%
18.43%

Color #C478D0 in popluar number systems.

HEXC478D0
Decimal196120208
Binary11000100111100011010000
Octal304170320

Shades and tints

Shades of #C478D0

#C478D0
(196,120,208)
#B36EBE
(179,110,190)
#A264AC
(162,100,172)
#915A9A
(145,90,154)
#805088
(128,80,136)
#6F4676
(111,70,118)
#5E3C64
(94,60,100)
#4D3252
(77,50,82)
#3C2840
(60,40,64)
#2B1E2E
(43,30,46)
#1A141C
(26,20,28)
#000000
(0,0,0)

Tints of #C478D0

#C478D0
(196,120,208)
#C984D4
(201,132,212)
#CE90D8
(206,144,216)
#D39CDC
(211,156,220)
#D8A8E0
(216,168,224)
#DDB4E4
(221,180,228)
#E2C0E8
(226,192,232)
#E7CCEC
(231,204,236)
#ECD8F0
(236,216,240)
#F1E4F4
(241,228,244)
#F6F0F8
(246,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C478D0 color. Also use rgb(196,120,208) instead hex code.

Text Font Color

.myTextColor { color: #C478D0; }

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

This text font color is #C478D0.


Background Color

.myBgColor { background-color: #C478D0; }

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

This div background color is #C478D0.


Border color

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

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

This div border color is #C478D0.


Opacity

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

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

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

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

This text has shadow with #C478D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C478D0 on black background.


Color preview on white background

This text has color #C478D0 on white background.



Black color preview on #C478D0 background

This text has black color on #C478D0 background.


White color preview on #C478D0 background

This text has white color on #C478D0 background.