COLOR #C776E7

HEX: #C776E7
RGB: (199,118,231)

Renk bilgisi

#C776E7 contains mainly red and blue colors. #C776E7 ‘ nin web güvenlik rengi #CC66FF (ya da #C6F) dir.

RGB renk modeli

#C776E7 color RGB value is (199,118,231).

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

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 118 of 255 = 46%
B 231 of 255 = 91%

199
118
231

R + G + B ~ 72%. #C776E7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 118 + 231 = 548 (100%)
R 199 of 548 ~ 36.31%
G 118 of 548 ~ 21.53%
B 231 of 548 ~ 42.15%

%36.31
%21.53
%42.15

CMYK RENK MODELİ

#C776E7 rengi CMYK tonu (14,49,0,9).

  • camgöbeği tonu 13.85%
  • eflatun tonu 48.92%
  • sarı tonu 0.00%
  • ana renk tonu 9.41%
CMYK:
(14,49,0,9)
C14M49Y0K9 
(14%,49%,0%,9%)
(0.14/0.49/0.00/0.09)	

CMYK yüzdeleri

%13.85
%48.92
%0
%9.41

Codes

Color #C776E7 in popluar color models

C776E7
RGB199118231
HSL283°70.19%68.43%
HSB/HSV283°48.92%90.59%
CMYK13.85%48.92%0.00%
9.41%

Color #C776E7 in popluar number systems.

HEXC776E7
Decimal199118231
Binary11000111111011011100111
Octal307166347

Shades and tints

Shades of #C776E7

#C776E7
(199,118,231)
#B56CD2
(181,108,210)
#A362BD
(163,98,189)
#9158A8
(145,88,168)
#7F4E93
(127,78,147)
#6D447E
(109,68,126)
#5B3A69
(91,58,105)
#493054
(73,48,84)
#37263F
(55,38,63)
#251C2A
(37,28,42)
#131215
(19,18,21)
#000000
(0,0,0)

Tints of #C776E7

#C776E7
(199,118,231)
#CC82E9
(204,130,233)
#D18EEB
(209,142,235)
#D69AED
(214,154,237)
#DBA6EF
(219,166,239)
#E0B2F1
(224,178,241)
#E5BEF3
(229,190,243)
#EACAF5
(234,202,245)
#EFD6F7
(239,214,247)
#F4E2F9
(244,226,249)
#F9EEFB
(249,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C776E7; }

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

This text font color is #C776E7.


Background Color

.myBgColor { background-color: #C776E7; }

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

This div background color is #C776E7.


Border color

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

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

This div border color is #C776E7.


Opacity

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

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

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

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

This text has shadow with #C776E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C776E7 on black background.


Color preview on white background

This text has color #C776E7 on white background.



Black color preview on #C776E7 background

This text has black color on #C776E7 background.


White color preview on #C776E7 background

This text has white color on #C776E7 background.