#CA2DF1

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

Shades of Electric Purple #CA2DF1

Tints of Electric Purple #CA2DF1

Color information

#CA2DF1 (or 0xCA2DF1) is unknown color: approx Electric Purple. HEX triplet: CA, 2D and F1. RGB value is (202,45,241). Sum of RGB (Red+Green+Blue) = 202+45+241=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 45 (17.97% from 255 or 9.22% from 488); Blue value is 241 (94.53% from 255 or 49.39% from 488); Max value from RGB is 241 - color contains mainly: blue. Hex color #CA2DF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA2DF1 is #35D20E. Grayscale: #717171. Windows color (decimal): -3527183 or 15805898. OLE color: 15805898.

HSL color Cylindrical-coordinate representation of color #CA2DF1: hue angle of 288.06º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA2DF1 is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB20245241-
CMYK0.160.8100.05
HSL288.06º87.5%56.08%-
HSV(B)288.06º81.33%94.51%-
XYZ41.1720.7885.06-
YUV114.29199.51190.56-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.39%
GREEN value IS 45 (17.97% from 255) = 9.22%
BLUE value IS 241 (94.53% from 255) = 49.39%
R=41.39%
G=9.22%
B=49.39%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal202452410.160.8100.05288.0687.556.08
HexCA2DF11051051205838
Octal31255361201210544013070
Binary110010101011011111000110000101000101011001000001011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2DF1; }

 p { color: rgb(202,45,241); }

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

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

 a { background-color: rgb(202,45,241); }

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

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

 span { border-color: rgb(202,45,241); }

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