Html Css Color HEX #C80BFA Electric Purple

📋 copy color: '#C80BFA'

red 200 ◦ green 11 ◦ blue 250

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

Shades of Electric Purple #C80BFA

Tints of Electric Purple #C80BFA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.39%

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

R = 43.38%
G = 2.39%
B = 54.23%

CMYK

 C value IS 0.2

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C80BFA (or 0xC80BFA) is known color: Electric Purple. HEX triplet: C8, 0B and FA. RGB value is (200,11,250). Sum of RGB (Red+Green+Blue) = 200+11+250=461 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.38% from 461); Green value is 11 (4.69% from 255 or 2.39% from 461); Blue value is 250 (98.05% from 255 or 54.23% from 461); Max value from RGB is 250 - color contains mainly: blue. Hex color #C80BFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C80BFA is #37F405. Grayscale: #5D5D5D. Windows color (decimal): -3666950 or 16387016. OLE color: 16387016.

HSL color Cylindrical-coordinate representation of color #C80BFA: hue angle of 287.45º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C80BFA is Cyan = 0.2, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 200 11 250 -
CMYK 0.2 0.96 0 0.02
HSL 287.45º 0.96% 0.51% -
HSV(B) 287.45º 0.96% 0.98% -
XYZ 41.19 19.42 92.02 -
YUV 94.76 215.62 203.07 -
System Red Green Blue C M Y K H S L
Decimal 200 11 250 0.2 0.96 0 0.02 287.45 0.96 0.51
Hex C8 B FA 14 60 0 2 11F 60 33
Octal 310 13 372 24 140 0 2 437 140 63
Binary 11001000 1011 11111010 10100 1100000 0 10 100011111 1100000 110011

Color Harmonies of #C80BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80BFA

Black with #C80BFA

Text Example


Text Example

White with #C80BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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