#C52BFD

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

Shades of Electric Purple #C52BFD

Tints of Electric Purple #C52BFD

Color information

#C52BFD (or 0xC52BFD) is unknown color: approx Electric Purple. HEX triplet: C5, 2B and FD. RGB value is (197,43,253). Sum of RGB (Red+Green+Blue) = 197+43+253=493 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.96% from 493); Green value is 43 (17.19% from 255 or 8.72% from 493); Blue value is 253 (99.22% from 255 or 51.32% from 493); Max value from RGB is 253 - color contains mainly: blue. Hex color #C52BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C52BFD is #3AD402. Grayscale: #707070. Windows color (decimal): -3855363 or 16591813. OLE color: 16591813.

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

Color convert

RGB19743253-
CMYK0.220.8300.01
HSL284º98.13%58.04%-
HSV(B)284º83%99.22%-
XYZ41.6220.6994.73-
YUV112.99207.02187.92-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.96%
GREEN value IS 43 (17.19% from 255) = 8.72%
BLUE value IS 253 (99.22% from 255) = 51.32%
R=39.96%
G=8.72%
B=51.32%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal197432530.220.8300.0128498.1358.04
HexC52BFD16530111c623a
Octal30553375261230143414272
Binary1100010110101111111101101101010011011000111001100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C52BFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C52BFD; }

 p { color: rgb(197,43,253); }

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

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

 a { background-color: rgb(197,43,253); }

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

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

 span { border-color: rgb(197,43,253); }

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