COLOR #CC66FF

HEX: #CC66FF
RGB: (204,102,255)

Renk bilgisi

#CC66FF contains mainly red and blue colors. #CC66FF color is web safe color. It maybe written shortly as #C6F.

RGB renk modeli

#CC66FF color RGB value is (204,102,255).

  • kırmız ton 204;
  • yeşil ton 102;
  • mavi ton 255.
RGB:
(204,102,255)
(80%,40%,100%)

RGB bağlantıları ve doygunluk

R 204 of 255 = 80%
G 102 of 255 = 40%
B 255 of 255 = 100%

204
102
255

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

Yüzdelerle RGB renk parçaları

R + G + B =
204 + 102 + 255 = 561 (100%)
R 204 of 561 ~ 36.36%
G 102 of 561 ~ 18.18%
B 255 of 561 ~ 45.45%

%36.36
%18.18
%45.45

CMYK RENK MODELİ

#CC66FF rengi CMYK tonu (20,60,0,0).

  • camgöbeği tonu 20.00%
  • eflatun tonu 60.00%
  • sarı tonu 0.00%
  • ana renk tonu 0.00%
CMYK:
(20,60,0,0)
C20M60Y0K0 
(20%,60%,0%,0%)
(0.20/0.60/0.00/0.00)	

CMYK yüzdeleri

%20
%60
%0
%0

Codes

Color #CC66FF in popluar color models

CC66FF
RGB204102255
HSL280°100.00%70.00%
HSB/HSV280°60.00%100.00%
CMYK20.00%60.00%0.00%
0.00%

Color #CC66FF in popluar number systems.

HEXCC66FF
Decimal204102255
Binary11001100110011011111111
Octal314146377

Shades and tints

Shades of #CC66FF

#CC66FF
(204,102,255)
#BA5DE8
(186,93,232)
#A854D1
(168,84,209)
#964BBA
(150,75,186)
#8442A3
(132,66,163)
#72398C
(114,57,140)
#603075
(96,48,117)
#4E275E
(78,39,94)
#3C1E47
(60,30,71)
#2A1530
(42,21,48)
#180C19
(24,12,25)
#000000
(0,0,0)

Tints of #CC66FF

#CC66FF
(204,102,255)
#D073FF
(208,115,255)
#D480FF
(212,128,255)
#D88DFF
(216,141,255)
#DC9AFF
(220,154,255)
#E0A7FF
(224,167,255)
#E4B4FF
(228,180,255)
#E8C1FF
(232,193,255)
#ECCEFF
(236,206,255)
#F0DBFF
(240,219,255)
#F4E8FF
(244,232,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC66FF color. Also use rgb(204,102,255) instead hex code.

Text Font Color

.myTextColor { color: #CC66FF; }

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

This text font color is #CC66FF.


Background Color

.myBgColor { background-color: #CC66FF; }

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

This div background color is #CC66FF.


Border color

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

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

This div border color is #CC66FF.


Opacity

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

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

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

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

This text has shadow with #CC66FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC66FF on black background.


Color preview on white background

This text has color #CC66FF on white background.



Black color preview on #CC66FF background

This text has black color on #CC66FF background.


White color preview on #CC66FF background

This text has white color on #CC66FF background.