Html Css Color HEX #C80EFA Electric Purple

📋 copy color: '#C80EFA'

red 200 ◦ green 14 ◦ blue 250

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

Shades of Electric Purple #C80EFA

Tints of Electric Purple #C80EFA

RGB

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

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

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

R = 43.1%
G = 3.02%
B = 53.88%

CMYK

 C value IS 0.2

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C80EFA (or 0xC80EFA) is known color: Electric Purple. HEX triplet: C8, 0E and FA. RGB value is (200,14,250). Sum of RGB (Red+Green+Blue) = 200+14+250=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 14 (5.86% from 255 or 3.02% from 464); Blue value is 250 (98.05% from 255 or 53.88% from 464); Max value from RGB is 250 - color contains mainly: blue. Hex color #C80EFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C80EFA is #37F105. Grayscale: #5F5F5F. Windows color (decimal): -3666182 or 16387784. OLE color: 16387784.

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

Color convert

RGB 200 14 250 -
CMYK 0.2 0.94 0 0.02
HSL 287.29º 0.96% 0.52% -
HSV(B) 287.29º 0.94% 0.98% -
XYZ 41.23 19.5 92.03 -
YUV 96.52 214.62 201.81 -
System Red Green Blue C M Y K H S L
Decimal 200 14 250 0.2 0.94 0 0.02 287.29 0.96 0.52
Hex C8 E FA 14 5E 0 2 11F 60 34
Octal 310 16 372 24 136 0 2 437 140 64
Binary 11001000 1110 11111010 10100 1011110 0 10 100011111 1100000 110100

Color Harmonies of #C80EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80EFA

Black with #C80EFA

Text Example


Text Example

White with #C80EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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