Html Css Color HEX #C60FFC Electric Purple

📋 copy color: '#C60FFC'

red 198 ◦ green 15 ◦ blue 252

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

Shades of Electric Purple #C60FFC

Tints of Electric Purple #C60FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 54.19%

R = 42.58%
G = 3.23%
B = 54.19%

CMYK

 C value IS 0.21

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C60FFC (or 0xC60FFC) is known color: Electric Purple. HEX triplet: C6, 0F and FC. RGB value is (198,15,252). Sum of RGB (Red+Green+Blue) = 198+15+252=465 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.58% from 465); Green value is 15 (6.25% from 255 or 3.23% from 465); Blue value is 252 (98.83% from 255 or 54.19% from 465); Max value from RGB is 252 - color contains mainly: blue. Hex color #C60FFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C60FFC is #39F003. Grayscale: #5F5F5F. Windows color (decimal): -3796996 or 16519110. OLE color: 16519110.

HSL color Cylindrical-coordinate representation of color #C60FFC: hue angle of 286.33º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C60FFC is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 198 15 252 -
CMYK 0.21 0.94 0 0.01
HSL 286.33º 0.98% 0.52% -
HSV(B) 286.33º 0.94% 0.99% -
XYZ 41.03 19.38 93.67 -
YUV 96.74 215.63 200.23 -
System Red Green Blue C M Y K H S L
Decimal 198 15 252 0.21 0.94 0 0.01 286.33 0.98 0.52
Hex C6 F FC 15 5E 0 1 11E 62 34
Octal 306 17 374 25 136 0 1 436 142 64
Binary 11000110 1111 11111100 10101 1011110 0 1 100011110 1100010 110100

Color Harmonies of #C60FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60FFC

Black with #C60FFC

Text Example


Text Example

White with #C60FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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