COLOR #C375D0

HEX: #C375D0
RGB: (195,117,208)

Renk bilgisi

#C375D0 contains mainly red and blue colors. #C375D0 ‘ nin web güvenlik rengi #CC66CC (ya da #C6C) dir.

RGB renk modeli

#C375D0 color RGB value is (195,117,208).

  • kırmız ton 195;
  • yeşil ton 117;
  • mavi ton 208.
RGB:
(195,117,208)
(76%,46%,82%)

RGB bağlantıları ve doygunluk

R 195 of 255 = 76%
G 117 of 255 = 46%
B 208 of 255 = 82%

195
117
208

R + G + B ~ 68%. #C375D0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
195 + 117 + 208 = 520 (100%)
R 195 of 520 ~ 37.5%
G 117 of 520 ~ 22.5%
B 208 of 520 ~ 40%

%37.5
%22.5
%40

CMYK RENK MODELİ

#C375D0 rengi CMYK tonu (6,44,0,18).

  • camgöbeği tonu 6.25%
  • eflatun tonu 43.75%
  • sarı tonu 0.00%
  • ana renk tonu 18.43%
CMYK:
(6,44,0,18)
C6M44Y0K18 
(6%,44%,0%,18%)
(0.06/0.44/0.00/0.18)	

CMYK yüzdeleri

%6.25
%43.75
%0
%18.43

Codes

Color #C375D0 in popluar color models

C375D0
RGB195117208
HSL291°49.19%63.73%
HSB/HSV291°43.75%81.57%
CMYK6.25%43.75%0.00%
18.43%

Color #C375D0 in popluar number systems.

HEXC375D0
Decimal195117208
Binary11000011111010111010000
Octal303165320

Shades and tints

Shades of #C375D0

#C375D0
(195,117,208)
#B26BBE
(178,107,190)
#A161AC
(161,97,172)
#90579A
(144,87,154)
#7F4D88
(127,77,136)
#6E4376
(110,67,118)
#5D3964
(93,57,100)
#4C2F52
(76,47,82)
#3B2540
(59,37,64)
#2A1B2E
(42,27,46)
#19111C
(25,17,28)
#000000
(0,0,0)

Tints of #C375D0

#C375D0
(195,117,208)
#C881D4
(200,129,212)
#CD8DD8
(205,141,216)
#D299DC
(210,153,220)
#D7A5E0
(215,165,224)
#DCB1E4
(220,177,228)
#E1BDE8
(225,189,232)
#E6C9EC
(230,201,236)
#EBD5F0
(235,213,240)
#F0E1F4
(240,225,244)
#F5EDF8
(245,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C375D0 color. Also use rgb(195,117,208) instead hex code.

Text Font Color

.myTextColor { color: #C375D0; }

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

This text font color is #C375D0.


Background Color

.myBgColor { background-color: #C375D0; }

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

This div background color is #C375D0.


Border color

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

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

This div border color is #C375D0.


Opacity

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

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

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

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

This text has shadow with #C375D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C375D0 on black background.


Color preview on white background

This text has color #C375D0 on white background.



Black color preview on #C375D0 background

This text has black color on #C375D0 background.


White color preview on #C375D0 background

This text has white color on #C375D0 background.