Html Css Color HEX #C510FC Electric Purple

📋 copy color: '#C510FC'

red 197 ◦ green 16 ◦ blue 252

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

Shades of Electric Purple #C510FC

Tints of Electric Purple #C510FC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.44%

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

R = 42.37%
G = 3.44%
B = 54.19%

CMYK

 C value IS 0.22

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C510FC (or 0xC510FC) is known color: Electric Purple. HEX triplet: C5, 10 and FC. RGB value is (197,16,252). Sum of RGB (Red+Green+Blue) = 197+16+252=465 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.37% from 465); Green value is 16 (6.64% from 255 or 3.44% from 465); Blue value is 252 (98.83% from 255 or 54.19% from 465); Max value from RGB is 252 - color contains mainly: blue. Hex color #C510FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C510FC is #3AEF03. Grayscale: #606060. Windows color (decimal): -3862276 or 16519365. OLE color: 16519365.

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

Color convert

RGB 197 16 252 -
CMYK 0.22 0.94 0 0.01
HSL 286.02º 0.98% 0.53% -
HSV(B) 286.02º 0.94% 0.99% -
XYZ 40.78 19.27 93.67 -
YUV 97.02 215.47 199.31 -
System Red Green Blue C M Y K H S L
Decimal 197 16 252 0.22 0.94 0 0.01 286.02 0.98 0.53
Hex C5 10 FC 16 5E 0 1 11E 62 35
Octal 305 20 374 26 136 0 1 436 142 65
Binary 11000101 10000 11111100 10110 1011110 0 1 100011110 1100010 110101

Color Harmonies of #C510FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C510FC

Black with #C510FC

Text Example


Text Example

White with #C510FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C510FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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