#C81BFB

Color #C81BFB Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #C81BFB

Tints of Electric Purple #C81BFB

Color information

#C81BFB (or 0xC81BFB) is unknown color: approx Electric Purple. HEX triplet: C8, 1B and FB. RGB value is (200,27,251). Sum of RGB (Red+Green+Blue) = 200+27+251=478 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.84% from 478); Green value is 27 (10.94% from 255 or 5.65% from 478); Blue value is 251 (98.44% from 255 or 52.51% from 478); Max value from RGB is 251 - color contains mainly: blue. Hex color #C81BFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C81BFB is #37E404. Grayscale: #676767. Windows color (decimal): -3662853 or 16456648. OLE color: 16456648.

HSL color Cylindrical-coordinate representation of color #C81BFB: hue angle of 286.34º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C81BFB is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB20027251-
CMYK0.200.8900.02
HSL286.34º96.55%54.51%-
HSV(B)286.34º89.24%98.43%-
XYZ41.6220.0392.94-
YUV104.26210.81196.29-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.84%
GREEN value IS 27 (10.94% from 255) = 5.65%
BLUE value IS 251 (98.44% from 255) = 52.51%
R=41.84%
G=5.65%
B=52.51%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal200272510.200.8900.02286.3496.5554.51
HexC81BFB14590211e6137
Octal31033373241310243614167
Binary1100100011011111110111010010110010101000111101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C81BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C81BFB; }

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

 H1.HeaderClassName
 {
   color: #C81BFB;
 }
 .AnyTagClassName
 {
   color: #C81BFB;
 }
</style>
background-color css

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

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

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

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

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

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