Html Css Color HEX #C80EFE Electric Purple

📋 copy color: '#C80EFE'

red 200 ◦ green 14 ◦ blue 254

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

Shades of Electric Purple #C80EFE

Tints of Electric Purple #C80EFE

RGB

 RED value IS 200 (78.52% from 255) = 42.74%

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

 BLUE value IS 254 (99.61% from 255) = 54.27%

R = 42.74%
G = 2.99%
B = 54.27%

CMYK

 C value IS 0.21

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C80EFE (or 0xC80EFE) is known color: Electric Purple. HEX triplet: C8, 0E and FE. RGB value is (200,14,254). Sum of RGB (Red+Green+Blue) = 200+14+254=468 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.74% from 468); Green value is 14 (5.86% from 255 or 2.99% from 468); Blue value is 254 (99.61% from 255 or 54.27% from 468); Max value from RGB is 254 - color contains mainly: blue. Hex color #C80EFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C80EFE is #37F101. Grayscale: #606060. Windows color (decimal): -3666178 or 16649928. OLE color: 16649928.

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

Color convert

RGB 200 14 254 -
CMYK 0.21 0.94 0 0.00
HSL 286.5º 0.99% 0.53% -
HSV(B) 286.5º 0.94% 1% -
XYZ 41.87 19.75 95.37 -
YUV 96.97 216.62 201.49 -
System Red Green Blue C M Y K H S L
Decimal 200 14 254 0.21 0.94 0 0.00 286.5 0.99 0.53
Hex C8 E FE 15 5E 0 0 11E 63 35
Octal 310 16 376 25 136 0 0 436 143 65
Binary 11001000 1110 11111110 10101 1011110 0 0 100011110 1100011 110101

Color Harmonies of #C80EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80EFE

Black with #C80EFE

Text Example


Text Example

White with #C80EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80EFE; }

 p { color: rgb(200,14,254); }

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

background-color css

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

 a { background-color: rgb(200,14,254); }

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

border-color css

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

 span { border-color: rgb(200,14,254); }

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