COLOR #C990CE

HEX: #C990CE
RGB: (201,144,206)

Renk bilgisi

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

RGB renk modeli

#C990CE color RGB value is (201,144,206).

  • kırmız ton 201;
  • yeşil ton 144;
  • mavi ton 206.
RGB:
(201,144,206)
(79%,56%,81%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 144 of 255 = 56%
B 206 of 255 = 81%

201
144
206

R + G + B ~ 72%. #C990CE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 144 + 206 = 551 (100%)
R 201 of 551 ~ 36.48%
G 144 of 551 ~ 26.13%
B 206 of 551 ~ 37.39%

%36.48
%26.13
%37.39

CMYK RENK MODELİ

#C990CE rengi CMYK tonu (2,30,0,19).

  • camgöbeği tonu 2.43%
  • eflatun tonu 30.10%
  • sarı tonu 0.00%
  • ana renk tonu 19.22%
CMYK:
(2,30,0,19)
C2M30Y0K19 
(2%,30%,0%,19%)
(0.02/0.30/0.00/0.19)	

CMYK yüzdeleri

%2.43
%30.1
%0
%19.22

Codes

Color #C990CE in popluar color models

C990CE
RGB201144206
HSL295°38.75%68.63%
HSB/HSV295°30.10%80.78%
CMYK2.43%30.10%0.00%
19.22%

Color #C990CE in popluar number systems.

HEXC990CE
Decimal201144206
Binary110010011001000011001110
Octal311220316

Shades and tints

Shades of #C990CE

#C990CE
(201,144,206)
#B783BC
(183,131,188)
#A576AA
(165,118,170)
#936998
(147,105,152)
#815C86
(129,92,134)
#6F4F74
(111,79,116)
#5D4262
(93,66,98)
#4B3550
(75,53,80)
#39283E
(57,40,62)
#271B2C
(39,27,44)
#150E1A
(21,14,26)
#000000
(0,0,0)

Tints of #C990CE

#C990CE
(201,144,206)
#CD9AD2
(205,154,210)
#D1A4D6
(209,164,214)
#D5AEDA
(213,174,218)
#D9B8DE
(217,184,222)
#DDC2E2
(221,194,226)
#E1CCE6
(225,204,230)
#E5D6EA
(229,214,234)
#E9E0EE
(233,224,238)
#EDEAF2
(237,234,242)
#F1F4F6
(241,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C990CE color. Also use rgb(201,144,206) instead hex code.

Text Font Color

.myTextColor { color: #C990CE; }

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

This text font color is #C990CE.


Background Color

.myBgColor { background-color: #C990CE; }

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

This div background color is #C990CE.


Border color

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

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

This div border color is #C990CE.


Opacity

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

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

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

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

This text has shadow with #C990CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C990CE on black background.


Color preview on white background

This text has color #C990CE on white background.



Black color preview on #C990CE background

This text has black color on #C990CE background.


White color preview on #C990CE background

This text has white color on #C990CE background.