Html Css Color HEX #CA0FFF Electric Purple

📋 copy color: '#CA0FFF'

red 202 ◦ green 15 ◦ blue 255

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

Shades of Electric Purple #CA0FFF

Tints of Electric Purple #CA0FFF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.18%

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

R = 42.8%
G = 3.18%
B = 54.03%

CMYK

 C value IS 0.21

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CA0FFF (or 0xCA0FFF) is known color: Electric Purple. HEX triplet: CA, 0F and FF. RGB value is (202,15,255). Sum of RGB (Red+Green+Blue) = 202+15+255=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 15 (6.25% from 255 or 3.18% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA0FFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA0FFF is #35F000. Grayscale: #616161. Windows color (decimal): -3534849 or 16715722. OLE color: 16715722.

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

Color convert

RGB 202 15 255 -
CMYK 0.21 0.94 0 0
HSL 286.75º 1% 0.53% -
HSV(B) 286.75º 0.94% 1% -
XYZ 42.58 20.12 96.25 -
YUV 98.27 216.45 201.99 -
System Red Green Blue C M Y K H S L
Decimal 202 15 255 0.21 0.94 0 0 286.75 1 0.53
Hex CA F FF 15 5E 0 0 11F 64 35
Octal 312 17 377 25 136 0 0 437 144 65
Binary 11001010 1111 11111111 10101 1011110 0 0 100011111 1100100 110101

Color Harmonies of #CA0FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0FFF

Black with #CA0FFF

Text Example


Text Example

White with #CA0FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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