#C812F2

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

Shades of Electric Purple #C812F2

Tints of Electric Purple #C812F2

Color information

#C812F2 (or 0xC812F2) is unknown color: approx Electric Purple. HEX triplet: C8, 12 and F2. RGB value is (200,18,242). Sum of RGB (Red+Green+Blue) = 200+18+242=460 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.48% from 460); Green value is 18 (7.42% from 255 or 3.91% from 460); Blue value is 242 (94.92% from 255 or 52.61% from 460); Max value from RGB is 242 - color contains mainly: blue. Hex color #C812F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C812F2 is #37ED0D. Grayscale: #616161. Windows color (decimal): -3665166 or 15864520. OLE color: 15864520.

HSL color Cylindrical-coordinate representation of color #C812F2: hue angle of 288.75º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C812F2 is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB20018242-
CMYK0.170.9300.05
HSL288.75º89.6%50.98%-
HSV(B)288.75º92.56%94.9%-
XYZ40.0619.1285.58-
YUV97.95209.3200.79-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.48%
GREEN value IS 18 (7.42% from 255) = 3.91%
BLUE value IS 242 (94.92% from 255) = 52.61%
R=43.48%
G=3.91%
B=52.61%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal200182420.170.9300.05288.7589.650.98
HexC812F2115D051215a33
Octal31022362211350544113263
Binary11001000100101111001010001101110101011001000011011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C812F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C812F2; }

 p { color: rgb(200,18,242); }

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

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

 a { background-color: rgb(200,18,242); }

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

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

 span { border-color: rgb(200,18,242); }

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