COLOR #C397E5

HEX: #C397E5
RGB: (195,151,229)

Renk bilgisi

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

RGB renk modeli

#C397E5 color RGB value is (195,151,229).

  • kırmız ton 195;
  • yeşil ton 151;
  • mavi ton 229.
RGB:
(195,151,229)
(76%,59%,90%)

RGB bağlantıları ve doygunluk

R 195 of 255 = 76%
G 151 of 255 = 59%
B 229 of 255 = 90%

195
151
229

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

Yüzdelerle RGB renk parçaları

R + G + B =
195 + 151 + 229 = 575 (100%)
R 195 of 575 ~ 33.91%
G 151 of 575 ~ 26.26%
B 229 of 575 ~ 39.83%

%33.91
%26.26
%39.83

CMYK RENK MODELİ

#C397E5 rengi CMYK tonu (15,34,0,10).

  • camgöbeği tonu 14.85%
  • eflatun tonu 34.06%
  • sarı tonu 0.00%
  • ana renk tonu 10.20%
CMYK:
(15,34,0,10)
C15M34Y0K10 
(15%,34%,0%,10%)
(0.15/0.34/0.00/0.10)	

CMYK yüzdeleri

%14.85
%34.06
%0
%10.2

Codes

Color #C397E5 in popluar color models

C397E5
RGB195151229
HSL274°60.00%74.51%
HSB/HSV274°34.06%89.80%
CMYK14.85%34.06%0.00%
10.20%

Color #C397E5 in popluar number systems.

HEXC397E5
Decimal195151229
Binary110000111001011111100101
Octal303227345

Shades and tints

Shades of #C397E5

#C397E5
(195,151,229)
#B28AD1
(178,138,209)
#A17DBD
(161,125,189)
#9070A9
(144,112,169)
#7F6395
(127,99,149)
#6E5681
(110,86,129)
#5D496D
(93,73,109)
#4C3C59
(76,60,89)
#3B2F45
(59,47,69)
#2A2231
(42,34,49)
#19151D
(25,21,29)
#000000
(0,0,0)

Tints of #C397E5

#C397E5
(195,151,229)
#C8A0E7
(200,160,231)
#CDA9E9
(205,169,233)
#D2B2EB
(210,178,235)
#D7BBED
(215,187,237)
#DCC4EF
(220,196,239)
#E1CDF1
(225,205,241)
#E6D6F3
(230,214,243)
#EBDFF5
(235,223,245)
#F0E8F7
(240,232,247)
#F5F1F9
(245,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C397E5 color. Also use rgb(195,151,229) instead hex code.

Text Font Color

.myTextColor { color: #C397E5; }

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

This text font color is #C397E5.


Background Color

.myBgColor { background-color: #C397E5; }

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

This div background color is #C397E5.


Border color

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

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

This div border color is #C397E5.


Opacity

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

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

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

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

This text has shadow with #C397E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C397E5 on black background.


Color preview on white background

This text has color #C397E5 on white background.



Black color preview on #C397E5 background

This text has black color on #C397E5 background.


White color preview on #C397E5 background

This text has white color on #C397E5 background.