COLOR #C387D4

HEX: #C387D4
RGB: (195,135,212)

Renk bilgisi

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

RGB renk modeli

#C387D4 color RGB value is (195,135,212).

  • kırmız ton 195;
  • yeşil ton 135;
  • mavi ton 212.
RGB:
(195,135,212)
(76%,53%,83%)

RGB bağlantıları ve doygunluk

R 195 of 255 = 76%
G 135 of 255 = 53%
B 212 of 255 = 83%

195
135
212

R + G + B ~ 71%. #C387D4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
195 + 135 + 212 = 542 (100%)
R 195 of 542 ~ 35.98%
G 135 of 542 ~ 24.91%
B 212 of 542 ~ 39.11%

%35.98
%24.91
%39.11

CMYK RENK MODELİ

#C387D4 rengi CMYK tonu (8,36,0,17).

  • camgöbeği tonu 8.02%
  • eflatun tonu 36.32%
  • sarı tonu 0.00%
  • ana renk tonu 16.86%
CMYK:
(8,36,0,17)
C8M36Y0K17 
(8%,36%,0%,17%)
(0.08/0.36/0.00/0.17)	

CMYK yüzdeleri

%8.02
%36.32
%0
%16.86

Codes

Color #C387D4 in popluar color models

C387D4
RGB195135212
HSL287°47.24%68.04%
HSB/HSV287°36.32%83.14%
CMYK8.02%36.32%0.00%
16.86%

Color #C387D4 in popluar number systems.

HEXC387D4
Decimal195135212
Binary110000111000011111010100
Octal303207324

Shades and tints

Shades of #C387D4

#C387D4
(195,135,212)
#B27BC1
(178,123,193)
#A16FAE
(161,111,174)
#90639B
(144,99,155)
#7F5788
(127,87,136)
#6E4B75
(110,75,117)
#5D3F62
(93,63,98)
#4C334F
(76,51,79)
#3B273C
(59,39,60)
#2A1B29
(42,27,41)
#190F16
(25,15,22)
#000000
(0,0,0)

Tints of #C387D4

#C387D4
(195,135,212)
#C891D7
(200,145,215)
#CD9BDA
(205,155,218)
#D2A5DD
(210,165,221)
#D7AFE0
(215,175,224)
#DCB9E3
(220,185,227)
#E1C3E6
(225,195,230)
#E6CDE9
(230,205,233)
#EBD7EC
(235,215,236)
#F0E1EF
(240,225,239)
#F5EBF2
(245,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C387D4 color. Also use rgb(195,135,212) instead hex code.

Text Font Color

.myTextColor { color: #C387D4; }

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

This text font color is #C387D4.


Background Color

.myBgColor { background-color: #C387D4; }

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

This div background color is #C387D4.


Border color

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

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

This div border color is #C387D4.


Opacity

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

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

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

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

This text has shadow with #C387D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C387D4 on black background.


Color preview on white background

This text has color #C387D4 on white background.



Black color preview on #C387D4 background

This text has black color on #C387D4 background.


White color preview on #C387D4 background

This text has white color on #C387D4 background.