Html Css Color HEX #CA28F4 Electric Purple

📋 copy color: '#CA28F4'

red 202 ◦ green 40 ◦ blue 244

#CA28F4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Purple #CA28F4

Tints of Electric Purple #CA28F4

RGB

 RED value IS 202 (79.3% from 255) = 41.56%

 GREEN value IS 40 (16.02% from 255) = 8.23%

 BLUE value IS 244 (95.7% from 255) = 50.21%

R = 41.56%
G = 8.23%
B = 50.21%

CMYK

 C value IS 0.17

 M value IS 0.84

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CA28F4 (or 0xCA28F4) is known color: 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

RGB 202 40 244 -
CMYK 0.17 0.84 0 0.04
HSL 287.65º 0.9% 0.56% -
HSV(B) 287.65º 0.84% 0.96% -
XYZ 41.45 20.61 87.38 -
YUV 111.69 202.67 192.41 -
System Red Green Blue C M Y K H S L
Decimal 202 40 244 0.17 0.84 0 0.04 287.65 0.9 0.56
Hex CA 28 F4 11 54 0 4 120 5A 38
Octal 312 50 364 21 124 0 4 440 132 70
Binary 11001010 101000 11110100 10001 1010100 0 100 100100000 1011010 111000

Color Harmonies of #CA28F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA28F4

Black with #CA28F4

Text Example


Text Example

White with #CA28F4

Text Example


Text Example

HTML Codes & Css Web 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>