#CA1BF0

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

Shades of Electric Purple #CA1BF0

Tints of Electric Purple #CA1BF0

Color information

#CA1BF0 (or 0xCA1BF0) is unknown color: approx Electric Purple. HEX triplet: CA, 1B and F0. RGB value is (202,27,240). Sum of RGB (Red+Green+Blue) = 202+27+240=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 27 (10.94% from 255 or 5.76% from 469); Blue value is 240 (94.14% from 255 or 51.17% from 469); Max value from RGB is 240 - color contains mainly: blue. Hex color #CA1BF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA1BF0 is #35E40F. Grayscale: #666666. Windows color (decimal): -3531792 or 15735754. OLE color: 15735754.

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

Color convert

RGB20227240-
CMYK0.160.8900.06
HSL289.3º87.65%52.35%-
HSV(B)289.3º88.75%94.12%-
XYZ40.4819.6384.09-
YUV103.61204.98198.18-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.07%
GREEN value IS 27 (10.94% from 255) = 5.76%
BLUE value IS 240 (94.14% from 255) = 51.17%
R=43.07%
G=5.76%
B=51.17%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal202272400.160.8900.06289.387.6552.35
HexCA1BF01059061215834
Octal31233360201310644113064
Binary11001010110111111000010000101100101101001000011011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1BF0; }

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

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

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

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

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

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

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

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