COLOR #C764F1

HEX: #C764F1
RGB: (199,100,241)

Renk bilgisi

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

RGB renk modeli

#C764F1 color RGB value is (199,100,241).

  • kırmız ton 199;
  • yeşil ton 100;
  • mavi ton 241.
RGB:
(199,100,241)
(78%,39%,95%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 100 of 255 = 39%
B 241 of 255 = 95%

199
100
241

R + G + B ~ 71%. #C764F1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 100 + 241 = 540 (100%)
R 199 of 540 ~ 36.85%
G 100 of 540 ~ 18.52%
B 241 of 540 ~ 44.63%

%36.85
%18.52
%44.63

CMYK RENK MODELİ

#C764F1 rengi CMYK tonu (17,59,0,5).

  • camgöbeği tonu 17.43%
  • eflatun tonu 58.51%
  • sarı tonu 0.00%
  • ana renk tonu 5.49%
CMYK:
(17,59,0,5)
C17M59Y0K5 
(17%,59%,0%,5%)
(0.17/0.59/0.00/0.05)	

CMYK yüzdeleri

%17.43
%58.51
%0
%5.49

Codes

Color #C764F1 in popluar color models

C764F1
RGB199100241
HSL282°83.43%66.86%
HSB/HSV282°58.51%94.51%
CMYK17.43%58.51%0.00%
5.49%

Color #C764F1 in popluar number systems.

HEXC764F1
Decimal199100241
Binary11000111110010011110001
Octal307144361

Shades and tints

Shades of #C764F1

#C764F1
(199,100,241)
#B55BDC
(181,91,220)
#A352C7
(163,82,199)
#9149B2
(145,73,178)
#7F409D
(127,64,157)
#6D3788
(109,55,136)
#5B2E73
(91,46,115)
#49255E
(73,37,94)
#371C49
(55,28,73)
#251334
(37,19,52)
#130A1F
(19,10,31)
#000000
(0,0,0)

Tints of #C764F1

#C764F1
(199,100,241)
#CC72F2
(204,114,242)
#D180F3
(209,128,243)
#D68EF4
(214,142,244)
#DB9CF5
(219,156,245)
#E0AAF6
(224,170,246)
#E5B8F7
(229,184,247)
#EAC6F8
(234,198,248)
#EFD4F9
(239,212,249)
#F4E2FA
(244,226,250)
#F9F0FB
(249,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C764F1 color. Also use rgb(199,100,241) instead hex code.

Text Font Color

.myTextColor { color: #C764F1; }

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

This text font color is #C764F1.


Background Color

.myBgColor { background-color: #C764F1; }

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

This div background color is #C764F1.


Border color

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

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

This div border color is #C764F1.


Opacity

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

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

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

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

This text has shadow with #C764F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C764F1 on black background.


Color preview on white background

This text has color #C764F1 on white background.



Black color preview on #C764F1 background

This text has black color on #C764F1 background.


White color preview on #C764F1 background

This text has white color on #C764F1 background.