COLOR #C58CFB

HEX: #C58CFB RGB: (197,140,251)

Color info

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

RGB color model

#C58CFB color RGB value is (197,140,251).

RGB: (197,140,251) (77%, 55%, 98%)

RGB channels and saturation

R 197 of 255 = 77%
G 140 of 255 = 55%
B 251 of 255 = 98%

197
140
251

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

Portions of RGB colors in percentages

R + G + B = 197 + 140 + 251 = 588 (100%)
R 197 of 588 ~ 33.5%
G 140 of 588 ~ 23.81%
B 251 of 588 ~ 42.69'%

%33.5
%23.81
%42.69

CMYK color model

#C58CFB color CMYK value is (22,44,0,2).

  • cyan value is 21.51%
  • magenta value is 44.22%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (22,44,0,2)
C22M44Y0K2 (22%, 44%, 0%, 2%)
(0.22 / 0.44 / 0.00 / 0.02)

CMYK percentages

%21.51
%44.22
%0
%1.57

Codes

Color #C58CFB in popluar color models

C5 8C FB
RGB 197 140 251
HSL 271° 93.28% 76.67%
HSB/HSV 271° 44.22% 98.43%
CMYK 21.51% 44.22% 0.00%
1.57%

Color #C58CFB in popluar number systems.

HEX C5 8C FB
Decimal 197 140 251
Binary 11000101 10001100 11111011
Octal 305 214 373

Shades and tints

Shades of #C58CFB

#C58CFB
(197,140,251)
#B480E5
(180,128,229)
#A374CF
(163,116,207)
#9268B9
(146,104,185)
#815CA3
(129,92,163)
#70508D
(112,80,141)
#5F4477
(95,68,119)
#4E3861
(78,56,97)
#3D2C4B
(61,44,75)
#2C2035
(44,32,53)
#1B141F
(27,20,31)
#000000
(0,0,0)

Tints of #C58CFB

#C58CFB
(197,140,251)
#CA96FB
(202,150,251)
#CFA0FB
(207,160,251)
#D4AAFB
(212,170,251)
#D9B4FB
(217,180,251)
#DEBEFB
(222,190,251)
#E3C8FB
(227,200,251)
#E8D2FB
(232,210,251)
#EDDCFB
(237,220,251)
#F2E6FB
(242,230,251)
#F7F0FB
(247,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C58CFB color. Also use rgb(197,140,251) instead hex code.

Text Font Color

.myTextColor { color: #C58CFB; }

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

This text font color is #C58CFB.

Background Color

.myBgColor { background-color: #C58CFB; }

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

This div background color is #C58CFB.

Border color

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

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

This div border color is #C58CFB.

Opacity

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

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

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

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

This text has shadow with #C58CFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C58CFB.

Preview

Color preview on black background

This text has color #C58CFB on black background.


Color preview on white background

This text has color #C58CFB on white background.


Black color preview on #C58CFB background

This text has black color on #C58CFB background.


White color preview on #C58CFB background

This text has white color on #C58CFB background.


Related colors

Complementary color

Complementary color for #hex is #3A7304.


I love getcolorcode.com

Triadic colors

1 #FBC58C and #8CFBC5 with #C58CFB are triadic colors.

2 #FB8CC5 and #8CC5FB with #C58CFB are triadic colors.