#C506FC

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

Shades of Electric Purple #C506FC

Tints of Electric Purple #C506FC

Color information

#C506FC (or 0xC506FC) is unknown color: approx Electric Purple. HEX triplet: C5, 06 and FC. RGB value is (197,6,252). Sum of RGB (Red+Green+Blue) = 197+6+252=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 6 (2.73% from 255 or 1.32% 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 #C506FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C506FC is #3AF903. Grayscale: #5A5A5A. Windows color (decimal): -3864836 or 16516805. OLE color: 16516805.

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

Color convert

RGB1976252-
CMYK0.220.9800.01
HSL286.59º97.62%50.59%-
HSV(B)286.59º97.62%98.82%-
XYZ40.6619.0393.63-
YUV91.15218.78203.5-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.30%
GREEN value IS 6 (2.73% from 255) = 1.32%
BLUE value IS 252 (98.83% from 255) = 55.38%
R=43.30%
G=1.32%
B=55.38%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal19762520.220.9800.01286.5997.6250.59
HexC56FC16620111f6233
Octal3056374261420143714263
Binary1100010111011111100101101100010011000111111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C506FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C506FC; }

 p { color: rgb(197,6,252); }

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

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

 a { background-color: rgb(197,6,252); }

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

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

 span { border-color: rgb(197,6,252); }

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