COLOR #C694E1

HEX: #C694E1
RGB: (198,148,225)

Renk bilgisi

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

RGB renk modeli

#C694E1 color RGB value is (198,148,225).

  • kırmız ton 198;
  • yeşil ton 148;
  • mavi ton 225.
RGB:
(198,148,225)
(78%,58%,88%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 148 of 255 = 58%
B 225 of 255 = 88%

198
148
225

R + G + B ~ 75%. #C694E1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 148 + 225 = 571 (100%)
R 198 of 571 ~ 34.68%
G 148 of 571 ~ 25.92%
B 225 of 571 ~ 39.4%

%34.68
%25.92
%39.4

CMYK RENK MODELİ

#C694E1 rengi CMYK tonu (12,34,0,12).

  • camgöbeği tonu 12.00%
  • eflatun tonu 34.22%
  • sarı tonu 0.00%
  • ana renk tonu 11.76%
CMYK:
(12,34,0,12)
C12M34Y0K12 
(12%,34%,0%,12%)
(0.12/0.34/0.00/0.12)	

CMYK yüzdeleri

%12
%34.22
%0
%11.76

Codes

Color #C694E1 in popluar color models

C694E1
RGB198148225
HSL279°56.20%73.14%
HSB/HSV279°34.22%88.24%
CMYK12.00%34.22%0.00%
11.76%

Color #C694E1 in popluar number systems.

HEXC694E1
Decimal198148225
Binary110001101001010011100001
Octal306224341

Shades and tints

Shades of #C694E1

#C694E1
(198,148,225)
#B487CD
(180,135,205)
#A27AB9
(162,122,185)
#906DA5
(144,109,165)
#7E6091
(126,96,145)
#6C537D
(108,83,125)
#5A4669
(90,70,105)
#483955
(72,57,85)
#362C41
(54,44,65)
#241F2D
(36,31,45)
#121219
(18,18,25)
#000000
(0,0,0)

Tints of #C694E1

#C694E1
(198,148,225)
#CB9DE3
(203,157,227)
#D0A6E5
(208,166,229)
#D5AFE7
(213,175,231)
#DAB8E9
(218,184,233)
#DFC1EB
(223,193,235)
#E4CAED
(228,202,237)
#E9D3EF
(233,211,239)
#EEDCF1
(238,220,241)
#F3E5F3
(243,229,243)
#F8EEF5
(248,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C694E1 color. Also use rgb(198,148,225) instead hex code.

Text Font Color

.myTextColor { color: #C694E1; }

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

This text font color is #C694E1.


Background Color

.myBgColor { background-color: #C694E1; }

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

This div background color is #C694E1.


Border color

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

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

This div border color is #C694E1.


Opacity

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

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

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

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

This text has shadow with #C694E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C694E1 on black background.


Color preview on white background

This text has color #C694E1 on white background.



Black color preview on #C694E1 background

This text has black color on #C694E1 background.


White color preview on #C694E1 background

This text has white color on #C694E1 background.