Html Css Color HEX #C502FA Electric Purple

📋 copy color: '#C502FA'

red 197 ◦ green 2 ◦ blue 250

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

Shades of Electric Purple #C502FA

Tints of Electric Purple #C502FA

RGB

 RED value IS 197 (77.34% from 255) = 43.88%

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

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

R = 43.88%
G = 0.45%
B = 55.68%

CMYK

 C value IS 0.21

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C502FA (or 0xC502FA) is known color: Electric Purple. HEX triplet: C5, 02 and FA. RGB value is (197,2,250). Sum of RGB (Red+Green+Blue) = 197+2+250=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 2 (1.17% from 255 or 0.45% from 449); Blue value is 250 (98.05% from 255 or 55.68% from 449); Max value from RGB is 250 - color contains mainly: blue. Hex color #C502FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C502FA is #3AFD05. Grayscale: #575757. Windows color (decimal): -3865862 or 16384709. OLE color: 16384709.

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

Color convert

RGB 197 2 250 -
CMYK 0.21 0.99 0 0.02
HSL 287.18º 0.98% 0.49% -
HSV(B) 287.18º 0.99% 0.98% -
XYZ 40.3 18.82 91.95 -
YUV 88.58 219.1 205.33 -
System Red Green Blue C M Y K H S L
Decimal 197 2 250 0.21 0.99 0 0.02 287.18 0.98 0.49
Hex C5 2 FA 15 63 0 2 11F 62 31
Octal 305 2 372 25 143 0 2 437 142 61
Binary 11000101 10 11111010 10101 1100011 0 10 100011111 1100010 110001

Color Harmonies of #C502FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C502FA

Black with #C502FA

Text Example


Text Example

White with #C502FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C502FA; }

 p { color: rgb(197,2,250); }

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

background-color css

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

 a { background-color: rgb(197,2,250); }

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

border-color css

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

 span { border-color: rgb(197,2,250); }

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