COLOR #C584FF

HEX: #C584FF RGB: (197,132,255)

Color info

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

RGB color model

#C584FF color RGB value is (197,132,255).

RGB: (197,132,255) (77%, 52%, 100%)

RGB channels and saturation

R 197 of 255 = 77%
G 132 of 255 = 52%
B 255 of 255 = 100%

197
132
255

R + G + B ~ 76%. #C584FF is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 132 + 255 = 584 (100%)
R 197 of 584 ~ 33.73%
G 132 of 584 ~ 22.6%
B 255 of 584 ~ 43.66'%

%33.73
%22.6
%43.66

CMYK color model

#C584FF color CMYK value is (23,48,0,0).

  • cyan value is 22.75%
  • magenta value is 48.24%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (23,48,0,0)
C23M48Y0K0 (23%, 48%, 0%, 0%)
(0.23 / 0.48 / 0.00 / 0.00)

CMYK percentages

%22.75
%48.24
%0
%0

Codes

Color #C584FF in popluar color models

C5 84 FF
RGB 197 132 255
HSL 272° 100.00% 75.88%
HSB/HSV 272° 48.24% 100.00%
CMYK 22.75% 48.24% 0.00%
0.00%

Color #C584FF in popluar number systems.

HEX C5 84 FF
Decimal 197 132 255
Binary 11000101 10000100 11111111
Octal 305 204 377

Shades and tints

Shades of #C584FF

#C584FF
(197,132,255)
#B478E8
(180,120,232)
#A36CD1
(163,108,209)
#9260BA
(146,96,186)
#8154A3
(129,84,163)
#70488C
(112,72,140)
#5F3C75
(95,60,117)
#4E305E
(78,48,94)
#3D2447
(61,36,71)
#2C1830
(44,24,48)
#1B0C19
(27,12,25)
#000000
(0,0,0)

Tints of #C584FF

#C584FF
(197,132,255)
#CA8FFF
(202,143,255)
#CF9AFF
(207,154,255)
#D4A5FF
(212,165,255)
#D9B0FF
(217,176,255)
#DEBBFF
(222,187,255)
#E3C6FF
(227,198,255)
#E8D1FF
(232,209,255)
#EDDCFF
(237,220,255)
#F2E7FF
(242,231,255)
#F7F2FF
(247,242,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C584FF color. Also use rgb(197,132,255) instead hex code.

Text Font Color

.myTextColor { color: #C584FF; }

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

This text font color is #C584FF.

Background Color

.myBgColor { background-color: #C584FF; }

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

This div background color is #C584FF.

Border color

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

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

This div border color is #C584FF.

Opacity

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

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

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

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

This text has shadow with #C584FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C584FF.

Preview

Color preview on black background

This text has color #C584FF on black background.


Color preview on white background

This text has color #C584FF on white background.


Black color preview on #C584FF background

This text has black color on #C584FF background.


White color preview on #C584FF background

This text has white color on #C584FF background.


Related colors

Complementary color

Complementary color for #hex is #3A7B00.


I love getcolorcode.com

Triadic colors

1 #FFC584 and #84FFC5 with #C584FF are triadic colors.

2 #FF84C5 and #84C5FF with #C584FF are triadic colors.