COLOR #C995D0

HEX: #C995D0
RGB: (201,149,208)

Renk bilgisi

#C995D0 contains red, green and blue colors in about the same proportion. #C995D0 ‘ nin web güvenlik rengi #CC99CC (ya da #C9C) dir.

RGB renk modeli

#C995D0 color RGB value is (201,149,208).

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

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 149 of 255 = 58%
B 208 of 255 = 82%

201
149
208

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

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 149 + 208 = 558 (100%)
R 201 of 558 ~ 36.02%
G 149 of 558 ~ 26.7%
B 208 of 558 ~ 37.28%

%36.02
%26.7
%37.28

CMYK RENK MODELİ

#C995D0 rengi CMYK tonu (3,28,0,18).

  • camgöbeği tonu 3.37%
  • eflatun tonu 28.37%
  • sarı tonu 0.00%
  • ana renk tonu 18.43%
CMYK:
(3,28,0,18)
C3M28Y0K18 
(3%,28%,0%,18%)
(0.03/0.28/0.00/0.18)	

CMYK yüzdeleri

%3.37
%28.37
%0
%18.43

Codes

Color #C995D0 in popluar color models

C995D0
RGB201149208
HSL293°38.56%70.00%
HSB/HSV293°28.37%81.57%
CMYK3.37%28.37%0.00%
18.43%

Color #C995D0 in popluar number systems.

HEXC995D0
Decimal201149208
Binary110010011001010111010000
Octal311225320

Shades and tints

Shades of #C995D0

#C995D0
(201,149,208)
#B788BE
(183,136,190)
#A57BAC
(165,123,172)
#936E9A
(147,110,154)
#816188
(129,97,136)
#6F5476
(111,84,118)
#5D4764
(93,71,100)
#4B3A52
(75,58,82)
#392D40
(57,45,64)
#27202E
(39,32,46)
#15131C
(21,19,28)
#000000
(0,0,0)

Tints of #C995D0

#C995D0
(201,149,208)
#CD9ED4
(205,158,212)
#D1A7D8
(209,167,216)
#D5B0DC
(213,176,220)
#D9B9E0
(217,185,224)
#DDC2E4
(221,194,228)
#E1CBE8
(225,203,232)
#E5D4EC
(229,212,236)
#E9DDF0
(233,221,240)
#EDE6F4
(237,230,244)
#F1EFF8
(241,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C995D0; }

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

This text font color is #C995D0.


Background Color

.myBgColor { background-color: #C995D0; }

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

This div background color is #C995D0.


Border color

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

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

This div border color is #C995D0.


Opacity

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

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

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

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

This text has shadow with #C995D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C995D0 on black background.


Color preview on white background

This text has color #C995D0 on white background.



Black color preview on #C995D0 background

This text has black color on #C995D0 background.


White color preview on #C995D0 background

This text has white color on #C995D0 background.