COLOR #C399E0

HEX: #C399E0 RGB: (195,153,224)

Color info

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

RGB color model

#C399E0 color RGB value is (195,153,224).

RGB: (195,153,224) (76%, 60%, 88%)

RGB channels and saturation

R 195 of 255 = 76%
G 153 of 255 = 60%
B 224 of 255 = 88%

195
153
224

R + G + B ~ 75%. #C399E0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 153 + 224 = 572 (100%)
R 195 of 572 ~ 34.09%
G 153 of 572 ~ 26.75%
B 224 of 572 ~ 39.16'%

%34.09
%26.75
%39.16

CMYK color model

#C399E0 color CMYK value is (13,32,0,12).

  • cyan value is 12.95%
  • magenta value is 31.70%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (13,32,0,12)
C13M32Y0K12 (13%, 32%, 0%, 12%)
(0.13 / 0.32 / 0.00 / 0.12)

CMYK percentages

%12.95
%31.7
%0
%12.16

Codes

Color #C399E0 in popluar color models

C3 99 E0
RGB 195 153 224
HSL 275° 53.38% 73.92%
HSB/HSV 275° 31.70% 87.84%
CMYK 12.95% 31.70% 0.00%
12.16%

Color #C399E0 in popluar number systems.

HEX C3 99 E0
Decimal 195 153 224
Binary 11000011 10011001 11100000
Octal 303 231 340

Shades and tints

Shades of #C399E0

#C399E0
(195,153,224)
#B28CCC
(178,140,204)
#A17FB8
(161,127,184)
#9072A4
(144,114,164)
#7F6590
(127,101,144)
#6E587C
(110,88,124)
#5D4B68
(93,75,104)
#4C3E54
(76,62,84)
#3B3140
(59,49,64)
#2A242C
(42,36,44)
#191718
(25,23,24)
#000000
(0,0,0)

Tints of #C399E0

#C399E0
(195,153,224)
#C8A2E2
(200,162,226)
#CDABE4
(205,171,228)
#D2B4E6
(210,180,230)
#D7BDE8
(215,189,232)
#DCC6EA
(220,198,234)
#E1CFEC
(225,207,236)
#E6D8EE
(230,216,238)
#EBE1F0
(235,225,240)
#F0EAF2
(240,234,242)
#F5F3F4
(245,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C399E0 color. Also use rgb(195,153,224) instead hex code.

Text Font Color

.myTextColor { color: #C399E0; }

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

This text font color is #C399E0.

Background Color

.myBgColor { background-color: #C399E0; }

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

This div background color is #C399E0.

Border color

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

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

This div border color is #C399E0.

Opacity

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

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

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

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

This text has shadow with #C399E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C399E0.

Preview

Color preview on black background

This text has color #C399E0 on black background.


Color preview on white background

This text has color #C399E0 on white background.


Black color preview on #C399E0 background

This text has black color on #C399E0 background.


White color preview on #C399E0 background

This text has white color on #C399E0 background.


Related colors

Complementary color

Complementary color for #hex is #3C661F.


I love getcolorcode.com

Triadic colors

1 #E0C399 and #99E0C3 with #C399E0 are triadic colors.

2 #E099C3 and #99C3E0 with #C399E0 are triadic colors.