Html Css Color HEX #CA01FF Electric Purple

📋 copy color: '#CA01FF'

red 202 ◦ green 1 ◦ blue 255

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

Shades of Electric Purple #CA01FF

Tints of Electric Purple #CA01FF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.22%

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

R = 44.1%
G = 0.22%
B = 55.68%

CMYK

 C value IS 0.21

 M value IS 1.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CA01FF (or 0xCA01FF) is known color: Electric Purple. HEX triplet: CA, 01 and FF. RGB value is (202,1,255). Sum of RGB (Red+Green+Blue) = 202+1+255=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 1 (0.78% from 255 or 0.22% from 458); Blue value is 255 (100% from 255 or 55.68% from 458); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA01FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA01FF is #35FE00. Grayscale: #595959. Windows color (decimal): -3538433 or 16712138. OLE color: 16712138.

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

Color convert

RGB 202 1 255 -
CMYK 0.21 1.00 0 0
HSL 287.48º 1% 0.5% -
HSV(B) 287.48º 1% 1% -
XYZ 42.42 19.8 96.19 -
YUV 90.06 221.09 207.85 -
System Red Green Blue C M Y K H S L
Decimal 202 1 255 0.21 1.00 0 0 287.48 1 0.5
Hex CA 1 FF 15 64 0 0 11F 64 32
Octal 312 1 377 25 144 0 0 437 144 62
Binary 11001010 1 11111111 10101 1100100 0 0 100011111 1100100 110010

Color Harmonies of #CA01FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA01FF

Black with #CA01FF

Text Example


Text Example

White with #CA01FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA01FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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