Html Css Color HEX #C60EFF Electric Purple

📋 copy color: '#C60EFF'

red 198 ◦ green 14 ◦ blue 255

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

Shades of Electric Purple #C60EFF

Tints of Electric Purple #C60EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.6%

R = 42.4%
G = 3%
B = 54.6%

CMYK

 C value IS 0.22

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C60EFF (or 0xC60EFF) is known color: Electric Purple. HEX triplet: C6, 0E and FF. RGB value is (198,14,255). Sum of RGB (Red+Green+Blue) = 198+14+255=467 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.40% from 467); Green value is 14 (5.86% from 255 or 3.00% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #C60EFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C60EFF is #39F100. Grayscale: #5F5F5F. Windows color (decimal): -3797249 or 16715462. OLE color: 16715462.

HSL color Cylindrical-coordinate representation of color #C60EFF: hue angle of 285.81º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C60EFF is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 198 14 255 -
CMYK 0.22 0.95 0 0
HSL 285.81º 1% 0.53% -
HSV(B) 285.81º 0.95% 1% -
XYZ 41.5 19.54 96.19 -
YUV 96.49 217.46 200.4 -
System Red Green Blue C M Y K H S L
Decimal 198 14 255 0.22 0.95 0 0 285.81 1 0.53
Hex C6 E FF 16 5F 0 0 11E 64 35
Octal 306 16 377 26 137 0 0 436 144 65
Binary 11000110 1110 11111111 10110 1011111 0 0 100011110 1100100 110101

Color Harmonies of #C60EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60EFF

Black with #C60EFF

Text Example


Text Example

White with #C60EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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