COLOR #C76DCD

HEX: #C76DCD
RGB: (199,109,205)

Renk bilgisi

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

RGB renk modeli

#C76DCD color RGB value is (199,109,205).

  • kırmız ton 199;
  • yeşil ton 109;
  • mavi ton 205.
RGB:
(199,109,205)
(78%,43%,80%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 109 of 255 = 43%
B 205 of 255 = 80%

199
109
205

R + G + B ~ 67%. #C76DCD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 109 + 205 = 513 (100%)
R 199 of 513 ~ 38.79%
G 109 of 513 ~ 21.25%
B 205 of 513 ~ 39.96%

%38.79
%21.25
%39.96

CMYK RENK MODELİ

#C76DCD rengi CMYK tonu (3,47,0,20).

  • camgöbeği tonu 2.93%
  • eflatun tonu 46.83%
  • sarı tonu 0.00%
  • ana renk tonu 19.61%
CMYK:
(3,47,0,20)
C3M47Y0K20 
(3%,47%,0%,20%)
(0.03/0.47/0.00/0.20)	

CMYK yüzdeleri

%2.93
%46.83
%0
%19.61

Codes

Color #C76DCD in popluar color models

C76DCD
RGB199109205
HSL296°48.98%61.57%
HSB/HSV296°46.83%80.39%
CMYK2.93%46.83%0.00%
19.61%

Color #C76DCD in popluar number systems.

HEXC76DCD
Decimal199109205
Binary11000111110110111001101
Octal307155315

Shades and tints

Shades of #C76DCD

#C76DCD
(199,109,205)
#B564BB
(181,100,187)
#A35BA9
(163,91,169)
#915297
(145,82,151)
#7F4985
(127,73,133)
#6D4073
(109,64,115)
#5B3761
(91,55,97)
#492E4F
(73,46,79)
#37253D
(55,37,61)
#251C2B
(37,28,43)
#131319
(19,19,25)
#000000
(0,0,0)

Tints of #C76DCD

#C76DCD
(199,109,205)
#CC7AD1
(204,122,209)
#D187D5
(209,135,213)
#D694D9
(214,148,217)
#DBA1DD
(219,161,221)
#E0AEE1
(224,174,225)
#E5BBE5
(229,187,229)
#EAC8E9
(234,200,233)
#EFD5ED
(239,213,237)
#F4E2F1
(244,226,241)
#F9EFF5
(249,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C76DCD color. Also use rgb(199,109,205) instead hex code.

Text Font Color

.myTextColor { color: #C76DCD; }

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

This text font color is #C76DCD.


Background Color

.myBgColor { background-color: #C76DCD; }

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

This div background color is #C76DCD.


Border color

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

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

This div border color is #C76DCD.


Opacity

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

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

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

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

This text has shadow with #C76DCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C76DCD on black background.


Color preview on white background

This text has color #C76DCD on white background.



Black color preview on #C76DCD background

This text has black color on #C76DCD background.


White color preview on #C76DCD background

This text has white color on #C76DCD background.