#C62EFD

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

Shades of Electric Purple #C62EFD

Tints of Electric Purple #C62EFD

Color information

#C62EFD (or 0xC62EFD) is unknown color: approx Electric Purple. HEX triplet: C6, 2E and FD. RGB value is (198,46,253). Sum of RGB (Red+Green+Blue) = 198+46+253=497 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.84% from 497); Green value is 46 (18.36% from 255 or 9.26% from 497); Blue value is 253 (99.22% from 255 or 50.91% from 497); Max value from RGB is 253 - color contains mainly: blue. Hex color #C62EFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C62EFD is #39D102. Grayscale: #727272. Windows color (decimal): -3789059 or 16592582. OLE color: 16592582.

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

Color convert

RGB19846253-
CMYK0.220.8200.01
HSL284.06º98.1%58.63%-
HSV(B)284.06º81.82%99.22%-
XYZ4221.0594.78-
YUV115.05205.86187.17-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.84%
GREEN value IS 46 (18.36% from 255) = 9.26%
BLUE value IS 253 (99.22% from 255) = 50.91%
R=39.84%
G=9.26%
B=50.91%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal198462530.220.8200.01284.0698.158.63
HexC62EFD16520111c623b
Octal30656375261220143414273
Binary1100011010111011111101101101010010011000111001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C62EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C62EFD; }

 p { color: rgb(198,46,253); }

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

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

 a { background-color: rgb(198,46,253); }

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

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

 span { border-color: rgb(198,46,253); }

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