Html Css Color HEX #C60FEE Electric Purple

📋 copy color: '#C60FEE'

red 198 ◦ green 15 ◦ blue 238

#C60FEE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Purple #C60FEE

Tints of Electric Purple #C60FEE

RGB

 RED value IS 198 (77.73% from 255) = 43.9%

 GREEN value IS 15 (6.25% from 255) = 3.33%

 BLUE value IS 238 (93.36% from 255) = 52.77%

R = 43.9%
G = 3.33%
B = 52.77%

CMYK

 C value IS 0.17

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C60FEE (or 0xC60FEE) is known color: Electric Purple. HEX triplet: C6, 0F and EE. RGB value is (198,15,238). Sum of RGB (Red+Green+Blue) = 198+15+238=451 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.90% from 451); Green value is 15 (6.25% from 255 or 3.33% from 451); Blue value is 238 (93.36% from 255 or 52.77% from 451); Max value from RGB is 238 - color contains mainly: blue. Hex color #C60FEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C60FEE is #39F011. Grayscale: #5E5E5E. Windows color (decimal): -3797010 or 15601606. OLE color: 15601606.

HSL color Cylindrical-coordinate representation of color #C60FEE: hue angle of 289.24º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C60FEE is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 198 15 238 -
CMYK 0.17 0.94 0 0.07
HSL 289.24º 0.88% 0.5% -
HSV(B) 289.24º 0.94% 0.93% -
XYZ 38.89 18.52 82.41 -
YUV 95.14 208.63 201.37 -
System Red Green Blue C M Y K H S L
Decimal 198 15 238 0.17 0.94 0 0.07 289.24 0.88 0.5
Hex C6 F EE 11 5E 0 7 121 58 32
Octal 306 17 356 21 136 0 7 441 130 62
Binary 11000110 1111 11101110 10001 1011110 0 111 100100001 1011000 110010

Color Harmonies of #C60FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60FEE

Black with #C60FEE

Text Example


Text Example

White with #C60FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60FEE; }

 p { color: rgb(198,15,238); }

 H1.HeaderClassName
 {
   color: #C60FEE;
 }
 .AnyTagClassName
 {
   color: #C60FEE;
 }
</style>

background-color css

<style>
 a { background-color: #C60FEE; }

 a { background-color: rgb(198,15,238); }

 div.DivClassName
 {
   background-color: #C60FEE;
 }
 .BgClassName
 {
   background-color: #C60FEE;
 }
</style>

border-color css

<style>
 span { border-color: #C60FEE; }

 span { border-color: rgb(198,15,238); }

 td.TdClassName
 {
   border-color: #C60FEE;
 }
 .TagClassName
 {
   border-color: #C60FEE;
 }
</style>