COLOR #C4C1FD

HEX: #C4C1FD RGB: (196,193,253)

Color info

#C4C1FD contains mainly red and blue colors. Web safe color of #C4C1FD is #CCCCFF (or #CCF).

RGB color model

#C4C1FD color RGB value is (196,193,253).

RGB: (196,193,253) (77%, 76%, 99%)

RGB channels and saturation

R 196 of 255 = 77%
G 193 of 255 = 76%
B 253 of 255 = 99%

196
193
253

R + G + B ~ 84%. #C4C1FD is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 193 + 253 = 642 (100%)
R 196 of 642 ~ 30.53%
G 193 of 642 ~ 30.06%
B 253 of 642 ~ 39.41'%

%30.53
%30.06
%39.41

CMYK color model

#C4C1FD color CMYK value is (23,24,0,1).

  • cyan value is 22.53%
  • magenta value is 23.72%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK: (23,24,0,1) C23M24Y0K1 (23%,24%,0%,1%) (0.23/0.24/0.00/0.01) 

CMYK percentages

%22.53
%23.72
%0
%0.78

Codes

Color #C4C1FD in popluar color models

C4 C1 FD
RGB 196 193 253
HSL 243° 93.75% 87.45%
HSB/HSV 243° 23.72% 99.22%
CMYK 22.53% 23.72% 0.00%
0.78%

Color #C4C1FD in popluar number systems.

HEX C4 C1 FD
Decimal 196 193 253
Binary 11000100 11000001 11111101
Octal 304 301 375

Shades and tints

Shades of #C4C1FD

#C4C1FD
(196,193,253)
#B3B0E6
(179,176,230)
#A29FCF
(162,159,207)
#918EB8
(145,142,184)
#807DA1
(128,125,161)
#6F6C8A
(111,108,138)
#5E5B73
(94,91,115)
#4D4A5C
(77,74,92)
#3C3945
(60,57,69)
#2B282E
(43,40,46)
#1A1717
(26,23,23)
#000000
(0,0,0)

Tints of #C4C1FD

#C4C1FD
(196,193,253)
#C9C6FD
(201,198,253)
#CECBFD
(206,203,253)
#D3D0FD
(211,208,253)
#D8D5FD
(216,213,253)
#DDDAFD
(221,218,253)
#E2DFFD
(226,223,253)
#E7E4FD
(231,228,253)
#ECE9FD
(236,233,253)
#F1EEFD
(241,238,253)
#F6F3FD
(246,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4C1FD color. Also use rgb(196,193,253) instead hex code.

Text Font Color

.myTextColor { color: #C4C1FD; }

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

This text font color is #C4C1FD.

Background Color

.myBgColor { background-color: #C4C1FD; }

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

This div background color is #C4C1FD.

Border color

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

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

This div border color is #C4C1FD.

Opacity

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

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

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

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

This text has shadow with #C4C1FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4C1FD.

Preview

Color preview on black background

This text has color #C4C1FD on black background.


Color preview on white background

This text has color #C4C1FD on white background.


Black color preview on #C4C1FD background

This text has black color on #C4C1FD background.


White color preview on #C4C1FD background

This text has white color on #C4C1FD background.


Related colors

Complementary color

Complementary color for #hex is #3B3E02.


I love getcolorcode.com

Triadic colors

1 #FDC4C1 and #C1FDC4 with #C4C1FD are triadic colors.

2 #FDC1C4 and #C1C4FD with #C4C1FD are triadic colors.