Html Css Color HEX #C60EFA Electric Purple

📋 copy color: '#C60EFA'

red 198 ◦ green 14 ◦ blue 250

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

Shades of Electric Purple #C60EFA

Tints of Electric Purple #C60EFA

RGB

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

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

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

R = 42.86%
G = 3.03%
B = 54.11%

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

#C60EFA (or 0xC60EFA) is known color: Electric Purple. HEX triplet: C6, 0E and FA. RGB value is (198,14,250). Sum of RGB (Red+Green+Blue) = 198+14+250=462 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.86% from 462); Green value is 14 (5.86% from 255 or 3.03% from 462); Blue value is 250 (98.05% from 255 or 54.11% from 462); Max value from RGB is 250 - color contains mainly: blue. Hex color #C60EFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C60EFA is #39F105. Grayscale: #5F5F5F. Windows color (decimal): -3797254 or 16387782. OLE color: 16387782.

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

Color convert

RGB 198 14 250 -
CMYK 0.21 0.94 0 0.02
HSL 286.78º 0.96% 0.52% -
HSV(B) 286.78º 0.94% 0.98% -
XYZ 40.7 19.22 92.01 -
YUV 95.92 214.96 200.81 -
System Red Green Blue C M Y K H S L
Decimal 198 14 250 0.21 0.94 0 0.02 286.78 0.96 0.52
Hex C6 E FA 15 5E 0 2 11F 60 34
Octal 306 16 372 25 136 0 2 437 140 64
Binary 11000110 1110 11111010 10101 1011110 0 10 100011111 1100000 110100

Color Harmonies of #C60EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60EFA

Black with #C60EFA

Text Example


Text Example

White with #C60EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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