#CA2CFB

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

Shades of Electric Purple #CA2CFB

Tints of Electric Purple #CA2CFB

Color information

#CA2CFB (or 0xCA2CFB) is unknown color: approx Electric Purple. HEX triplet: CA, 2C and FB. RGB value is (202,44,251). Sum of RGB (Red+Green+Blue) = 202+44+251=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 44 (17.58% from 255 or 8.85% from 497); Blue value is 251 (98.44% from 255 or 50.50% from 497); Max value from RGB is 251 - color contains mainly: blue. Hex color #CA2CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA2CFB is #35D304. Grayscale: #727272. Windows color (decimal): -3527429 or 16461002. OLE color: 16461002.

HSL color Cylindrical-coordinate representation of color #CA2CFB: hue angle of 285.8º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA2CFB is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB20244251-
CMYK0.200.8200.02
HSL285.8º96.28%57.84%-
HSV(B)285.8º82.47%98.43%-
XYZ42.6721.3293.13-
YUV114.84204.85190.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.64%
GREEN value IS 44 (17.58% from 255) = 8.85%
BLUE value IS 251 (98.44% from 255) = 50.50%
R=40.64%
G=8.85%
B=50.50%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal202442510.200.8200.02285.896.2857.84
HexCA2CFB14520211e603a
Octal31254373241220243614072
Binary11001010101100111110111010010100100101000111101100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2CFB; }

 p { color: rgb(202,44,251); }

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

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

 a { background-color: rgb(202,44,251); }

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

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

 span { border-color: rgb(202,44,251); }

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