COLOR #C77AD1

HEX: #C77AD1
RGB: (199,122,209)

Renk bilgisi

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

RGB renk modeli

#C77AD1 color RGB value is (199,122,209).

  • kırmız ton 199;
  • yeşil ton 122;
  • mavi ton 209.
RGB:
(199,122,209)
(78%,48%,82%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 122 of 255 = 48%
B 209 of 255 = 82%

199
122
209

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

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 122 + 209 = 530 (100%)
R 199 of 530 ~ 37.55%
G 122 of 530 ~ 23.02%
B 209 of 530 ~ 39.43%

%37.55
%23.02
%39.43

CMYK RENK MODELİ

#C77AD1 rengi CMYK tonu (5,42,0,18).

  • camgöbeği tonu 4.78%
  • eflatun tonu 41.63%
  • sarı tonu 0.00%
  • ana renk tonu 18.04%
CMYK:
(5,42,0,18)
C5M42Y0K18 
(5%,42%,0%,18%)
(0.05/0.42/0.00/0.18)	

CMYK yüzdeleri

%4.78
%41.63
%0
%18.04

Codes

Color #C77AD1 in popluar color models

C77AD1
RGB199122209
HSL293°48.60%64.90%
HSB/HSV293°41.63%81.96%
CMYK4.78%41.63%0.00%
18.04%

Color #C77AD1 in popluar number systems.

HEXC77AD1
Decimal199122209
Binary11000111111101011010001
Octal307172321

Shades and tints

Shades of #C77AD1

#C77AD1
(199,122,209)
#B56FBE
(181,111,190)
#A364AB
(163,100,171)
#915998
(145,89,152)
#7F4E85
(127,78,133)
#6D4372
(109,67,114)
#5B385F
(91,56,95)
#492D4C
(73,45,76)
#372239
(55,34,57)
#251726
(37,23,38)
#130C13
(19,12,19)
#000000
(0,0,0)

Tints of #C77AD1

#C77AD1
(199,122,209)
#CC86D5
(204,134,213)
#D192D9
(209,146,217)
#D69EDD
(214,158,221)
#DBAAE1
(219,170,225)
#E0B6E5
(224,182,229)
#E5C2E9
(229,194,233)
#EACEED
(234,206,237)
#EFDAF1
(239,218,241)
#F4E6F5
(244,230,245)
#F9F2F9
(249,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C77AD1 color. Also use rgb(199,122,209) instead hex code.

Text Font Color

.myTextColor { color: #C77AD1; }

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

This text font color is #C77AD1.


Background Color

.myBgColor { background-color: #C77AD1; }

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

This div background color is #C77AD1.


Border color

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

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

This div border color is #C77AD1.


Opacity

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

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

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

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

This text has shadow with #C77AD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C77AD1 on black background.


Color preview on white background

This text has color #C77AD1 on white background.



Black color preview on #C77AD1 background

This text has black color on #C77AD1 background.


White color preview on #C77AD1 background

This text has white color on #C77AD1 background.