#C32BFD

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

Shades of Electric Purple #C32BFD

Tints of Electric Purple #C32BFD

Color information

#C32BFD (or 0xC32BFD) is unknown color: approx Electric Purple. HEX triplet: C3, 2B and FD. RGB value is (195,43,253). Sum of RGB (Red+Green+Blue) = 195+43+253=491 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.71% from 491); Green value is 43 (17.19% from 255 or 8.76% from 491); Blue value is 253 (99.22% from 255 or 51.53% from 491); Max value from RGB is 253 - color contains mainly: blue. Hex color #C32BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C32BFD is #3CD402. Grayscale: #6F6F6F. Windows color (decimal): -3986435 or 16591811. OLE color: 16591811.

HSL color Cylindrical-coordinate representation of color #C32BFD: hue angle of 283.43º 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 #C32BFD is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB19543253-
CMYK0.230.8300.01
HSL283.43º98.13%58.04%-
HSV(B)283.43º83%99.22%-
XYZ41.120.4294.7-
YUV112.39207.36186.92-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.71%
GREEN value IS 43 (17.19% from 255) = 8.76%
BLUE value IS 253 (99.22% from 255) = 51.53%
R=39.71%
G=8.76%
B=51.53%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal195432530.230.8300.01283.4398.1358.04
HexC32BFD17530111b623a
Octal30353375271230143314272
Binary1100001110101111111101101111010011011000110111100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C32BFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C32BFD; }

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

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

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

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

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

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

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

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