COLOR #C398F2

HEX: #C398F2 RGB: (195,152,242)

Color info

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

RGB color model

#C398F2 color RGB value is (195,152,242).

RGB: (195,152,242) (76%, 60%, 95%)

RGB channels and saturation

R 195 of 255 = 76%
G 152 of 255 = 60%
B 242 of 255 = 95%

195
152
242

R + G + B ~ 77%. #C398F2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 152 + 242 = 589 (100%)
R 195 of 589 ~ 33.11%
G 152 of 589 ~ 25.81%
B 242 of 589 ~ 41.09'%

%33.11
%25.81
%41.09

CMYK color model

#C398F2 color CMYK value is (19,37,0,5).

  • cyan value is 19.42%
  • magenta value is 37.19%
  • yellow value is 0.00%
  • key color value is 5.10%

CMYK: (19,37,0,5)
C19M37Y0K5 (19%, 37%, 0%, 5%)
(0.19 / 0.37 / 0.00 / 0.05)

CMYK percentages

%19.42
%37.19
%0
%5.1

Codes

Color #C398F2 in popluar color models

C3 98 F2
RGB 195 152 242
HSL 269° 77.59% 77.25%
HSB/HSV 269° 37.19% 94.90%
CMYK 19.42% 37.19% 0.00%
5.10%

Color #C398F2 in popluar number systems.

HEX C3 98 F2
Decimal 195 152 242
Binary 11000011 10011000 11110010
Octal 303 230 362

Shades and tints

Shades of #C398F2

#C398F2
(195,152,242)
#B28BDC
(178,139,220)
#A17EC6
(161,126,198)
#9071B0
(144,113,176)
#7F649A
(127,100,154)
#6E5784
(110,87,132)
#5D4A6E
(93,74,110)
#4C3D58
(76,61,88)
#3B3042
(59,48,66)
#2A232C
(42,35,44)
#191616
(25,22,22)
#000000
(0,0,0)

Tints of #C398F2

#C398F2
(195,152,242)
#C8A1F3
(200,161,243)
#CDAAF4
(205,170,244)
#D2B3F5
(210,179,245)
#D7BCF6
(215,188,246)
#DCC5F7
(220,197,247)
#E1CEF8
(225,206,248)
#E6D7F9
(230,215,249)
#EBE0FA
(235,224,250)
#F0E9FB
(240,233,251)
#F5F2FC
(245,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C398F2 color. Also use rgb(195,152,242) instead hex code.

Text Font Color

.myTextColor { color: #C398F2; }

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

This text font color is #C398F2.

Background Color

.myBgColor { background-color: #C398F2; }

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

This div background color is #C398F2.

Border color

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

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

This div border color is #C398F2.

Opacity

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

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

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

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

This text has shadow with #C398F2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C398F2.

Preview

Color preview on black background

This text has color #C398F2 on black background.


Color preview on white background

This text has color #C398F2 on white background.


Black color preview on #C398F2 background

This text has black color on #C398F2 background.


White color preview on #C398F2 background

This text has white color on #C398F2 background.


Related colors

Complementary color

Complementary color for #hex is #3C670D.


I love getcolorcode.com

Triadic colors

1 #F2C398 and #98F2C3 with #C398F2 are triadic colors.

2 #F298C3 and #98C3F2 with #C398F2 are triadic colors.