Html Css Color HEX #C510FB Electric Purple

📋 copy color: '#C510FB'

red 197 ◦ green 16 ◦ blue 251

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

Shades of Electric Purple #C510FB

Tints of Electric Purple #C510FB

RGB

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

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

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

R = 42.46%
G = 3.45%
B = 54.09%

CMYK

 C value IS 0.22

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C510FB (or 0xC510FB) is known color: Electric Purple. HEX triplet: C5, 10 and FB. RGB value is (197,16,251). Sum of RGB (Red+Green+Blue) = 197+16+251=464 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.46% from 464); Green value is 16 (6.64% from 255 or 3.45% from 464); Blue value is 251 (98.44% from 255 or 54.09% from 464); Max value from RGB is 251 - color contains mainly: blue. Hex color #C510FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C510FB is #3AEF04. Grayscale: #606060. Windows color (decimal): -3862277 or 16453829. OLE color: 16453829.

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

Color convert

RGB 197 16 251 -
CMYK 0.22 0.94 0 0.02
HSL 286.21º 0.97% 0.52% -
HSV(B) 286.21º 0.94% 0.98% -
XYZ 40.62 19.21 92.83 -
YUV 96.91 214.97 199.39 -
System Red Green Blue C M Y K H S L
Decimal 197 16 251 0.22 0.94 0 0.02 286.21 0.97 0.52
Hex C5 10 FB 16 5E 0 2 11E 61 34
Octal 305 20 373 26 136 0 2 436 141 64
Binary 11000101 10000 11111011 10110 1011110 0 10 100011110 1100001 110100

Color Harmonies of #C510FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C510FB

Black with #C510FB

Text Example


Text Example

White with #C510FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C510FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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