Html Css Color HEX #CA31FF Electric Purple

📋 copy color: '#CA31FF'

red 202 ◦ green 49 ◦ blue 255

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

Shades of Electric Purple #CA31FF

Tints of Electric Purple #CA31FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.4%

R = 39.92%
G = 9.68%
B = 50.4%

CMYK

 C value IS 0.21

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CA31FF (or 0xCA31FF) is known color: Electric Purple. HEX triplet: CA, 31 and FF. RGB value is (202,49,255). Sum of RGB (Red+Green+Blue) = 202+49+255=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 49 (19.53% from 255 or 9.68% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA31FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA31FF is #35CE00. Grayscale: #757575. Windows color (decimal): -3526145 or 16724426. OLE color: 16724426.

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

Color convert

RGB 202 49 255 -
CMYK 0.21 0.81 0 0
HSL 284.56º 1% 0.6% -
HSV(B) 284.56º 0.81% 1% -
XYZ 43.51 21.97 96.56 -
YUV 118.23 205.19 187.75 -
System Red Green Blue C M Y K H S L
Decimal 202 49 255 0.21 0.81 0 0 284.56 1 0.6
Hex CA 31 FF 15 51 0 0 11D 64 3C
Octal 312 61 377 25 121 0 0 435 144 74
Binary 11001010 110001 11111111 10101 1010001 0 0 100011101 1100100 111100

Color Harmonies of #CA31FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA31FF

Black with #CA31FF

Text Example


Text Example

White with #CA31FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA31FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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