COLOR #C682E4

HEX: #C682E4
RGB: (198,130,228)

Renk bilgisi

#C682E4 contains mainly red and blue colors. #C682E4 ‘ nin web güvenlik rengi #CC99CC (ya da #C9C) dir.

RGB renk modeli

#C682E4 color RGB value is (198,130,228).

  • kırmız ton 198;
  • yeşil ton 130;
  • mavi ton 228.
RGB:
(198,130,228)
(78%,51%,89%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 130 of 255 = 51%
B 228 of 255 = 89%

198
130
228

R + G + B ~ 73%. #C682E4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 130 + 228 = 556 (100%)
R 198 of 556 ~ 35.61%
G 130 of 556 ~ 23.38%
B 228 of 556 ~ 41.01%

%35.61
%23.38
%41.01

CMYK RENK MODELİ

#C682E4 rengi CMYK tonu (13,43,0,11).

  • camgöbeği tonu 13.16%
  • eflatun tonu 42.98%
  • sarı tonu 0.00%
  • ana renk tonu 10.59%
CMYK:
(13,43,0,11)
C13M43Y0K11 
(13%,43%,0%,11%)
(0.13/0.43/0.00/0.11)	

CMYK yüzdeleri

%13.16
%42.98
%0
%10.59

Codes

Color #C682E4 in popluar color models

C682E4
RGB198130228
HSL282°64.47%70.20%
HSB/HSV282°42.98%89.41%
CMYK13.16%42.98%0.00%
10.59%

Color #C682E4 in popluar number systems.

HEXC682E4
Decimal198130228
Binary110001101000001011100100
Octal306202344

Shades and tints

Shades of #C682E4

#C682E4
(198,130,228)
#B477D0
(180,119,208)
#A26CBC
(162,108,188)
#9061A8
(144,97,168)
#7E5694
(126,86,148)
#6C4B80
(108,75,128)
#5A406C
(90,64,108)
#483558
(72,53,88)
#362A44
(54,42,68)
#241F30
(36,31,48)
#12141C
(18,20,28)
#000000
(0,0,0)

Tints of #C682E4

#C682E4
(198,130,228)
#CB8DE6
(203,141,230)
#D098E8
(208,152,232)
#D5A3EA
(213,163,234)
#DAAEEC
(218,174,236)
#DFB9EE
(223,185,238)
#E4C4F0
(228,196,240)
#E9CFF2
(233,207,242)
#EEDAF4
(238,218,244)
#F3E5F6
(243,229,246)
#F8F0F8
(248,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C682E4 color. Also use rgb(198,130,228) instead hex code.

Text Font Color

.myTextColor { color: #C682E4; }

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

This text font color is #C682E4.


Background Color

.myBgColor { background-color: #C682E4; }

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

This div background color is #C682E4.


Border color

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

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

This div border color is #C682E4.


Opacity

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

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

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

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

This text has shadow with #C682E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C682E4 on black background.


Color preview on white background

This text has color #C682E4 on white background.



Black color preview on #C682E4 background

This text has black color on #C682E4 background.


White color preview on #C682E4 background

This text has white color on #C682E4 background.