COLOR #C67FE1

HEX: #C67FE1
RGB: (198,127,225)

Color info

#C67FE1 contains mainly red and blue colors. Web safe color of #C67FE1 is #CC66CC (or #C6C).

RGB color model

#C67FE1 color RGB value is (198,127,225).

  • red value is 198;
  • green value is 127;
  • blue value is 225.
RGB:
(198,127,225)
(78%,50%,88%)

RGB channels and saturation

R 198 of 255 = 78%
G 127 of 255 = 50%
B 225 of 255 = 88%

198
127
225

R + G + B ~ 72%. #C67FE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 127 + 225 = 550 (100%)
R 198 of 550 ~ 36%
G 127 of 550 ~ 23.09%
B 225 of 550 ~ 40.91%

%36
%23.09
%40.91

CMYK color model

#C67FE1 color CMYK value is (12,44,0,12).

  • cyan value is 12.00%
  • magenta value is 43.56%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(12,44,0,12)
C12M44Y0K12 
(12%,44%,0%,12%)
(0.12/0.44/0.00/0.12)	

CMYK percentages

%12
%43.56
%0
%11.76

Codes

Color #C67FE1 in popluar color models

C67FE1
RGB198127225
HSL283°62.03%69.02%
HSB/HSV283°43.56%88.24%
CMYK12.00%43.56%0.00%
11.76%

Color #C67FE1 in popluar number systems.

HEXC67FE1
Decimal198127225
Binary11000110111111111100001
Octal306177341

Shades and tints

Shades of #C67FE1

#C67FE1
(198,127,225)
#B474CD
(180,116,205)
#A269B9
(162,105,185)
#905EA5
(144,94,165)
#7E5391
(126,83,145)
#6C487D
(108,72,125)
#5A3D69
(90,61,105)
#483255
(72,50,85)
#362741
(54,39,65)
#241C2D
(36,28,45)
#121119
(18,17,25)
#000000
(0,0,0)

Tints of #C67FE1

#C67FE1
(198,127,225)
#CB8AE3
(203,138,227)
#D095E5
(208,149,229)
#D5A0E7
(213,160,231)
#DAABE9
(218,171,233)
#DFB6EB
(223,182,235)
#E4C1ED
(228,193,237)
#E9CCEF
(233,204,239)
#EED7F1
(238,215,241)
#F3E2F3
(243,226,243)
#F8EDF5
(248,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C67FE1 color. Also use rgb(198,127,225) instead hex code.

Text Font Color

.myTextColor { color: #C67FE1; }

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

This text font color is #C67FE1.


Background Color

.myBgColor { background-color: #C67FE1; }

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

This div background color is #C67FE1.


Border color

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

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

This div border color is #C67FE1.


Opacity

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

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

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

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

This text has shadow with #C67FE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C67FE1 on black background.


Color preview on white background

This text has color #C67FE1 on white background.



Black color preview on #C67FE1 background

This text has black color on #C67FE1 background.


White color preview on #C67FE1 background

This text has white color on #C67FE1 background.