COLOR #C396DA

HEX: #C396DA
RGB: (195,150,218)

Renk bilgisi

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

RGB renk modeli

#C396DA color RGB value is (195,150,218).

  • kırmız ton 195;
  • yeşil ton 150;
  • mavi ton 218.
RGB:
(195,150,218)
(76%,59%,85%)

RGB bağlantıları ve doygunluk

R 195 of 255 = 76%
G 150 of 255 = 59%
B 218 of 255 = 85%

195
150
218

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

Yüzdelerle RGB renk parçaları

R + G + B =
195 + 150 + 218 = 563 (100%)
R 195 of 563 ~ 34.64%
G 150 of 563 ~ 26.64%
B 218 of 563 ~ 38.72%

%34.64
%26.64
%38.72

CMYK RENK MODELİ

#C396DA rengi CMYK tonu (11,31,0,15).

  • camgöbeği tonu 10.55%
  • eflatun tonu 31.19%
  • sarı tonu 0.00%
  • ana renk tonu 14.51%
CMYK:
(11,31,0,15)
C11M31Y0K15 
(11%,31%,0%,15%)
(0.11/0.31/0.00/0.15)	

CMYK yüzdeleri

%10.55
%31.19
%0
%14.51

Codes

Color #C396DA in popluar color models

C396DA
RGB195150218
HSL280°47.89%72.16%
HSB/HSV280°31.19%85.49%
CMYK10.55%31.19%0.00%
14.51%

Color #C396DA in popluar number systems.

HEXC396DA
Decimal195150218
Binary110000111001011011011010
Octal303226332

Shades and tints

Shades of #C396DA

#C396DA
(195,150,218)
#B289C7
(178,137,199)
#A17CB4
(161,124,180)
#906FA1
(144,111,161)
#7F628E
(127,98,142)
#6E557B
(110,85,123)
#5D4868
(93,72,104)
#4C3B55
(76,59,85)
#3B2E42
(59,46,66)
#2A212F
(42,33,47)
#19141C
(25,20,28)
#000000
(0,0,0)

Tints of #C396DA

#C396DA
(195,150,218)
#C89FDD
(200,159,221)
#CDA8E0
(205,168,224)
#D2B1E3
(210,177,227)
#D7BAE6
(215,186,230)
#DCC3E9
(220,195,233)
#E1CCEC
(225,204,236)
#E6D5EF
(230,213,239)
#EBDEF2
(235,222,242)
#F0E7F5
(240,231,245)
#F5F0F8
(245,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C396DA color. Also use rgb(195,150,218) instead hex code.

Text Font Color

.myTextColor { color: #C396DA; }

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

This text font color is #C396DA.


Background Color

.myBgColor { background-color: #C396DA; }

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

This div background color is #C396DA.


Border color

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

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

This div border color is #C396DA.


Opacity

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

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

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

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

This text has shadow with #C396DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C396DA on black background.


Color preview on white background

This text has color #C396DA on white background.



Black color preview on #C396DA background

This text has black color on #C396DA background.


White color preview on #C396DA background

This text has white color on #C396DA background.