Html Css Color HEX #CA02FB Electric Purple

📋 copy color: '#CA02FB'

red 202 ◦ green 2 ◦ blue 251

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

Shades of Electric Purple #CA02FB

Tints of Electric Purple #CA02FB

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.44%

 BLUE value IS 251 (98.44% from 255) = 55.16%

R = 44.4%
G = 0.44%
B = 55.16%

CMYK

 C value IS 0.20

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CA02FB (or 0xCA02FB) is known color: Electric Purple. HEX triplet: CA, 02 and FB. RGB value is (202,2,251). Sum of RGB (Red+Green+Blue) = 202+2+251=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 2 (1.17% from 255 or 0.44% from 455); Blue value is 251 (98.44% from 255 or 55.16% from 455); Max value from RGB is 251 - color contains mainly: blue. Hex color #CA02FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA02FB is #35FD04. Grayscale: #595959. Windows color (decimal): -3538181 or 16450250. OLE color: 16450250.

HSL color Cylindrical-coordinate representation of color #CA02FB: hue angle of 288.19º 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 #CA02FB is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 2 251 -
CMYK 0.20 0.99 0 0.02
HSL 288.19º 0.98% 0.5% -
HSV(B) 288.19º 0.99% 0.98% -
XYZ 41.79 19.57 92.84 -
YUV 90.19 218.76 207.75 -
System Red Green Blue C M Y K H S L
Decimal 202 2 251 0.20 0.99 0 0.02 288.19 0.98 0.5
Hex CA 2 FB 14 63 0 2 120 62 32
Octal 312 2 373 24 143 0 2 440 142 62
Binary 11001010 10 11111011 10100 1100011 0 10 100100000 1100010 110010

Color Harmonies of #CA02FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA02FB

Black with #CA02FB

Text Example


Text Example

White with #CA02FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA02FB; }

 p { color: rgb(202,2,251); }

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

background-color css

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

 a { background-color: rgb(202,2,251); }

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

border-color css

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

 span { border-color: rgb(202,2,251); }

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