#ca11f6

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

Shades of Electric Purple #CA11F6

Tints of Electric Purple #CA11F6

Color information

#CA11F6 (or 0xCA11F6) is unknown color: approx Electric Purple. HEX triplet: CA, 11 and F6. RGB value is (202,17,246). Sum of RGB (Red+Green+Blue) = 202+17+246=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 17 (7.03% from 255 or 3.66% from 465); Blue value is 246 (96.48% from 255 or 52.90% from 465); Max value from RGB is 246 - color contains mainly: blue. Hex color #CA11F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA11F6 is #35EE09. Grayscale: #616161. Windows color (decimal): -3534346 or 16126410. OLE color: 16126410.

HSL color Cylindrical-coordinate representation of color #CA11F6: hue angle of 288.47º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA11F6 is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB20217246-
CMYK0.180.9300.04
HSL288.47º92.71%51.57%-
HSV(B)288.47º93.09%96.47%-
XYZ41.1919.6188.8-
YUV98.42211.29201.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.44%
GREEN value IS 17 (7.03% from 255) = 3.66%
BLUE value IS 246 (96.48% from 255) = 52.90%
R=43.44%
G=3.66%
B=52.90%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal202172460.180.9300.04288.4792.7151.57
HexCA11F6125D041205d34
Octal31221366221350444013564
Binary11001010100011111011010010101110101001001000001011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca11f6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca11f6; }

 p { color: rgb(202,17,246); }

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

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

 a { background-color: rgb(202,17,246); }

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

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

 span { border-color: rgb(202,17,246); }

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