COLOR #C590F2

HEX: #C590F2
RGB: (197,144,242)

Renk bilgisi

#C590F2 contains mainly red and blue colors. #C590F2 ‘ nin web güvenlik rengi #CC99FF (ya da #C9F) dir.

RGB renk modeli

#C590F2 color RGB value is (197,144,242).

  • kırmız ton 197;
  • yeşil ton 144;
  • mavi ton 242.
RGB:
(197,144,242)
(77%,56%,95%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 144 of 255 = 56%
B 242 of 255 = 95%

197
144
242

R + G + B ~ 76%. #C590F2 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 144 + 242 = 583 (100%)
R 197 of 583 ~ 33.79%
G 144 of 583 ~ 24.7%
B 242 of 583 ~ 41.51%

%33.79
%24.7
%41.51

CMYK RENK MODELİ

#C590F2 rengi CMYK tonu (19,40,0,5).

  • camgöbeği tonu 18.60%
  • eflatun tonu 40.50%
  • sarı tonu 0.00%
  • ana renk tonu 5.10%
CMYK:
(19,40,0,5)
C19M40Y0K5 
(19%,40%,0%,5%)
(0.19/0.40/0.00/0.05)	

CMYK yüzdeleri

%18.6
%40.5
%0
%5.1

Codes

Color #C590F2 in popluar color models

C590F2
RGB197144242
HSL272°79.03%75.69%
HSB/HSV272°40.50%94.90%
CMYK18.60%40.50%0.00%
5.10%

Color #C590F2 in popluar number systems.

HEXC590F2
Decimal197144242
Binary110001011001000011110010
Octal305220362

Shades and tints

Shades of #C590F2

#C590F2
(197,144,242)
#B483DC
(180,131,220)
#A376C6
(163,118,198)
#9269B0
(146,105,176)
#815C9A
(129,92,154)
#704F84
(112,79,132)
#5F426E
(95,66,110)
#4E3558
(78,53,88)
#3D2842
(61,40,66)
#2C1B2C
(44,27,44)
#1B0E16
(27,14,22)
#000000
(0,0,0)

Tints of #C590F2

#C590F2
(197,144,242)
#CA9AF3
(202,154,243)
#CFA4F4
(207,164,244)
#D4AEF5
(212,174,245)
#D9B8F6
(217,184,246)
#DEC2F7
(222,194,247)
#E3CCF8
(227,204,248)
#E8D6F9
(232,214,249)
#EDE0FA
(237,224,250)
#F2EAFB
(242,234,251)
#F7F4FC
(247,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C590F2 color. Also use rgb(197,144,242) instead hex code.

Text Font Color

.myTextColor { color: #C590F2; }

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

This text font color is #C590F2.


Background Color

.myBgColor { background-color: #C590F2; }

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

This div background color is #C590F2.


Border color

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

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

This div border color is #C590F2.


Opacity

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

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

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

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

This text has shadow with #C590F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C590F2 on black background.


Color preview on white background

This text has color #C590F2 on white background.



Black color preview on #C590F2 background

This text has black color on #C590F2 background.


White color preview on #C590F2 background

This text has white color on #C590F2 background.