Html Css Color HEX #C80BFB Electric Purple

📋 copy color: '#C80BFB'

red 200 ◦ green 11 ◦ blue 251

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

Shades of Electric Purple #C80BFB

Tints of Electric Purple #C80BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 54.33%

R = 43.29%
G = 2.38%
B = 54.33%

CMYK

 C value IS 0.20

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C80BFB (or 0xC80BFB) is known color: Electric Purple. HEX triplet: C8, 0B and FB. RGB value is (200,11,251). Sum of RGB (Red+Green+Blue) = 200+11+251=462 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.29% from 462); Green value is 11 (4.69% from 255 or 2.38% from 462); Blue value is 251 (98.44% from 255 or 54.33% from 462); Max value from RGB is 251 - color contains mainly: blue. Hex color #C80BFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C80BFB is #37F404. Grayscale: #5E5E5E. Windows color (decimal): -3666949 or 16452552. OLE color: 16452552.

HSL color Cylindrical-coordinate representation of color #C80BFB: hue angle of 287.25º degrees, saturation: 0.97, 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 #C80BFB is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 200 11 251 -
CMYK 0.20 0.96 0 0.02
HSL 287.25º 0.97% 0.51% -
HSV(B) 287.25º 0.96% 0.98% -
XYZ 41.35 19.48 92.85 -
YUV 94.87 216.12 202.99 -
System Red Green Blue C M Y K H S L
Decimal 200 11 251 0.20 0.96 0 0.02 287.25 0.97 0.51
Hex C8 B FB 14 60 0 2 11F 61 33
Octal 310 13 373 24 140 0 2 437 141 63
Binary 11001000 1011 11111011 10100 1100000 0 10 100011111 1100001 110011

Color Harmonies of #C80BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80BFB

Black with #C80BFB

Text Example


Text Example

White with #C80BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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