Html Css Color HEX #C80FFE Electric Purple

📋 copy color: '#C80FFE'

red 200 ◦ green 15 ◦ blue 254

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

Shades of Electric Purple #C80FFE

Tints of Electric Purple #C80FFE

RGB

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

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

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

R = 42.64%
G = 3.2%
B = 54.16%

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

#C80FFE (or 0xC80FFE) is known color: Electric Purple. HEX triplet: C8, 0F and FE. RGB value is (200,15,254). Sum of RGB (Red+Green+Blue) = 200+15+254=469 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.64% from 469); Green value is 15 (6.25% from 255 or 3.20% from 469); Blue value is 254 (99.61% from 255 or 54.16% from 469); Max value from RGB is 254 - color contains mainly: blue. Hex color #C80FFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C80FFE is #37F001. Grayscale: #606060. Windows color (decimal): -3665922 or 16650184. OLE color: 16650184.

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

Color convert

RGB 200 15 254 -
CMYK 0.21 0.94 0 0.00
HSL 286.44º 0.99% 0.53% -
HSV(B) 286.44º 0.94% 1% -
XYZ 41.88 19.78 95.38 -
YUV 97.56 216.29 201.07 -
System Red Green Blue C M Y K H S L
Decimal 200 15 254 0.21 0.94 0 0.00 286.44 0.99 0.53
Hex C8 F FE 15 5E 0 0 11E 63 35
Octal 310 17 376 25 136 0 0 436 143 65
Binary 11001000 1111 11111110 10101 1011110 0 0 100011110 1100011 110101

Color Harmonies of #C80FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80FFE

Black with #C80FFE

Text Example


Text Example

White with #C80FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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