COLOR #C675EE

HEX: #C675EE
RGB: (198,117,238)

Color info

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

RGB color model

#C675EE color RGB value is (198,117,238).

  • red value is 198;
  • green value is 117;
  • blue value is 238.
RGB:
(198,117,238)
(78%,46%,93%)

RGB channels and saturation

R 198 of 255 = 78%
G 117 of 255 = 46%
B 238 of 255 = 93%

198
117
238

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

Portions of RGB colors in percentages

R + G + B =
198 + 117 + 238 = 553 (100%)
R 198 of 553 ~ 35.8%
G 117 of 553 ~ 21.16%
B 238 of 553 ~ 43.04%

%35.8
%21.16
%43.04

CMYK color model

#C675EE color CMYK value is (17,51,0,7).

  • cyan value is 16.81%
  • magenta value is 50.84%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(17,51,0,7)
C17M51Y0K7 
(17%,51%,0%,7%)
(0.17/0.51/0.00/0.07)	

CMYK percentages

%16.81
%50.84
%0
%6.67

Codes

Color #C675EE in popluar color models

C675EE
RGB198117238
HSL280°78.06%69.61%
HSB/HSV280°50.84%93.33%
CMYK16.81%50.84%0.00%
6.67%

Color #C675EE in popluar number systems.

HEXC675EE
Decimal198117238
Binary11000110111010111101110
Octal306165356

Shades and tints

Shades of #C675EE

#C675EE
(198,117,238)
#B46BD9
(180,107,217)
#A261C4
(162,97,196)
#9057AF
(144,87,175)
#7E4D9A
(126,77,154)
#6C4385
(108,67,133)
#5A3970
(90,57,112)
#482F5B
(72,47,91)
#362546
(54,37,70)
#241B31
(36,27,49)
#12111C
(18,17,28)
#000000
(0,0,0)

Tints of #C675EE

#C675EE
(198,117,238)
#CB81EF
(203,129,239)
#D08DF0
(208,141,240)
#D599F1
(213,153,241)
#DAA5F2
(218,165,242)
#DFB1F3
(223,177,243)
#E4BDF4
(228,189,244)
#E9C9F5
(233,201,245)
#EED5F6
(238,213,246)
#F3E1F7
(243,225,247)
#F8EDF8
(248,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C675EE color. Also use rgb(198,117,238) instead hex code.

Text Font Color

.myTextColor { color: #C675EE; }

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

This text font color is #C675EE.


Background Color

.myBgColor { background-color: #C675EE; }

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

This div background color is #C675EE.


Border color

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

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

This div border color is #C675EE.


Opacity

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

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

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

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

This text has shadow with #C675EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C675EE on black background.


Color preview on white background

This text has color #C675EE on white background.



Black color preview on #C675EE background

This text has black color on #C675EE background.


White color preview on #C675EE background

This text has white color on #C675EE background.