Html Css Color HEX #C502FC Electric Purple

📋 copy color: '#C502FC'

red 197 ◦ green 2 ◦ blue 252

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

Shades of Electric Purple #C502FC

Tints of Electric Purple #C502FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 55.88%

R = 43.68%
G = 0.44%
B = 55.88%

CMYK

 C value IS 0.22

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C502FC (or 0xC502FC) is known color: Electric Purple. HEX triplet: C5, 02 and FC. RGB value is (197,2,252). Sum of RGB (Red+Green+Blue) = 197+2+252=451 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.68% from 451); Green value is 2 (1.17% from 255 or 0.44% from 451); Blue value is 252 (98.83% from 255 or 55.88% from 451); Max value from RGB is 252 - color contains mainly: blue. Hex color #C502FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C502FC is #3AFD03. Grayscale: #585858. Windows color (decimal): -3865860 or 16515781. OLE color: 16515781.

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

Color convert

RGB 197 2 252 -
CMYK 0.22 0.99 0 0.01
HSL 286.8º 0.98% 0.5% -
HSV(B) 286.8º 0.99% 0.99% -
XYZ 40.62 18.94 93.61 -
YUV 88.81 220.1 205.17 -
System Red Green Blue C M Y K H S L
Decimal 197 2 252 0.22 0.99 0 0.01 286.8 0.98 0.5
Hex C5 2 FC 16 63 0 1 11F 62 32
Octal 305 2 374 26 143 0 1 437 142 62
Binary 11000101 10 11111100 10110 1100011 0 1 100011111 1100010 110010

Color Harmonies of #C502FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C502FC

Black with #C502FC

Text Example


Text Example

White with #C502FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C502FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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