Html Css Color HEX #CA1FFF Electric Purple

📋 copy color: '#CA1FFF'

red 202 ◦ green 31 ◦ blue 255

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

Shades of Electric Purple #CA1FFF

Tints of Electric Purple #CA1FFF

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.35%

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

R = 41.39%
G = 6.35%
B = 52.25%

CMYK

 C value IS 0.21

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CA1FFF (or 0xCA1FFF) is known color: Electric Purple. HEX triplet: CA, 1F and FF. RGB value is (202,31,255). Sum of RGB (Red+Green+Blue) = 202+31+255=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 31 (12.5% from 255 or 6.35% from 488); Blue value is 255 (100% from 255 or 52.25% from 488); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA1FFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA1FFF is #35E000. Grayscale: #6A6A6A. Windows color (decimal): -3530753 or 16719818. OLE color: 16719818.

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

Color convert

RGB 202 31 255 -
CMYK 0.21 0.88 0 0
HSL 285.8º 1% 0.56% -
HSV(B) 285.8º 0.88% 1% -
XYZ 42.9 20.76 96.35 -
YUV 107.67 211.15 195.29 -
System Red Green Blue C M Y K H S L
Decimal 202 31 255 0.21 0.88 0 0 285.8 1 0.56
Hex CA 1F FF 15 58 0 0 11E 64 38
Octal 312 37 377 25 130 0 0 436 144 70
Binary 11001010 11111 11111111 10101 1011000 0 0 100011110 1100100 111000

Color Harmonies of #CA1FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1FFF

Black with #CA1FFF

Text Example


Text Example

White with #CA1FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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