COLOR #C593D8

HEX: #C593D8
RGB: (197,147,216)

Renk bilgisi

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

RGB renk modeli

#C593D8 color RGB value is (197,147,216).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 147 of 255 = 58%
B 216 of 255 = 85%

197
147
216

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 147 + 216 = 560 (100%)
R 197 of 560 ~ 35.18%
G 147 of 560 ~ 26.25%
B 216 of 560 ~ 38.57%

%35.18
%26.25
%38.57

CMYK RENK MODELİ

#C593D8 rengi CMYK tonu (9,32,0,15).

  • camgöbeği tonu 8.80%
  • eflatun tonu 31.94%
  • sarı tonu 0.00%
  • ana renk tonu 15.29%
CMYK:
(9,32,0,15)
C9M32Y0K15 
(9%,32%,0%,15%)
(0.09/0.32/0.00/0.15)	

CMYK yüzdeleri

%8.8
%31.94
%0
%15.29

Codes

Color #C593D8 in popluar color models

C593D8
RGB197147216
HSL283°46.94%71.18%
HSB/HSV283°31.94%84.71%
CMYK8.80%31.94%0.00%
15.29%

Color #C593D8 in popluar number systems.

HEXC593D8
Decimal197147216
Binary110001011001001111011000
Octal305223330

Shades and tints

Shades of #C593D8

#C593D8
(197,147,216)
#B486C5
(180,134,197)
#A379B2
(163,121,178)
#926C9F
(146,108,159)
#815F8C
(129,95,140)
#705279
(112,82,121)
#5F4566
(95,69,102)
#4E3853
(78,56,83)
#3D2B40
(61,43,64)
#2C1E2D
(44,30,45)
#1B111A
(27,17,26)
#000000
(0,0,0)

Tints of #C593D8

#C593D8
(197,147,216)
#CA9CDB
(202,156,219)
#CFA5DE
(207,165,222)
#D4AEE1
(212,174,225)
#D9B7E4
(217,183,228)
#DEC0E7
(222,192,231)
#E3C9EA
(227,201,234)
#E8D2ED
(232,210,237)
#EDDBF0
(237,219,240)
#F2E4F3
(242,228,243)
#F7EDF6
(247,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C593D8 color. Also use rgb(197,147,216) instead hex code.

Text Font Color

.myTextColor { color: #C593D8; }

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

This text font color is #C593D8.


Background Color

.myBgColor { background-color: #C593D8; }

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

This div background color is #C593D8.


Border color

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

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

This div border color is #C593D8.


Opacity

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

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

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

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

This text has shadow with #C593D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C593D8 on black background.


Color preview on white background

This text has color #C593D8 on white background.



Black color preview on #C593D8 background

This text has black color on #C593D8 background.


White color preview on #C593D8 background

This text has white color on #C593D8 background.