Html Css Color HEX #CA20FB Electric Purple

📋 copy color: '#CA20FB'

red 202 ◦ green 32 ◦ blue 251

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

Shades of Electric Purple #CA20FB

Tints of Electric Purple #CA20FB

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.6%

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

R = 41.65%
G = 6.6%
B = 51.75%

CMYK

 C value IS 0.20

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CA20FB (or 0xCA20FB) is known color: Electric Purple. HEX triplet: CA, 20 and FB. RGB value is (202,32,251). Sum of RGB (Red+Green+Blue) = 202+32+251=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 32 (12.89% from 255 or 6.60% from 485); Blue value is 251 (98.44% from 255 or 51.75% from 485); Max value from RGB is 251 - color contains mainly: blue. Hex color #CA20FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA20FB is #35DF04. Grayscale: #6B6B6B. Windows color (decimal): -3530501 or 16457930. OLE color: 16457930.

HSL color Cylindrical-coordinate representation of color #CA20FB: hue angle of 286.58º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CA20FB is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 32 251 -
CMYK 0.20 0.87 0 0.02
HSL 286.58º 0.96% 0.55% -
HSV(B) 286.58º 0.87% 0.98% -
XYZ 42.29 20.55 93.01 -
YUV 107.8 208.82 195.19 -
System Red Green Blue C M Y K H S L
Decimal 202 32 251 0.20 0.87 0 0.02 286.58 0.96 0.55
Hex CA 20 FB 14 57 0 2 11F 60 37
Octal 312 40 373 24 127 0 2 437 140 67
Binary 11001010 100000 11111011 10100 1010111 0 10 100011111 1100000 110111

Color Harmonies of #CA20FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA20FB

Black with #CA20FB

Text Example


Text Example

White with #CA20FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA20FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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