#ca00f9

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

Shades of Electric Purple #CA00F9

Tints of Electric Purple #CA00F9

Color information

#CA00F9 (or 0xCA00F9) is unknown color: approx Electric Purple. HEX triplet: CA, 00 and F9. RGB value is (202,0,249). Sum of RGB (Red+Green+Blue) = 202+0+249=451 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.79% from 451); Green value is 0 (0.39% from 255 or 0% from 451); Blue value is 249 (97.66% from 255 or 55.21% from 451); Max value from RGB is 249 - color contains mainly: blue. Hex color #CA00F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA00F9 is #35FF06. Grayscale: #575757. Windows color (decimal): -3538695 or 16318666. OLE color: 16318666.

HSL color Cylindrical-coordinate representation of color #CA00F9: hue angle of 288.67º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA00F9 is Cyan = 0.19, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB2020249-
CMYK0.19100.02
HSL288.67º100%48.82%-
HSV(B)288.67º100%97.65%-
XYZ41.4619.491.18-
YUV88.78218.42208.75-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.79%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 249 (97.66% from 255) = 55.21%
R=44.79%
G=0%
B=55.21%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal20202490.19100.02288.6710048.82
HexCA0F91364021216431
Octal3120371231440244114461
Binary110010100111110011001111001000101001000011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca00f9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca00f9; }

 p { color: rgb(202,0,249); }

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

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

 a { background-color: rgb(202,0,249); }

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

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

 span { border-color: rgb(202,0,249); }

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