COLOR #CC93FA

HEX: #CC93FA RGB: (204,147,250)

Color info

#CC93FA contains mainly red and blue colors. Web safe color of #CC93FA is #CC99FF (or #C9F).

RGB color model

#CC93FA color RGB value is (204,147,250).

RGB: (204,147,250) (80%, 58%, 98%)

RGB channels and saturation

R 204 of 255 = 80%
G 147 of 255 = 58%
B 250 of 255 = 98%

204
147
250

R + G + B ~ 79%. #CC93FA is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 147 + 250 = 601 (100%)
R 204 of 601 ~ 33.94%
G 147 of 601 ~ 24.46%
B 250 of 601 ~ 41.6'%

%33.94
%24.46
%41.6

CMYK color model

#CC93FA color CMYK value is (18,41,0,2).

  • cyan value is 18.40%
  • magenta value is 41.20%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (18,41,0,2)
C18M41Y0K2 (18%, 41%, 0%, 2%)
(0.18 / 0.41 / 0.00 / 0.02)

CMYK percentages

%18.4
%41.2
%0
%1.96

Codes

Color #CC93FA in popluar color models

CC 93 FA
RGB 204 147 250
HSL 273° 91.15% 77.84%
HSB/HSV 273° 41.20% 98.04%
CMYK 18.40% 41.20% 0.00%
1.96%

Color #CC93FA in popluar number systems.

HEX CC 93 FA
Decimal 204 147 250
Binary 11001100 10010011 11111010
Octal 314 223 372

Shades and tints

Shades of #CC93FA

#CC93FA
(204,147,250)
#BA86E4
(186,134,228)
#A879CE
(168,121,206)
#966CB8
(150,108,184)
#845FA2
(132,95,162)
#72528C
(114,82,140)
#604576
(96,69,118)
#4E3860
(78,56,96)
#3C2B4A
(60,43,74)
#2A1E34
(42,30,52)
#18111E
(24,17,30)
#000000
(0,0,0)

Tints of #CC93FA

#CC93FA
(204,147,250)
#D09CFA
(208,156,250)
#D4A5FA
(212,165,250)
#D8AEFA
(216,174,250)
#DCB7FA
(220,183,250)
#E0C0FA
(224,192,250)
#E4C9FA
(228,201,250)
#E8D2FA
(232,210,250)
#ECDBFA
(236,219,250)
#F0E4FA
(240,228,250)
#F4EDFA
(244,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC93FA color. Also use rgb(204,147,250) instead hex code.

Text Font Color

.myTextColor { color: #CC93FA; }

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

This text font color is #CC93FA.

Background Color

.myBgColor { background-color: #CC93FA; }

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

This div background color is #CC93FA.

Border color

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

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

This div border color is #CC93FA.

Opacity

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

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

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

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

This text has shadow with #CC93FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC93FA.

Preview

Color preview on black background

This text has color #CC93FA on black background.


Color preview on white background

This text has color #CC93FA on white background.


Black color preview on #CC93FA background

This text has black color on #CC93FA background.


White color preview on #CC93FA background

This text has white color on #CC93FA background.


Related colors

Complementary color

Complementary color for #hex is #336C05.


I love getcolorcode.com

Triadic colors

1 #FACC93 and #93FACC with #CC93FA are triadic colors.

2 #FA93CC and #93CCFA with #CC93FA are triadic colors.