#CA16F9

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

Shades of Electric Purple #CA16F9

Tints of Electric Purple #CA16F9

Color information

#CA16F9 (or 0xCA16F9) is unknown color: approx Electric Purple. HEX triplet: CA, 16 and F9. RGB value is (202,22,249). Sum of RGB (Red+Green+Blue) = 202+22+249=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 22 (8.98% from 255 or 4.65% from 473); Blue value is 249 (97.66% from 255 or 52.64% from 473); Max value from RGB is 249 - color contains mainly: blue. Hex color #CA16F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA16F9 is #35E906. Grayscale: #646464. Windows color (decimal): -3533063 or 16324298. OLE color: 16324298.

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

Color convert

RGB20222249-
CMYK0.190.9100.02
HSL287.58º94.98%53.14%-
HSV(B)287.58º91.16%97.65%-
XYZ41.7419.9791.28-
YUV101.7211.13199.54-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.71%
GREEN value IS 22 (8.98% from 255) = 4.65%
BLUE value IS 249 (97.66% from 255) = 52.64%
R=42.71%
G=4.65%
B=52.64%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal202222490.190.9100.02287.5894.9853.14
HexCA16F9135B021205f35
Octal31226371231330244013765
Binary1100101010110111110011001110110110101001000001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA16F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA16F9; }

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

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

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

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

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

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

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

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