#CA32FF

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

Shades of Electric Purple #CA32FF

Tints of Electric Purple #CA32FF

Color information

#CA32FF (or 0xCA32FF) is unknown color: approx Electric Purple. HEX triplet: CA, 32 and FF. RGB value is (202,50,255). Sum of RGB (Red+Green+Blue) = 202+50+255=507 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.84% from 507); Green value is 50 (19.92% from 255 or 9.86% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA32FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA32FF is #35CD00. Grayscale: #767676. Windows color (decimal): -3525889 or 16724682. OLE color: 16724682.

HSL color Cylindrical-coordinate representation of color #CA32FF: hue angle of 284.49º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA32FF is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB20250255-
CMYK0.210.8000
HSL284.49º100%59.8%-
HSV(B)284.49º80.39%100%-
XYZ43.5522.0696.57-
YUV118.82204.86187.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.84%
GREEN value IS 50 (19.92% from 255) = 9.86%
BLUE value IS 255 (100% from 255) = 50.30%
R=39.84%
G=9.86%
B=50.30%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal202502550.210.8000284.4910059.8
HexCA32FF15500011c643c
Octal31262377251200043414474
Binary1100101011001011111111101011010000001000111001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA32FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA32FF; }

 p { color: rgb(202,50,255); }

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

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

 a { background-color: rgb(202,50,255); }

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

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

 span { border-color: rgb(202,50,255); }

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