COLOR #C590F7

HEX: #C590F7
RGB: (197,144,247)

Renk bilgisi

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

RGB renk modeli

#C590F7 color RGB value is (197,144,247).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 144 of 255 = 56%
B 247 of 255 = 97%

197
144
247

R + G + B ~ 77%. #C590F7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 144 + 247 = 588 (100%)
R 197 of 588 ~ 33.5%
G 144 of 588 ~ 24.49%
B 247 of 588 ~ 42.01%

%33.5
%24.49
%42.01

CMYK RENK MODELİ

#C590F7 rengi CMYK tonu (20,42,0,3).

  • camgöbeği tonu 20.24%
  • eflatun tonu 41.70%
  • sarı tonu 0.00%
  • ana renk tonu 3.14%
CMYK:
(20,42,0,3)
C20M42Y0K3 
(20%,42%,0%,3%)
(0.20/0.42/0.00/0.03)	

CMYK yüzdeleri

%20.24
%41.7
%0
%3.14

Codes

Color #C590F7 in popluar color models

C590F7
RGB197144247
HSL271°86.55%76.67%
HSB/HSV271°41.70%96.86%
CMYK20.24%41.70%0.00%
3.14%

Color #C590F7 in popluar number systems.

HEXC590F7
Decimal197144247
Binary110001011001000011110111
Octal305220367

Shades and tints

Shades of #C590F7

#C590F7
(197,144,247)
#B483E1
(180,131,225)
#A376CB
(163,118,203)
#9269B5
(146,105,181)
#815C9F
(129,92,159)
#704F89
(112,79,137)
#5F4273
(95,66,115)
#4E355D
(78,53,93)
#3D2847
(61,40,71)
#2C1B31
(44,27,49)
#1B0E1B
(27,14,27)
#000000
(0,0,0)

Tints of #C590F7

#C590F7
(197,144,247)
#CA9AF7
(202,154,247)
#CFA4F7
(207,164,247)
#D4AEF7
(212,174,247)
#D9B8F7
(217,184,247)
#DEC2F7
(222,194,247)
#E3CCF7
(227,204,247)
#E8D6F7
(232,214,247)
#EDE0F7
(237,224,247)
#F2EAF7
(242,234,247)
#F7F4F7
(247,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C590F7; }

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

This text font color is #C590F7.


Background Color

.myBgColor { background-color: #C590F7; }

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

This div background color is #C590F7.


Border color

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

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

This div border color is #C590F7.


Opacity

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

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

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

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

This text has shadow with #C590F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C590F7 on black background.


Color preview on white background

This text has color #C590F7 on white background.



Black color preview on #C590F7 background

This text has black color on #C590F7 background.


White color preview on #C590F7 background

This text has white color on #C590F7 background.