Html Css Color HEX #CA04FD Electric Purple

📋 copy color: '#CA04FD'

red 202 ◦ green 4 ◦ blue 253

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

Shades of Electric Purple #CA04FD

Tints of Electric Purple #CA04FD

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.87%

 BLUE value IS 253 (99.22% from 255) = 55.12%

R = 44.01%
G = 0.87%
B = 55.12%

CMYK

 C value IS 0.20

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CA04FD (or 0xCA04FD) is known color: Electric Purple. HEX triplet: CA, 04 and FD. RGB value is (202,4,253). Sum of RGB (Red+Green+Blue) = 202+4+253=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 4 (1.95% from 255 or 0.87% from 459); Blue value is 253 (99.22% from 255 or 55.12% from 459); Max value from RGB is 253 - color contains mainly: blue. Hex color #CA04FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA04FD is #35FB02. Grayscale: #5A5A5A. Windows color (decimal): -3537667 or 16581834. OLE color: 16581834.

HSL color Cylindrical-coordinate representation of color #CA04FD: hue angle of 287.71º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA04FD is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 202 4 253 -
CMYK 0.20 0.98 0 0.01
HSL 287.71º 0.98% 0.5% -
HSV(B) 287.71º 0.98% 0.99% -
XYZ 42.13 19.74 94.52 -
YUV 91.59 219.1 206.75 -
System Red Green Blue C M Y K H S L
Decimal 202 4 253 0.20 0.98 0 0.01 287.71 0.98 0.5
Hex CA 4 FD 14 62 0 1 120 62 32
Octal 312 4 375 24 142 0 1 440 142 62
Binary 11001010 100 11111101 10100 1100010 0 1 100100000 1100010 110010

Color Harmonies of #CA04FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA04FD

Black with #CA04FD

Text Example


Text Example

White with #CA04FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA04FD; }

 p { color: rgb(202,4,253); }

 H1.HeaderClassName
 {
   color: #CA04FD;
 }
 .AnyTagClassName
 {
   color: #CA04FD;
 }
</style>

background-color css

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

 a { background-color: rgb(202,4,253); }

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

border-color css

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

 span { border-color: rgb(202,4,253); }

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