#CA09F0

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

Shades of Electric Purple #CA09F0

Tints of Electric Purple #CA09F0

Color information

#CA09F0 (or 0xCA09F0) is unknown color: approx Electric Purple. HEX triplet: CA, 09 and F0. RGB value is (202,9,240). Sum of RGB (Red+Green+Blue) = 202+9+240=451 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.79% from 451); Green value is 9 (3.91% from 255 or 2.00% from 451); Blue value is 240 (94.14% from 255 or 53.22% from 451); Max value from RGB is 240 - color contains mainly: blue. Hex color #CA09F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA09F0 is #35F60F. Grayscale: #5C5C5C. Windows color (decimal): -3536400 or 15731146. OLE color: 15731146.

HSL color Cylindrical-coordinate representation of color #CA09F0: hue angle of 290.13º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CA09F0 is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB2029240-
CMYK0.160.9600.06
HSL290.13º92.77%48.82%-
HSV(B)290.13º96.25%94.12%-
XYZ40.1819.0484-
YUV93.04210.94205.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.79%
GREEN value IS 9 (3.91% from 255) = 2.00%
BLUE value IS 240 (94.14% from 255) = 53.22%
R=44.79%
G=2.00%
B=53.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal20292400.160.9600.06290.1392.7748.82
HexCA9F01060061225d31
Octal31211360201400644213561
Binary1100101010011111000010000110000001101001000101011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA09F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA09F0; }

 p { color: rgb(202,9,240); }

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

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

 a { background-color: rgb(202,9,240); }

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

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

 span { border-color: rgb(202,9,240); }

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