Html Css Color HEX #CA25FE Electric Purple

📋 copy color: '#CA25FE'

red 202 ◦ green 37 ◦ blue 254

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

Shades of Electric Purple #CA25FE

Tints of Electric Purple #CA25FE

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.51%

 BLUE value IS 254 (99.61% from 255) = 51.52%

R = 40.97%
G = 7.51%
B = 51.52%

CMYK

 C value IS 0.20

 M value IS 0.85

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CA25FE (or 0xCA25FE) is known color: Electric Purple. HEX triplet: CA, 25 and FE. RGB value is (202,37,254). Sum of RGB (Red+Green+Blue) = 202+37+254=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 37 (14.84% from 255 or 7.51% from 493); Blue value is 254 (99.61% from 255 or 51.52% from 493); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA25FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA25FE is #35DA01. Grayscale: #6E6E6E. Windows color (decimal): -3529218 or 16655818. OLE color: 16655818.

HSL color Cylindrical-coordinate representation of color #CA25FE: hue angle of 285.62º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA25FE is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 202 37 254 -
CMYK 0.20 0.85 0 0.00
HSL 285.62º 0.99% 0.57% -
HSV(B) 285.62º 0.85% 1% -
XYZ 42.91 21.04 95.56 -
YUV 111.07 208.66 192.86 -
System Red Green Blue C M Y K H S L
Decimal 202 37 254 0.20 0.85 0 0.00 285.62 0.99 0.57
Hex CA 25 FE 14 55 0 0 11E 63 39
Octal 312 45 376 24 125 0 0 436 143 71
Binary 11001010 100101 11111110 10100 1010101 0 0 100011110 1100011 111001

Color Harmonies of #CA25FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA25FE

Black with #CA25FE

Text Example


Text Example

White with #CA25FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA25FE; }

 p { color: rgb(202,37,254); }

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

background-color css

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

 a { background-color: rgb(202,37,254); }

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

border-color css

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

 span { border-color: rgb(202,37,254); }

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