COLOR #C555F9

HEX: #C555F9
RGB: (197,85,249)

Color info

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

RGB color model

#C555F9 color RGB value is (197,85,249).

  • red value is 197;
  • green value is 85;
  • blue value is 249.
RGB:
(197,85,249)
(77%,33%,98%)

RGB channels and saturation

R 197 of 255 = 77%
G 85 of 255 = 33%
B 249 of 255 = 98%

197
85
249

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

Portions of RGB colors in percentages

R + G + B =
197 + 85 + 249 = 531 (100%)
R 197 of 531 ~ 37.1%
G 85 of 531 ~ 16.01%
B 249 of 531 ~ 46.89%

%37.1
%16.01
%46.89

CMYK color model

#C555F9 color CMYK value is (21,66,0,2).

  • cyan value is 20.88%
  • magenta value is 65.86%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(21,66,0,2)
C21M66Y0K2 
(21%,66%,0%,2%)
(0.21/0.66/0.00/0.02)	

CMYK percentages

%20.88
%65.86
%0
%2.35

Codes

Color #C555F9 in popluar color models

C555F9
RGB19785249
HSL281°93.18%65.49%
HSB/HSV281°65.86%97.65%
CMYK20.88%65.86%0.00%
2.35%

Color #C555F9 in popluar number systems.

HEXC555F9
Decimal19785249
Binary11000101101010111111001
Octal305125371

Shades and tints

Shades of #C555F9

#C555F9
(197,85,249)
#B44EE3
(180,78,227)
#A347CD
(163,71,205)
#9240B7
(146,64,183)
#8139A1
(129,57,161)
#70328B
(112,50,139)
#5F2B75
(95,43,117)
#4E245F
(78,36,95)
#3D1D49
(61,29,73)
#2C1633
(44,22,51)
#1B0F1D
(27,15,29)
#000000
(0,0,0)

Tints of #C555F9

#C555F9
(197,85,249)
#CA64F9
(202,100,249)
#CF73F9
(207,115,249)
#D482F9
(212,130,249)
#D991F9
(217,145,249)
#DEA0F9
(222,160,249)
#E3AFF9
(227,175,249)
#E8BEF9
(232,190,249)
#EDCDF9
(237,205,249)
#F2DCF9
(242,220,249)
#F7EBF9
(247,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C555F9 color. Also use rgb(197,85,249) instead hex code.

Text Font Color

.myTextColor { color: #C555F9; }

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

This text font color is #C555F9.


Background Color

.myBgColor { background-color: #C555F9; }

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

This div background color is #C555F9.


Border color

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

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

This div border color is #C555F9.


Opacity

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

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

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

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

This text has shadow with #C555F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C555F9 on black background.


Color preview on white background

This text has color #C555F9 on white background.



Black color preview on #C555F9 background

This text has black color on #C555F9 background.


White color preview on #C555F9 background

This text has white color on #C555F9 background.