COLOR #C55EED

HEX: #C55EED
RGB: (197,94,237)

Color info

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

RGB color model

#C55EED color RGB value is (197,94,237).

  • red value is 197;
  • green value is 94;
  • blue value is 237.
RGB:
(197,94,237)
(77%,37%,93%)

RGB channels and saturation

R 197 of 255 = 77%
G 94 of 255 = 37%
B 237 of 255 = 93%

197
94
237

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

Portions of RGB colors in percentages

R + G + B =
197 + 94 + 237 = 528 (100%)
R 197 of 528 ~ 37.31%
G 94 of 528 ~ 17.8%
B 237 of 528 ~ 44.89%

%37.31
%17.8
%44.89

CMYK color model

#C55EED color CMYK value is (17,60,0,7).

  • cyan value is 16.88%
  • magenta value is 60.34%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(17,60,0,7)
C17M60Y0K7 
(17%,60%,0%,7%)
(0.17/0.60/0.00/0.07)	

CMYK percentages

%16.88
%60.34
%0
%7.06

Codes

Color #C55EED in popluar color models

C55EED
RGB19794237
HSL283°79.89%64.90%
HSB/HSV283°60.34%92.94%
CMYK16.88%60.34%0.00%
7.06%

Color #C55EED in popluar number systems.

HEXC55EED
Decimal19794237
Binary11000101101111011101101
Octal305136355

Shades and tints

Shades of #C55EED

#C55EED
(197,94,237)
#B456D8
(180,86,216)
#A34EC3
(163,78,195)
#9246AE
(146,70,174)
#813E99
(129,62,153)
#703684
(112,54,132)
#5F2E6F
(95,46,111)
#4E265A
(78,38,90)
#3D1E45
(61,30,69)
#2C1630
(44,22,48)
#1B0E1B
(27,14,27)
#000000
(0,0,0)

Tints of #C55EED

#C55EED
(197,94,237)
#CA6CEE
(202,108,238)
#CF7AEF
(207,122,239)
#D488F0
(212,136,240)
#D996F1
(217,150,241)
#DEA4F2
(222,164,242)
#E3B2F3
(227,178,243)
#E8C0F4
(232,192,244)
#EDCEF5
(237,206,245)
#F2DCF6
(242,220,246)
#F7EAF7
(247,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C55EED color. Also use rgb(197,94,237) instead hex code.

Text Font Color

.myTextColor { color: #C55EED; }

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

This text font color is #C55EED.


Background Color

.myBgColor { background-color: #C55EED; }

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

This div background color is #C55EED.


Border color

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

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

This div border color is #C55EED.


Opacity

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

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

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

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

This text has shadow with #C55EED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C55EED on black background.


Color preview on white background

This text has color #C55EED on white background.



Black color preview on #C55EED background

This text has black color on #C55EED background.


White color preview on #C55EED background

This text has white color on #C55EED background.