COLOR #CC83DB

HEX: #CC83DB
RGB: (204,131,219)

Color info

#CC83DB contains mainly red and blue colors. Web safe color of #CC83DB is #CC99CC (or #C9C).

RGB color model

#CC83DB color RGB value is (204,131,219).

  • red value is 204;
  • green value is 131;
  • blue value is 219.
RGB:
(204,131,219)
(80%,51%,86%)

RGB channels and saturation

R 204 of 255 = 80%
G 131 of 255 = 51%
B 219 of 255 = 86%

204
131
219

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

Portions of RGB colors in percentages

R + G + B =
204 + 131 + 219 = 554 (100%)
R 204 of 554 ~ 36.82%
G 131 of 554 ~ 23.65%
B 219 of 554 ~ 39.53%

%36.82
%23.65
%39.53

CMYK color model

#CC83DB color CMYK value is (7,40,0,14).

  • cyan value is 6.85%
  • magenta value is 40.18%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(7,40,0,14)
C7M40Y0K14 
(7%,40%,0%,14%)
(0.07/0.40/0.00/0.14)	

CMYK percentages

%6.85
%40.18
%0
%14.12

Codes

Color #CC83DB in popluar color models

CC83DB
RGB204131219
HSL290°55.00%68.63%
HSB/HSV290°40.18%85.88%
CMYK6.85%40.18%0.00%
14.12%

Color #CC83DB in popluar number systems.

HEXCC83DB
Decimal204131219
Binary110011001000001111011011
Octal314203333

Shades and tints

Shades of #CC83DB

#CC83DB
(204,131,219)
#BA78C8
(186,120,200)
#A86DB5
(168,109,181)
#9662A2
(150,98,162)
#84578F
(132,87,143)
#724C7C
(114,76,124)
#604169
(96,65,105)
#4E3656
(78,54,86)
#3C2B43
(60,43,67)
#2A2030
(42,32,48)
#18151D
(24,21,29)
#000000
(0,0,0)

Tints of #CC83DB

#CC83DB
(204,131,219)
#D08EDE
(208,142,222)
#D499E1
(212,153,225)
#D8A4E4
(216,164,228)
#DCAFE7
(220,175,231)
#E0BAEA
(224,186,234)
#E4C5ED
(228,197,237)
#E8D0F0
(232,208,240)
#ECDBF3
(236,219,243)
#F0E6F6
(240,230,246)
#F4F1F9
(244,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC83DB color. Also use rgb(204,131,219) instead hex code.

Text Font Color

.myTextColor { color: #CC83DB; }

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

This text font color is #CC83DB.


Background Color

.myBgColor { background-color: #CC83DB; }

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

This div background color is #CC83DB.


Border color

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

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

This div border color is #CC83DB.


Opacity

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

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

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

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

This text has shadow with #CC83DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC83DB on black background.


Color preview on white background

This text has color #CC83DB on white background.



Black color preview on #CC83DB background

This text has black color on #CC83DB background.


White color preview on #CC83DB background

This text has white color on #CC83DB background.