#C803FC

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

Shades of Electric Purple #C803FC

Tints of Electric Purple #C803FC

Color information

#C803FC (or 0xC803FC) is unknown color: approx Electric Purple. HEX triplet: C8, 03 and FC. RGB value is (200,3,252). Sum of RGB (Red+Green+Blue) = 200+3+252=455 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.96% from 455); Green value is 3 (1.56% from 255 or 0.66% from 455); Blue value is 252 (98.83% from 255 or 55.38% from 455); Max value from RGB is 252 - color contains mainly: blue. Hex color #C803FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C803FC is #37FC03. Grayscale: #595959. Windows color (decimal): -3668996 or 16516040. OLE color: 16516040.

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

Color convert

RGB2003252-
CMYK0.210.9900.01
HSL287.47º97.65%50%-
HSV(B)287.47º98.81%98.82%-
XYZ41.4219.3793.65-
YUV90.29219.27206.25-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.96%
GREEN value IS 3 (1.56% from 255) = 0.66%
BLUE value IS 252 (98.83% from 255) = 55.38%
R=43.96%
G=0.66%
B=55.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal20032520.210.9900.01287.4797.6550
HexC83FC15630111f6232
Octal3103374251430143714262
Binary110010001111111100101011100011011000111111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C803FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C803FC; }

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

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

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

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

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

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

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

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