Html Css Color HEX #C80AFE Electric Purple

📋 copy color: '#C80AFE'

red 200 ◦ green 10 ◦ blue 254

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

Shades of Electric Purple #C80AFE

Tints of Electric Purple #C80AFE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.16%

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

R = 43.1%
G = 2.16%
B = 54.74%

CMYK

 C value IS 0.21

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C80AFE (or 0xC80AFE) is known color: Electric Purple. HEX triplet: C8, 0A and FE. RGB value is (200,10,254). Sum of RGB (Red+Green+Blue) = 200+10+254=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 10 (4.30% from 255 or 2.16% from 464); Blue value is 254 (99.61% from 255 or 54.74% from 464); Max value from RGB is 254 - color contains mainly: blue. Hex color #C80AFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C80AFE is #37F501. Grayscale: #5D5D5D. Windows color (decimal): -3667202 or 16648904. OLE color: 16648904.

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

Color convert

RGB 200 10 254 -
CMYK 0.21 0.96 0 0.00
HSL 286.72º 0.99% 0.52% -
HSV(B) 286.72º 0.96% 1% -
XYZ 41.82 19.65 95.36 -
YUV 94.63 217.95 203.16 -
System Red Green Blue C M Y K H S L
Decimal 200 10 254 0.21 0.96 0 0.00 286.72 0.99 0.52
Hex C8 A FE 15 60 0 0 11F 63 34
Octal 310 12 376 25 140 0 0 437 143 64
Binary 11001000 1010 11111110 10101 1100000 0 0 100011111 1100011 110100

Color Harmonies of #C80AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80AFE

Black with #C80AFE

Text Example


Text Example

White with #C80AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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