Html Css Color HEX #C510FF Electric Purple

📋 copy color: '#C510FF'

red 197 ◦ green 16 ◦ blue 255

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

Shades of Electric Purple #C510FF

Tints of Electric Purple #C510FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.49%

R = 42.09%
G = 3.42%
B = 54.49%

CMYK

 C value IS 0.23

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C510FF (or 0xC510FF) is known color: Electric Purple. HEX triplet: C5, 10 and FF. RGB value is (197,16,255). Sum of RGB (Red+Green+Blue) = 197+16+255=468 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.09% from 468); Green value is 16 (6.64% from 255 or 3.42% from 468); Blue value is 255 (100% from 255 or 54.49% from 468); Max value from RGB is 255 - color contains mainly: blue. Hex color #C510FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C510FF is #3AEF00. Grayscale: #606060. Windows color (decimal): -3862273 or 16715973. OLE color: 16715973.

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

Color convert

RGB 197 16 255 -
CMYK 0.23 0.94 0 0
HSL 285.44º 1% 0.53% -
HSV(B) 285.44º 0.94% 1% -
XYZ 41.26 19.46 96.19 -
YUV 97.37 216.97 199.07 -
System Red Green Blue C M Y K H S L
Decimal 197 16 255 0.23 0.94 0 0 285.44 1 0.53
Hex C5 10 FF 17 5E 0 0 11D 64 35
Octal 305 20 377 27 136 0 0 435 144 65
Binary 11000101 10000 11111111 10111 1011110 0 0 100011101 1100100 110101

Color Harmonies of #C510FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C510FF

Black with #C510FF

Text Example


Text Example

White with #C510FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C510FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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