COLOR #C550FF

HEX: #C550FF RGB: (197,80,255)

Color info

#C550FF contains mainly red and blue colors. Web safe color of #C550FF is #CC66FF (or #C6F).

RGB color model

#C550FF color RGB value is (197,80,255).

RGB: (197,80,255) (77%, 31%, 100%)

RGB channels and saturation

R 197 of 255 = 77%
G 80 of 255 = 31%
B 255 of 255 = 100%

197
80
255

R + G + B ~ 69%. #C550FF is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 80 + 255 = 532 (100%)
R 197 of 532 ~ 37.03%
G 80 of 532 ~ 15.04%
B 255 of 532 ~ 47.93'%

%37.03
%15.04
%47.93

CMYK color model

#C550FF color CMYK value is (23,69,0,0).

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

CMYK: (23,69,0,0)
C23M69Y0K0 (23%, 69%, 0%, 0%)
(0.23 / 0.69 / 0.00 / 0.00)

CMYK percentages

%22.75
%68.63
%0
%0

Codes

Color #C550FF in popluar color models

C5 50 FF
RGB 197 80 255
HSL 280° 100.00% 65.69%
HSB/HSV 280° 68.63% 100.00%
CMYK 22.75% 68.63% 0.00%
0.00%

Color #C550FF in popluar number systems.

HEX C5 50 FF
Decimal 197 80 255
Binary 11000101 1010000 11111111
Octal 305 120 377

Shades and tints

Shades of #C550FF

#C550FF
(197,80,255)
#B449E8
(180,73,232)
#A342D1
(163,66,209)
#923BBA
(146,59,186)
#8134A3
(129,52,163)
#702D8C
(112,45,140)
#5F2675
(95,38,117)
#4E1F5E
(78,31,94)
#3D1847
(61,24,71)
#2C1130
(44,17,48)
#1B0A19
(27,10,25)
#000000
(0,0,0)

Tints of #C550FF

#C550FF
(197,80,255)
#CA5FFF
(202,95,255)
#CF6EFF
(207,110,255)
#D47DFF
(212,125,255)
#D98CFF
(217,140,255)
#DE9BFF
(222,155,255)
#E3AAFF
(227,170,255)
#E8B9FF
(232,185,255)
#EDC8FF
(237,200,255)
#F2D7FF
(242,215,255)
#F7E6FF
(247,230,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C550FF; }

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

This text font color is #C550FF.

Background Color

.myBgColor { background-color: #C550FF; }

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

This div background color is #C550FF.

Border color

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

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

This div border color is #C550FF.

Opacity

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

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

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

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

This text has shadow with #C550FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C550FF.

Preview

Color preview on black background

This text has color #C550FF on black background.


Color preview on white background

This text has color #C550FF on white background.


Black color preview on #C550FF background

This text has black color on #C550FF background.


White color preview on #C550FF background

This text has white color on #C550FF background.


Related colors

Complementary color

Complementary color for #hex is #3AAF00.


I love getcolorcode.com

Triadic colors

1 #FFC550 and #50FFC5 with #C550FF are triadic colors.

2 #FF50C5 and #50C5FF with #C550FF are triadic colors.