#CA33FF

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

Shades of Electric Purple #CA33FF

Tints of Electric Purple #CA33FF

Color information

#CA33FF (or 0xCA33FF) is unknown color: approx Electric Purple. HEX triplet: CA, 33 and FF. RGB value is (202,51,255). Sum of RGB (Red+Green+Blue) = 202+51+255=508 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.76% from 508); Green value is 51 (20.31% from 255 or 10.04% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA33FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA33FF is #35CC00. Grayscale: #767676. Windows color (decimal): -3525633 or 16724938. OLE color: 16724938.

HSL color Cylindrical-coordinate representation of color #CA33FF: hue angle of 284.41º 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 #CA33FF is Cyan = 0.21, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB20251255-
CMYK0.210.800
HSL284.41º100%60%-
HSV(B)284.41º80%100%-
XYZ43.5922.1496.58-
YUV119.4204.53186.91-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.76%
GREEN value IS 51 (20.31% from 255) = 10.04%
BLUE value IS 255 (100% from 255) = 50.20%
R=39.76%
G=10.04%
B=50.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal202512550.210.800284.4110060
HexCA33FF15500011c643c
Octal31263377251200043414474
Binary1100101011001111111111101011010000001000111001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA33FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA33FF; }

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

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

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

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

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

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

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

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