Html Css Color HEX #C60EFC Electric Purple

📋 copy color: '#C60EFC'

red 198 ◦ green 14 ◦ blue 252

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

Shades of Electric Purple #C60EFC

Tints of Electric Purple #C60EFC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.02%

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

R = 42.67%
G = 3.02%
B = 54.31%

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

#C60EFC (or 0xC60EFC) is known color: Electric Purple. HEX triplet: C6, 0E and FC. RGB value is (198,14,252). Sum of RGB (Red+Green+Blue) = 198+14+252=464 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.67% from 464); Green value is 14 (5.86% from 255 or 3.02% from 464); Blue value is 252 (98.83% from 255 or 54.31% from 464); Max value from RGB is 252 - color contains mainly: blue. Hex color #C60EFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C60EFC is #39F103. Grayscale: #5F5F5F. Windows color (decimal): -3797252 or 16518854. OLE color: 16518854.

HSL color Cylindrical-coordinate representation of color #C60EFC: hue angle of 286.39º 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 #C60EFC is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 198 14 252 -
CMYK 0.21 0.94 0 0.01
HSL 286.39º 0.98% 0.52% -
HSV(B) 286.39º 0.94% 0.99% -
XYZ 41.02 19.35 93.67 -
YUV 96.15 215.96 200.65 -
System Red Green Blue C M Y K H S L
Decimal 198 14 252 0.21 0.94 0 0.01 286.39 0.98 0.52
Hex C6 E FC 15 5E 0 1 11E 62 34
Octal 306 16 374 25 136 0 1 436 142 64
Binary 11000110 1110 11111100 10101 1011110 0 1 100011110 1100010 110100

Color Harmonies of #C60EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60EFC

Black with #C60EFC

Text Example


Text Example

White with #C60EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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