COLOR #CC6DD1

HEX: #CC6DD1
RGB: (204,109,209)

Renk bilgisi

#CC6DD1 contains mainly red and blue colors. #CC6DD1 ‘ nin web güvenlik rengi #CC66CC (ya da #C6C) dir.

RGB renk modeli

#CC6DD1 color RGB value is (204,109,209).

  • kırmız ton 204;
  • yeşil ton 109;
  • mavi ton 209.
RGB:
(204,109,209)
(80%,43%,82%)

RGB bağlantıları ve doygunluk

R 204 of 255 = 80%
G 109 of 255 = 43%
B 209 of 255 = 82%

204
109
209

R + G + B ~ 68%. #CC6DD1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
204 + 109 + 209 = 522 (100%)
R 204 of 522 ~ 39.08%
G 109 of 522 ~ 20.88%
B 209 of 522 ~ 40.04%

%39.08
%20.88
%40.04

CMYK RENK MODELİ

#CC6DD1 rengi CMYK tonu (2,48,0,18).

  • camgöbeği tonu 2.39%
  • eflatun tonu 47.85%
  • sarı tonu 0.00%
  • ana renk tonu 18.04%
CMYK:
(2,48,0,18)
C2M48Y0K18 
(2%,48%,0%,18%)
(0.02/0.48/0.00/0.18)	

CMYK yüzdeleri

%2.39
%47.85
%0
%18.04

Codes

Color #CC6DD1 in popluar color models

CC6DD1
RGB204109209
HSL297°52.08%62.35%
HSB/HSV297°47.85%81.96%
CMYK2.39%47.85%0.00%
18.04%

Color #CC6DD1 in popluar number systems.

HEXCC6DD1
Decimal204109209
Binary11001100110110111010001
Octal314155321

Shades and tints

Shades of #CC6DD1

#CC6DD1
(204,109,209)
#BA64BE
(186,100,190)
#A85BAB
(168,91,171)
#965298
(150,82,152)
#844985
(132,73,133)
#724072
(114,64,114)
#60375F
(96,55,95)
#4E2E4C
(78,46,76)
#3C2539
(60,37,57)
#2A1C26
(42,28,38)
#181313
(24,19,19)
#000000
(0,0,0)

Tints of #CC6DD1

#CC6DD1
(204,109,209)
#D07AD5
(208,122,213)
#D487D9
(212,135,217)
#D894DD
(216,148,221)
#DCA1E1
(220,161,225)
#E0AEE5
(224,174,229)
#E4BBE9
(228,187,233)
#E8C8ED
(232,200,237)
#ECD5F1
(236,213,241)
#F0E2F5
(240,226,245)
#F4EFF9
(244,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC6DD1 color. Also use rgb(204,109,209) instead hex code.

Text Font Color

.myTextColor { color: #CC6DD1; }

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

This text font color is #CC6DD1.


Background Color

.myBgColor { background-color: #CC6DD1; }

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

This div background color is #CC6DD1.


Border color

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

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

This div border color is #CC6DD1.


Opacity

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

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

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

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

This text has shadow with #CC6DD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC6DD1 on black background.


Color preview on white background

This text has color #CC6DD1 on white background.



Black color preview on #CC6DD1 background

This text has black color on #CC6DD1 background.


White color preview on #CC6DD1 background

This text has white color on #CC6DD1 background.