Html Css Color HEX #CA25FD Electric Purple

📋 copy color: '#CA25FD'

red 202 ◦ green 37 ◦ blue 253

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

Shades of Electric Purple #CA25FD

Tints of Electric Purple #CA25FD

RGB

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

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

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

R = 41.06%
G = 7.52%
B = 51.42%

CMYK

 C value IS 0.20

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CA25FD (or 0xCA25FD) is known color: Electric Purple. HEX triplet: CA, 25 and FD. RGB value is (202,37,253). Sum of RGB (Red+Green+Blue) = 202+37+253=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 37 (14.84% from 255 or 7.52% from 492); Blue value is 253 (99.22% from 255 or 51.42% from 492); Max value from RGB is 253 - color contains mainly: blue. Hex color #CA25FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA25FD is #35DA02. Grayscale: #6E6E6E. Windows color (decimal): -3529219 or 16590282. OLE color: 16590282.

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

Color convert

RGB 202 37 253 -
CMYK 0.20 0.85 0 0.01
HSL 285.83º 0.98% 0.57% -
HSV(B) 285.83º 0.85% 0.99% -
XYZ 42.75 20.97 94.72 -
YUV 110.96 208.16 192.94 -
System Red Green Blue C M Y K H S L
Decimal 202 37 253 0.20 0.85 0 0.01 285.83 0.98 0.57
Hex CA 25 FD 14 55 0 1 11E 62 39
Octal 312 45 375 24 125 0 1 436 142 71
Binary 11001010 100101 11111101 10100 1010101 0 1 100011110 1100010 111001

Color Harmonies of #CA25FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA25FD

Black with #CA25FD

Text Example


Text Example

White with #CA25FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA25FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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