COLOR #C495D5

HEX: #C495D5
RGB: (196,149,213)

Renk bilgisi

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

RGB renk modeli

#C495D5 color RGB value is (196,149,213).

  • kırmız ton 196;
  • yeşil ton 149;
  • mavi ton 213.
RGB:
(196,149,213)
(77%,58%,84%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 149 of 255 = 58%
B 213 of 255 = 84%

196
149
213

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

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 149 + 213 = 558 (100%)
R 196 of 558 ~ 35.13%
G 149 of 558 ~ 26.7%
B 213 of 558 ~ 38.17%

%35.13
%26.7
%38.17

CMYK RENK MODELİ

#C495D5 rengi CMYK tonu (8,30,0,16).

  • camgöbeği tonu 7.98%
  • eflatun tonu 30.05%
  • sarı tonu 0.00%
  • ana renk tonu 16.47%
CMYK:
(8,30,0,16)
C8M30Y0K16 
(8%,30%,0%,16%)
(0.08/0.30/0.00/0.16)	

CMYK yüzdeleri

%7.98
%30.05
%0
%16.47

Codes

Color #C495D5 in popluar color models

C495D5
RGB196149213
HSL284°43.24%70.98%
HSB/HSV284°30.05%83.53%
CMYK7.98%30.05%0.00%
16.47%

Color #C495D5 in popluar number systems.

HEXC495D5
Decimal196149213
Binary110001001001010111010101
Octal304225325

Shades and tints

Shades of #C495D5

#C495D5
(196,149,213)
#B388C2
(179,136,194)
#A27BAF
(162,123,175)
#916E9C
(145,110,156)
#806189
(128,97,137)
#6F5476
(111,84,118)
#5E4763
(94,71,99)
#4D3A50
(77,58,80)
#3C2D3D
(60,45,61)
#2B202A
(43,32,42)
#1A1317
(26,19,23)
#000000
(0,0,0)

Tints of #C495D5

#C495D5
(196,149,213)
#C99ED8
(201,158,216)
#CEA7DB
(206,167,219)
#D3B0DE
(211,176,222)
#D8B9E1
(216,185,225)
#DDC2E4
(221,194,228)
#E2CBE7
(226,203,231)
#E7D4EA
(231,212,234)
#ECDDED
(236,221,237)
#F1E6F0
(241,230,240)
#F6EFF3
(246,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C495D5 color. Also use rgb(196,149,213) instead hex code.

Text Font Color

.myTextColor { color: #C495D5; }

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

This text font color is #C495D5.


Background Color

.myBgColor { background-color: #C495D5; }

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

This div background color is #C495D5.


Border color

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

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

This div border color is #C495D5.


Opacity

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

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

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

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

This text has shadow with #C495D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C495D5 on black background.


Color preview on white background

This text has color #C495D5 on white background.



Black color preview on #C495D5 background

This text has black color on #C495D5 background.


White color preview on #C495D5 background

This text has white color on #C495D5 background.