Html Css Color HEX #CA03FA Electric Purple

📋 copy color: '#CA03FA'

red 202 ◦ green 3 ◦ blue 250

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

Shades of Electric Purple #CA03FA

Tints of Electric Purple #CA03FA

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.66%

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

R = 44.4%
G = 0.66%
B = 54.95%

CMYK

 C value IS 0.19

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CA03FA (or 0xCA03FA) is known color: Electric Purple. HEX triplet: CA, 03 and FA. RGB value is (202,3,250). Sum of RGB (Red+Green+Blue) = 202+3+250=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 3 (1.56% from 255 or 0.66% from 455); Blue value is 250 (98.05% from 255 or 54.95% from 455); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA03FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA03FA is #35FC05. Grayscale: #595959. Windows color (decimal): -3537926 or 16384970. OLE color: 16384970.

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

Color convert

RGB 202 3 250 -
CMYK 0.19 0.99 0 0.02
HSL 288.34º 0.98% 0.5% -
HSV(B) 288.34º 0.99% 0.98% -
XYZ 41.65 19.52 92.02 -
YUV 90.66 217.93 207.42 -
System Red Green Blue C M Y K H S L
Decimal 202 3 250 0.19 0.99 0 0.02 288.34 0.98 0.5
Hex CA 3 FA 13 63 0 2 120 62 32
Octal 312 3 372 23 143 0 2 440 142 62
Binary 11001010 11 11111010 10011 1100011 0 10 100100000 1100010 110010

Color Harmonies of #CA03FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA03FA

Black with #CA03FA

Text Example


Text Example

White with #CA03FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA03FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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