COLOR #C594DA

HEX: #C594DA
RGB: (197,148,218)

Renk bilgisi

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

RGB renk modeli

#C594DA color RGB value is (197,148,218).

  • kırmız ton 197;
  • yeşil ton 148;
  • mavi ton 218.
RGB:
(197,148,218)
(77%,58%,85%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 148 of 255 = 58%
B 218 of 255 = 85%

197
148
218

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 148 + 218 = 563 (100%)
R 197 of 563 ~ 34.99%
G 148 of 563 ~ 26.29%
B 218 of 563 ~ 38.72%

%34.99
%26.29
%38.72

CMYK RENK MODELİ

#C594DA rengi CMYK tonu (10,32,0,15).

  • camgöbeği tonu 9.63%
  • eflatun tonu 32.11%
  • sarı tonu 0.00%
  • ana renk tonu 14.51%
CMYK:
(10,32,0,15)
C10M32Y0K15 
(10%,32%,0%,15%)
(0.10/0.32/0.00/0.15)	

CMYK yüzdeleri

%9.63
%32.11
%0
%14.51

Codes

Color #C594DA in popluar color models

C594DA
RGB197148218
HSL282°48.61%71.76%
HSB/HSV282°32.11%85.49%
CMYK9.63%32.11%0.00%
14.51%

Color #C594DA in popluar number systems.

HEXC594DA
Decimal197148218
Binary110001011001010011011010
Octal305224332

Shades and tints

Shades of #C594DA

#C594DA
(197,148,218)
#B487C7
(180,135,199)
#A37AB4
(163,122,180)
#926DA1
(146,109,161)
#81608E
(129,96,142)
#70537B
(112,83,123)
#5F4668
(95,70,104)
#4E3955
(78,57,85)
#3D2C42
(61,44,66)
#2C1F2F
(44,31,47)
#1B121C
(27,18,28)
#000000
(0,0,0)

Tints of #C594DA

#C594DA
(197,148,218)
#CA9DDD
(202,157,221)
#CFA6E0
(207,166,224)
#D4AFE3
(212,175,227)
#D9B8E6
(217,184,230)
#DEC1E9
(222,193,233)
#E3CAEC
(227,202,236)
#E8D3EF
(232,211,239)
#EDDCF2
(237,220,242)
#F2E5F5
(242,229,245)
#F7EEF8
(247,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C594DA color. Also use rgb(197,148,218) instead hex code.

Text Font Color

.myTextColor { color: #C594DA; }

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

This text font color is #C594DA.


Background Color

.myBgColor { background-color: #C594DA; }

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

This div background color is #C594DA.


Border color

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

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

This div border color is #C594DA.


Opacity

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

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

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

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

This text has shadow with #C594DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C594DA on black background.


Color preview on white background

This text has color #C594DA on white background.



Black color preview on #C594DA background

This text has black color on #C594DA background.


White color preview on #C594DA background

This text has white color on #C594DA background.