#C321FE

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

Shades of Electric Purple #C321FE

Tints of Electric Purple #C321FE

Color information

#C321FE (or 0xC321FE) is unknown color: approx Electric Purple. HEX triplet: C3, 21 and FE. RGB value is (195,33,254). Sum of RGB (Red+Green+Blue) = 195+33+254=482 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.46% from 482); Green value is 33 (13.28% from 255 or 6.85% from 482); Blue value is 254 (99.61% from 255 or 52.70% from 482); Max value from RGB is 254 - color contains mainly: blue. Hex color #C321FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C321FE is #3CDE01. Grayscale: #696969. Windows color (decimal): -3988994 or 16654787. OLE color: 16654787.

HSL color Cylindrical-coordinate representation of color #C321FE: hue angle of 283.98º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C321FE is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB19533254-
CMYK0.230.8700.00
HSL283.98º99.1%56.27%-
HSV(B)283.98º87.01%99.61%-
XYZ40.9419.8595.44-
YUV106.63211.17191.03-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.46%
GREEN value IS 33 (13.28% from 255) = 6.85%
BLUE value IS 254 (99.61% from 255) = 52.70%
R=40.46%
G=6.85%
B=52.70%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal195332540.230.8700.00283.9899.156.27
HexC321FE17570011c6338
Octal30341376271270043414370
Binary1100001110000111111110101111010111001000111001100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C321FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C321FE; }

 p { color: rgb(195,33,254); }

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

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

 a { background-color: rgb(195,33,254); }

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

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

 span { border-color: rgb(195,33,254); }

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