#C81DFC

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

Shades of Electric Purple #C81DFC

Tints of Electric Purple #C81DFC

Color information

#C81DFC (or 0xC81DFC) is unknown color: approx Electric Purple. HEX triplet: C8, 1D and FC. RGB value is (200,29,252). Sum of RGB (Red+Green+Blue) = 200+29+252=481 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.58% from 481); Green value is 29 (11.72% from 255 or 6.03% from 481); Blue value is 252 (98.83% from 255 or 52.39% from 481); Max value from RGB is 252 - color contains mainly: blue. Hex color #C81DFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C81DFC is #37E203. Grayscale: #686868. Windows color (decimal): -3662340 or 16522696. OLE color: 16522696.

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

Color convert

RGB20029252-
CMYK0.210.8800.01
HSL286.01º97.38%55.1%-
HSV(B)286.01º88.49%98.82%-
XYZ41.8320.1993.79-
YUV105.55210.65195.37-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.58%
GREEN value IS 29 (11.72% from 255) = 6.03%
BLUE value IS 252 (98.83% from 255) = 52.39%
R=41.58%
G=6.03%
B=52.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal200292520.210.8800.01286.0197.3855.1
HexC81DFC15580111e6137
Octal31035374251300143614167
Binary110010001110111111100101011011000011000111101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C81DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C81DFC; }

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

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

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

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

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

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

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

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