#C321FF

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

Shades of Electric Purple #C321FF

Tints of Electric Purple #C321FF

Color information

#C321FF (or 0xC321FF) is unknown color: approx Electric Purple. HEX triplet: C3, 21 and FF. RGB value is (195,33,255). Sum of RGB (Red+Green+Blue) = 195+33+255=483 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.37% from 483); Green value is 33 (13.28% from 255 or 6.83% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #C321FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C321FF is #3CDE00. Grayscale: #6A6A6A. Windows color (decimal): -3988993 or 16720323. OLE color: 16720323.

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

Color convert

RGB19533255-
CMYK0.240.8700
HSL283.78º100%56.47%-
HSV(B)283.78º87.06%100%-
XYZ41.119.9196.28-
YUV106.75211.67190.95-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.37%
GREEN value IS 33 (13.28% from 255) = 6.83%
BLUE value IS 255 (100% from 255) = 52.80%
R=40.37%
G=6.83%
B=52.80%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal195332550.240.8700283.7810056.47
HexC321FF18570011c6438
Octal30341377301270043414470
Binary1100001110000111111111110001010111001000111001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C321FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C321FF; }

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

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

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

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

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

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

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

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