COLOR #C776D0

HEX: #C776D0
RGB: (199,118,208)

Renk bilgisi

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

RGB renk modeli

#C776D0 color RGB value is (199,118,208).

  • kırmız ton 199;
  • yeşil ton 118;
  • mavi ton 208.
RGB:
(199,118,208)
(78%,46%,82%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 118 of 255 = 46%
B 208 of 255 = 82%

199
118
208

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

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 118 + 208 = 525 (100%)
R 199 of 525 ~ 37.9%
G 118 of 525 ~ 22.48%
B 208 of 525 ~ 39.62%

%37.9
%22.48
%39.62

CMYK RENK MODELİ

#C776D0 rengi CMYK tonu (4,43,0,18).

  • camgöbeği tonu 4.33%
  • eflatun tonu 43.27%
  • sarı tonu 0.00%
  • ana renk tonu 18.43%
CMYK:
(4,43,0,18)
C4M43Y0K18 
(4%,43%,0%,18%)
(0.04/0.43/0.00/0.18)	

CMYK yüzdeleri

%4.33
%43.27
%0
%18.43

Codes

Color #C776D0 in popluar color models

C776D0
RGB199118208
HSL294°48.91%63.92%
HSB/HSV294°43.27%81.57%
CMYK4.33%43.27%0.00%
18.43%

Color #C776D0 in popluar number systems.

HEXC776D0
Decimal199118208
Binary11000111111011011010000
Octal307166320

Shades and tints

Shades of #C776D0

#C776D0
(199,118,208)
#B56CBE
(181,108,190)
#A362AC
(163,98,172)
#91589A
(145,88,154)
#7F4E88
(127,78,136)
#6D4476
(109,68,118)
#5B3A64
(91,58,100)
#493052
(73,48,82)
#372640
(55,38,64)
#251C2E
(37,28,46)
#13121C
(19,18,28)
#000000
(0,0,0)

Tints of #C776D0

#C776D0
(199,118,208)
#CC82D4
(204,130,212)
#D18ED8
(209,142,216)
#D69ADC
(214,154,220)
#DBA6E0
(219,166,224)
#E0B2E4
(224,178,228)
#E5BEE8
(229,190,232)
#EACAEC
(234,202,236)
#EFD6F0
(239,214,240)
#F4E2F4
(244,226,244)
#F9EEF8
(249,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C776D0 color. Also use rgb(199,118,208) instead hex code.

Text Font Color

.myTextColor { color: #C776D0; }

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

This text font color is #C776D0.


Background Color

.myBgColor { background-color: #C776D0; }

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

This div background color is #C776D0.


Border color

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

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

This div border color is #C776D0.


Opacity

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

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

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

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

This text has shadow with #C776D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C776D0 on black background.


Color preview on white background

This text has color #C776D0 on white background.



Black color preview on #C776D0 background

This text has black color on #C776D0 background.


White color preview on #C776D0 background

This text has white color on #C776D0 background.