COLOR #C694FA

HEX: #C694FA RGB: (198,148,250)

Color info

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

RGB color model

#C694FA color RGB value is (198,148,250).

RGB: (198,148,250) (78%, 58%, 98%)

RGB channels and saturation

R 198 of 255 = 78%
G 148 of 255 = 58%
B 250 of 255 = 98%

198
148
250

R + G + B ~ 78%. #C694FA is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 148 + 250 = 596 (100%)
R 198 of 596 ~ 33.22%
G 148 of 596 ~ 24.83%
B 250 of 596 ~ 41.95'%

%33.22
%24.83
%41.95

CMYK color model

#C694FA color CMYK value is (21,41,0,2).

  • cyan value is 20.80%
  • magenta value is 40.80%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (21,41,0,2)
C21M41Y0K2 (21%, 41%, 0%, 2%)
(0.21 / 0.41 / 0.00 / 0.02)

CMYK percentages

%20.8
%40.8
%0
%1.96

Codes

Color #C694FA in popluar color models

C6 94 FA
RGB 198 148 250
HSL 269° 91.07% 78.04%
HSB/HSV 269° 40.80% 98.04%
CMYK 20.80% 40.80% 0.00%
1.96%

Color #C694FA in popluar number systems.

HEX C6 94 FA
Decimal 198 148 250
Binary 11000110 10010100 11111010
Octal 306 224 372

Shades and tints

Shades of #C694FA

#C694FA
(198,148,250)
#B487E4
(180,135,228)
#A27ACE
(162,122,206)
#906DB8
(144,109,184)
#7E60A2
(126,96,162)
#6C538C
(108,83,140)
#5A4676
(90,70,118)
#483960
(72,57,96)
#362C4A
(54,44,74)
#241F34
(36,31,52)
#12121E
(18,18,30)
#000000
(0,0,0)

Tints of #C694FA

#C694FA
(198,148,250)
#CB9DFA
(203,157,250)
#D0A6FA
(208,166,250)
#D5AFFA
(213,175,250)
#DAB8FA
(218,184,250)
#DFC1FA
(223,193,250)
#E4CAFA
(228,202,250)
#E9D3FA
(233,211,250)
#EEDCFA
(238,220,250)
#F3E5FA
(243,229,250)
#F8EEFA
(248,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C694FA color. Also use rgb(198,148,250) instead hex code.

Text Font Color

.myTextColor { color: #C694FA; }

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

This text font color is #C694FA.

Background Color

.myBgColor { background-color: #C694FA; }

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

This div background color is #C694FA.

Border color

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

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

This div border color is #C694FA.

Opacity

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

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

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

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

This text has shadow with #C694FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C694FA.

Preview

Color preview on black background

This text has color #C694FA on black background.


Color preview on white background

This text has color #C694FA on white background.


Black color preview on #C694FA background

This text has black color on #C694FA background.


White color preview on #C694FA background

This text has white color on #C694FA background.


Related colors

Complementary color

Complementary color for #hex is #396B05.


I love getcolorcode.com

Triadic colors

1 #FAC694 and #94FAC6 with #C694FA are triadic colors.

2 #FA94C6 and #94C6FA with #C694FA are triadic colors.