COLOR #C995DD

HEX: #C995DD
RGB: (201,149,221)

Renk bilgisi

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

RGB renk modeli

#C995DD color RGB value is (201,149,221).

  • kırmız ton 201;
  • yeşil ton 149;
  • mavi ton 221.
RGB:
(201,149,221)
(79%,58%,87%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 149 of 255 = 58%
B 221 of 255 = 87%

201
149
221

R + G + B ~ 75%. #C995DD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 149 + 221 = 571 (100%)
R 201 of 571 ~ 35.2%
G 149 of 571 ~ 26.09%
B 221 of 571 ~ 38.7%

%35.2
%26.09
%38.7

CMYK RENK MODELİ

#C995DD rengi CMYK tonu (9,33,0,13).

  • camgöbeği tonu 9.05%
  • eflatun tonu 32.58%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(9,33,0,13)
C9M33Y0K13 
(9%,33%,0%,13%)
(0.09/0.33/0.00/0.13)	

CMYK yüzdeleri

%9.05
%32.58
%0
%13.33

Codes

Color #C995DD in popluar color models

C995DD
RGB201149221
HSL283°51.43%72.55%
HSB/HSV283°32.58%86.67%
CMYK9.05%32.58%0.00%
13.33%

Color #C995DD in popluar number systems.

HEXC995DD
Decimal201149221
Binary110010011001010111011101
Octal311225335

Shades and tints

Shades of #C995DD

#C995DD
(201,149,221)
#B788C9
(183,136,201)
#A57BB5
(165,123,181)
#936EA1
(147,110,161)
#81618D
(129,97,141)
#6F5479
(111,84,121)
#5D4765
(93,71,101)
#4B3A51
(75,58,81)
#392D3D
(57,45,61)
#272029
(39,32,41)
#151315
(21,19,21)
#000000
(0,0,0)

Tints of #C995DD

#C995DD
(201,149,221)
#CD9EE0
(205,158,224)
#D1A7E3
(209,167,227)
#D5B0E6
(213,176,230)
#D9B9E9
(217,185,233)
#DDC2EC
(221,194,236)
#E1CBEF
(225,203,239)
#E5D4F2
(229,212,242)
#E9DDF5
(233,221,245)
#EDE6F8
(237,230,248)
#F1EFFB
(241,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C995DD color. Also use rgb(201,149,221) instead hex code.

Text Font Color

.myTextColor { color: #C995DD; }

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

This text font color is #C995DD.


Background Color

.myBgColor { background-color: #C995DD; }

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

This div background color is #C995DD.


Border color

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

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

This div border color is #C995DD.


Opacity

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

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

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

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

This text has shadow with #C995DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C995DD on black background.


Color preview on white background

This text has color #C995DD on white background.



Black color preview on #C995DD background

This text has black color on #C995DD background.


White color preview on #C995DD background

This text has white color on #C995DD background.