COLOR #C497DD

HEX: #C497DD
RGB: (196,151,221)

Renk bilgisi

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

RGB renk modeli

#C497DD color RGB value is (196,151,221).

  • kırmız ton 196;
  • yeşil ton 151;
  • mavi ton 221.
RGB:
(196,151,221)
(77%,59%,87%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 151 of 255 = 59%
B 221 of 255 = 87%

196
151
221

R + G + B ~ 74%. #C497DD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 151 + 221 = 568 (100%)
R 196 of 568 ~ 34.51%
G 151 of 568 ~ 26.58%
B 221 of 568 ~ 38.91%

%34.51
%26.58
%38.91

CMYK RENK MODELİ

#C497DD rengi CMYK tonu (11,32,0,13).

  • camgöbeği tonu 11.31%
  • eflatun tonu 31.67%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(11,32,0,13)
C11M32Y0K13 
(11%,32%,0%,13%)
(0.11/0.32/0.00/0.13)	

CMYK yüzdeleri

%11.31
%31.67
%0
%13.33

Codes

Color #C497DD in popluar color models

C497DD
RGB196151221
HSL279°50.72%72.94%
HSB/HSV279°31.67%86.67%
CMYK11.31%31.67%0.00%
13.33%

Color #C497DD in popluar number systems.

HEXC497DD
Decimal196151221
Binary110001001001011111011101
Octal304227335

Shades and tints

Shades of #C497DD

#C497DD
(196,151,221)
#B38AC9
(179,138,201)
#A27DB5
(162,125,181)
#9170A1
(145,112,161)
#80638D
(128,99,141)
#6F5679
(111,86,121)
#5E4965
(94,73,101)
#4D3C51
(77,60,81)
#3C2F3D
(60,47,61)
#2B2229
(43,34,41)
#1A1515
(26,21,21)
#000000
(0,0,0)

Tints of #C497DD

#C497DD
(196,151,221)
#C9A0E0
(201,160,224)
#CEA9E3
(206,169,227)
#D3B2E6
(211,178,230)
#D8BBE9
(216,187,233)
#DDC4EC
(221,196,236)
#E2CDEF
(226,205,239)
#E7D6F2
(231,214,242)
#ECDFF5
(236,223,245)
#F1E8F8
(241,232,248)
#F6F1FB
(246,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C497DD color. Also use rgb(196,151,221) instead hex code.

Text Font Color

.myTextColor { color: #C497DD; }

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

This text font color is #C497DD.


Background Color

.myBgColor { background-color: #C497DD; }

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

This div background color is #C497DD.


Border color

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

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

This div border color is #C497DD.


Opacity

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

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

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

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

This text has shadow with #C497DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C497DD on black background.


Color preview on white background

This text has color #C497DD on white background.



Black color preview on #C497DD background

This text has black color on #C497DD background.


White color preview on #C497DD background

This text has white color on #C497DD background.