Html Css Color HEX #C80AFF Electric Purple

📋 copy color: '#C80AFF'

red 200 ◦ green 10 ◦ blue 255

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

Shades of Electric Purple #C80AFF

Tints of Electric Purple #C80AFF

RGB

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

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

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

R = 43.01%
G = 2.15%
B = 54.84%

CMYK

 C value IS 0.22

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C80AFF (or 0xC80AFF) is known color: Electric Purple. HEX triplet: C8, 0A and FF. RGB value is (200,10,255). Sum of RGB (Red+Green+Blue) = 200+10+255=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 10 (4.30% from 255 or 2.15% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #C80AFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C80AFF is #37F500. Grayscale: #5D5D5D. Windows color (decimal): -3667201 or 16714440. OLE color: 16714440.

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

Color convert

RGB 200 10 255 -
CMYK 0.22 0.96 0 0
HSL 286.53º 1% 0.52% -
HSV(B) 286.53º 0.96% 1% -
XYZ 41.98 19.72 96.2 -
YUV 94.74 218.45 203.08 -
System Red Green Blue C M Y K H S L
Decimal 200 10 255 0.22 0.96 0 0 286.53 1 0.52
Hex C8 A FF 16 60 0 0 11F 64 34
Octal 310 12 377 26 140 0 0 437 144 64
Binary 11001000 1010 11111111 10110 1100000 0 0 100011111 1100100 110100

Color Harmonies of #C80AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80AFF

Black with #C80AFF

Text Example


Text Example

White with #C80AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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