#C803FB

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

Shades of Electric Purple #C803FB

Tints of Electric Purple #C803FB

Color information

#C803FB (or 0xC803FB) is unknown color: approx Electric Purple. HEX triplet: C8, 03 and FB. RGB value is (200,3,251). Sum of RGB (Red+Green+Blue) = 200+3+251=454 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.05% from 454); Green value is 3 (1.56% from 255 or 0.66% from 454); Blue value is 251 (98.44% from 255 or 55.29% from 454); Max value from RGB is 251 - color contains mainly: blue. Hex color #C803FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C803FB is #37FC04. Grayscale: #595959. Windows color (decimal): -3668997 or 16450504. OLE color: 16450504.

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

Color convert

RGB2003251-
CMYK0.200.9900.02
HSL287.66º97.64%49.8%-
HSV(B)287.66º98.8%98.43%-
XYZ41.2619.3192.82-
YUV90.18218.77206.33-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.05%
GREEN value IS 3 (1.56% from 255) = 0.66%
BLUE value IS 251 (98.44% from 255) = 55.29%
R=44.05%
G=0.66%
B=55.29%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal20032510.200.9900.02287.6697.6449.8
HexC83FB1463021206232
Octal3103373241430244014262
Binary1100100011111110111010011000110101001000001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C803FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C803FB; }

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

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

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

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

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

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

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

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