Html Css Color HEX #CA31FE Electric Purple

📋 copy color: '#CA31FE'

red 202 ◦ green 49 ◦ blue 254

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

Shades of Electric Purple #CA31FE

Tints of Electric Purple #CA31FE

RGB

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

 GREEN value IS 49 (19.53% from 255) = 9.7%

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

R = 40%
G = 9.7%
B = 50.3%

CMYK

 C value IS 0.20

 M value IS 0.81

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CA31FE (or 0xCA31FE) is known color: Electric Purple. HEX triplet: CA, 31 and FE. RGB value is (202,49,254). Sum of RGB (Red+Green+Blue) = 202+49+254=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 49 (19.53% from 255 or 9.70% from 505); Blue value is 254 (99.61% from 255 or 50.30% from 505); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA31FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA31FE is #35CE01. Grayscale: #757575. Windows color (decimal): -3526146 or 16658890. OLE color: 16658890.

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

Color convert

RGB 202 49 254 -
CMYK 0.20 0.81 0 0.00
HSL 284.78º 0.99% 0.59% -
HSV(B) 284.78º 0.81% 1% -
XYZ 43.34 21.91 95.71 -
YUV 118.12 204.69 187.83 -
System Red Green Blue C M Y K H S L
Decimal 202 49 254 0.20 0.81 0 0.00 284.78 0.99 0.59
Hex CA 31 FE 14 51 0 0 11D 63 3B
Octal 312 61 376 24 121 0 0 435 143 73
Binary 11001010 110001 11111110 10100 1010001 0 0 100011101 1100011 111011

Color Harmonies of #CA31FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA31FE

Black with #CA31FE

Text Example


Text Example

White with #CA31FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA31FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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