#C706FE

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

Shades of Electric Purple #C706FE

Tints of Electric Purple #C706FE

Color information

#C706FE (or 0xC706FE) is unknown color: approx Electric Purple. HEX triplet: C7, 06 and FE. RGB value is (199,6,254). Sum of RGB (Red+Green+Blue) = 199+6+254=459 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.36% from 459); Green value is 6 (2.73% from 255 or 1.31% from 459); Blue value is 254 (99.61% from 255 or 55.34% from 459); Max value from RGB is 254 - color contains mainly: blue. Hex color #C706FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C706FE is #38F901. Grayscale: #5B5B5B. Windows color (decimal): -3733762 or 16647879. OLE color: 16647879.

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

Color convert

RGB1996254-
CMYK0.220.9800.00
HSL286.69º99.2%50.98%-
HSV(B)286.69º97.64%99.61%-
XYZ41.5119.4395.33-
YUV91.98219.44204.33-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.36%
GREEN value IS 6 (2.73% from 255) = 1.31%
BLUE value IS 254 (99.61% from 255) = 55.34%
R=43.36%
G=1.31%
B=55.34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal19962540.220.9800.00286.6999.250.98
HexC76FE16620011f6333
Octal3076376261420043714363
Binary1100011111011111110101101100010001000111111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C706FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C706FE; }

 p { color: rgb(199,6,254); }

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

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

 a { background-color: rgb(199,6,254); }

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

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

 span { border-color: rgb(199,6,254); }

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