#C806FD

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

Shades of Electric Purple #C806FD

Tints of Electric Purple #C806FD

Color information

#C806FD (or 0xC806FD) is unknown color: approx Electric Purple. HEX triplet: C8, 06 and FD. RGB value is (200,6,253). Sum of RGB (Red+Green+Blue) = 200+6+253=459 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.57% from 459); Green value is 6 (2.73% from 255 or 1.31% from 459); Blue value is 253 (99.22% from 255 or 55.12% from 459); Max value from RGB is 253 - color contains mainly: blue. Hex color #C806FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C806FD is #37F902. Grayscale: #5B5B5B. Windows color (decimal): -3668227 or 16582344. OLE color: 16582344.

HSL color Cylindrical-coordinate representation of color #C806FD: hue angle of 287.13º 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 #C806FD is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB2006253-
CMYK0.210.9800.01
HSL287.13º98.41%50.78%-
HSV(B)287.13º97.63%99.22%-
XYZ41.6119.594.5-
YUV92.16218.77204.92-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.57%
GREEN value IS 6 (2.73% from 255) = 1.31%
BLUE value IS 253 (99.22% from 255) = 55.12%
R=43.57%
G=1.31%
B=55.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal20062530.210.9800.01287.1398.4150.78
HexC86FD15620111f6233
Octal3106375251420143714263
Binary1100100011011111101101011100010011000111111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C806FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C806FD; }

 p { color: rgb(200,6,253); }

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

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

 a { background-color: rgb(200,6,253); }

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

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

 span { border-color: rgb(200,6,253); }

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