Html Css Color HEX #C502FB Electric Purple

📋 copy color: '#C502FB'

red 197 ◦ green 2 ◦ blue 251

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

Shades of Electric Purple #C502FB

Tints of Electric Purple #C502FB

RGB

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

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

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

R = 43.78%
G = 0.44%
B = 55.78%

CMYK

 C value IS 0.22

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C502FB (or 0xC502FB) is known color: Electric Purple. HEX triplet: C5, 02 and FB. RGB value is (197,2,251). Sum of RGB (Red+Green+Blue) = 197+2+251=450 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.78% from 450); Green value is 2 (1.17% from 255 or 0.44% from 450); Blue value is 251 (98.44% from 255 or 55.78% from 450); Max value from RGB is 251 - color contains mainly: blue. Hex color #C502FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C502FB is #3AFD04. Grayscale: #575757. Windows color (decimal): -3865861 or 16450245. OLE color: 16450245.

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

Color convert

RGB 197 2 251 -
CMYK 0.22 0.99 0 0.02
HSL 286.99º 0.98% 0.5% -
HSV(B) 286.99º 0.99% 0.98% -
XYZ 40.46 18.88 92.78 -
YUV 88.69 219.6 205.25 -
System Red Green Blue C M Y K H S L
Decimal 197 2 251 0.22 0.99 0 0.02 286.99 0.98 0.5
Hex C5 2 FB 16 63 0 2 11F 62 32
Octal 305 2 373 26 143 0 2 437 142 62
Binary 11000101 10 11111011 10110 1100011 0 10 100011111 1100010 110010

Color Harmonies of #C502FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C502FB

Black with #C502FB

Text Example


Text Example

White with #C502FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C502FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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