#CA28F4

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

Shades of Electric Purple #CA28F4

Tints of Electric Purple #CA28F4

Color information

#CA28F4 (or 0xCA28F4) is unknown color: approx Electric Purple. HEX triplet: CA, 28 and F4. RGB value is (202,40,244). Sum of RGB (Red+Green+Blue) = 202+40+244=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 40 (16.02% from 255 or 8.23% from 486); Blue value is 244 (95.70% from 255 or 50.21% from 486); Max value from RGB is 244 - color contains mainly: blue. Hex color #CA28F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA28F4 is #35D70B. Grayscale: #6F6F6F. Windows color (decimal): -3528460 or 16001226. OLE color: 16001226.

HSL color Cylindrical-coordinate representation of color #CA28F4: hue angle of 287.65º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA28F4 is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB20240244-
CMYK0.170.8400.04
HSL287.65º90.27%55.69%-
HSV(B)287.65º83.61%95.69%-
XYZ41.4520.6187.38-
YUV111.69202.67192.41-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.56%
GREEN value IS 40 (16.02% from 255) = 8.23%
BLUE value IS 244 (95.70% from 255) = 50.21%
R=41.56%
G=8.23%
B=50.21%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal202402440.170.8400.04287.6590.2755.69
HexCA28F41154041205a38
Octal31250364211240444013270
Binary110010101010001111010010001101010001001001000001011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA28F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA28F4; }

 p { color: rgb(202,40,244); }

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

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

 a { background-color: rgb(202,40,244); }

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

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

 span { border-color: rgb(202,40,244); }

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