Html Css Color HEX #CA25EC Electric Purple

📋 copy color: '#CA25EC'

red 202 ◦ green 37 ◦ blue 236

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

Shades of Electric Purple #CA25EC

Tints of Electric Purple #CA25EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 49.68%

R = 42.53%
G = 7.79%
B = 49.68%

CMYK

 C value IS 0.14

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA25EC (or 0xCA25EC) is known color: Electric Purple. HEX triplet: CA, 25 and EC. RGB value is (202,37,236). Sum of RGB (Red+Green+Blue) = 202+37+236=475 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.53% from 475); Green value is 37 (14.84% from 255 or 7.79% from 475); Blue value is 236 (92.58% from 255 or 49.68% from 475); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA25EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA25EC is #35DA13. Grayscale: #6C6C6C. Windows color (decimal): -3529236 or 15476170. OLE color: 15476170.

HSL color Cylindrical-coordinate representation of color #CA25EC: hue angle of 289.75º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA25EC is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 37 236 -
CMYK 0.14 0.84 0 0.07
HSL 289.75º 0.84% 0.54% -
HSV(B) 289.75º 0.84% 0.93% -
XYZ 40.16 19.94 81.09 -
YUV 109.02 199.66 194.32 -
System Red Green Blue C M Y K H S L
Decimal 202 37 236 0.14 0.84 0 0.07 289.75 0.84 0.54
Hex CA 25 EC E 54 0 7 122 54 36
Octal 312 45 354 16 124 0 7 442 124 66
Binary 11001010 100101 11101100 1110 1010100 0 111 100100010 1010100 110110

Color Harmonies of #CA25EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA25EC

Black with #CA25EC

Text Example


Text Example

White with #CA25EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA25EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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