Html Css Color HEX #CA00FA Electric Purple

📋 copy color: '#CA00FA'

red 202 ◦ green 0 ◦ blue 250

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

Shades of Electric Purple #CA00FA

Tints of Electric Purple #CA00FA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 250 (98.05% from 255) = 55.31%

R = 44.69%
G = 0%
B = 55.31%

CMYK

 C value IS 0.19

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CA00FA (or 0xCA00FA) is known color: Electric Purple. HEX triplet: CA, 00 and FA. RGB value is (202,0,250). Sum of RGB (Red+Green+Blue) = 202+0+250=452 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.69% from 452); Green value is 0 (0.39% from 255 or 0% from 452); Blue value is 250 (98.05% from 255 or 55.31% from 452); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA00FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA00FA is #35FF05. Grayscale: #585858. Windows color (decimal): -3538694 or 16384202. OLE color: 16384202.

HSL color Cylindrical-coordinate representation of color #CA00FA: hue angle of 288.48º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA00FA is Cyan = 0.19, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 0 250 -
CMYK 0.19 1 0 0.02
HSL 288.48º 1% 0.49% -
HSV(B) 288.48º 1% 0.98% -
XYZ 41.61 19.46 92.01 -
YUV 88.9 218.92 208.67 -
System Red Green Blue C M Y K H S L
Decimal 202 0 250 0.19 1 0 0.02 288.48 1 0.49
Hex CA 0 FA 13 64 0 2 120 64 31
Octal 312 0 372 23 144 0 2 440 144 61
Binary 11001010 0 11111010 10011 1100100 0 10 100100000 1100100 110001

Color Harmonies of #CA00FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA00FA

Black with #CA00FA

Text Example


Text Example

White with #CA00FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA00FA; }

 p { color: rgb(202,0,250); }

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

background-color css

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

 a { background-color: rgb(202,0,250); }

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

border-color css

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

 span { border-color: rgb(202,0,250); }

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