#C334FD

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

Shades of Electric Purple #C334FD

Tints of Electric Purple #C334FD

Color information

#C334FD (or 0xC334FD) is unknown color: approx Electric Purple. HEX triplet: C3, 34 and FD. RGB value is (195,52,253). Sum of RGB (Red+Green+Blue) = 195+52+253=500 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39% from 500); Green value is 52 (20.70% from 255 or 10.4% from 500); Blue value is 253 (99.22% from 255 or 50.6% from 500); Max value from RGB is 253 - color contains mainly: blue. Hex color #C334FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C334FD is #3CCB02. Grayscale: #757575. Windows color (decimal): -3984131 or 16594115. OLE color: 16594115.

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

Color convert

RGB19552253-
CMYK0.230.7900.01
HSL282.69º98.05%59.8%-
HSV(B)282.69º79.45%99.22%-
XYZ41.4621.1594.83-
YUV117.67204.38183.16-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39%
GREEN value IS 52 (20.70% from 255) = 10.4%
BLUE value IS 253 (99.22% from 255) = 50.6%
R=39%
G=10.4%
B=50.6%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal195522530.230.7900.01282.6998.0559.8
HexC334FD174F0111b623c
Octal30364375271170143314274
Binary1100001111010011111101101111001111011000110111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C334FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C334FD; }

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

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

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

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

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

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

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

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