#C62DF8

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

Shades of Electric Purple #C62DF8

Tints of Electric Purple #C62DF8

Color information

#C62DF8 (or 0xC62DF8) is unknown color: approx Electric Purple. HEX triplet: C6, 2D and F8. RGB value is (198,45,248). Sum of RGB (Red+Green+Blue) = 198+45+248=491 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.33% from 491); Green value is 45 (17.97% from 255 or 9.16% from 491); Blue value is 248 (97.27% from 255 or 50.51% from 491); Max value from RGB is 248 - color contains mainly: blue. Hex color #C62DF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C62DF8 is #39D207. Grayscale: #717171. Windows color (decimal): -3789320 or 16264646. OLE color: 16264646.

HSL color Cylindrical-coordinate representation of color #C62DF8: hue angle of 285.22º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C62DF8 is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB19845248-
CMYK0.200.8200.03
HSL285.22º93.55%57.45%-
HSV(B)285.22º81.85%97.25%-
XYZ41.1720.6690.62-
YUV113.89203.69187.99-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.33%
GREEN value IS 45 (17.97% from 255) = 9.16%
BLUE value IS 248 (97.27% from 255) = 50.51%
R=40.33%
G=9.16%
B=50.51%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal198452480.200.8200.03285.2293.5557.45
HexC62DF814520311d5e39
Octal30655370241220343513671
Binary11000110101101111110001010010100100111000111011011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C62DF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C62DF8; }

 p { color: rgb(198,45,248); }

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

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

 a { background-color: rgb(198,45,248); }

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

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

 span { border-color: rgb(198,45,248); }

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