Html Css Color HEX #C60FFA Electric Purple

📋 copy color: '#C60FFA'

red 198 ◦ green 15 ◦ blue 250

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

Shades of Electric Purple #C60FFA

Tints of Electric Purple #C60FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 54%

R = 42.76%
G = 3.24%
B = 54%

CMYK

 C value IS 0.21

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C60FFA (or 0xC60FFA) is known color: Electric Purple. HEX triplet: C6, 0F and FA. RGB value is (198,15,250). Sum of RGB (Red+Green+Blue) = 198+15+250=463 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.76% from 463); Green value is 15 (6.25% from 255 or 3.24% from 463); Blue value is 250 (98.05% from 255 or 54.00% from 463); Max value from RGB is 250 - color contains mainly: blue. Hex color #C60FFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C60FFA is #39F005. Grayscale: #5F5F5F. Windows color (decimal): -3796998 or 16388038. OLE color: 16388038.

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

Color convert

RGB 198 15 250 -
CMYK 0.21 0.94 0 0.02
HSL 286.72º 0.96% 0.52% -
HSV(B) 286.72º 0.94% 0.98% -
XYZ 40.71 19.25 92.01 -
YUV 96.51 214.63 200.39 -
System Red Green Blue C M Y K H S L
Decimal 198 15 250 0.21 0.94 0 0.02 286.72 0.96 0.52
Hex C6 F FA 15 5E 0 2 11F 60 34
Octal 306 17 372 25 136 0 2 437 140 64
Binary 11000110 1111 11111010 10101 1011110 0 10 100011111 1100000 110100

Color Harmonies of #C60FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60FFA

Black with #C60FFA

Text Example


Text Example

White with #C60FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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