Html Css Color HEX #C517FE Electric Purple

📋 copy color: '#C517FE'

red 197 ◦ green 23 ◦ blue 254

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

Shades of Electric Purple #C517FE

Tints of Electric Purple #C517FE

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.85%

 BLUE value IS 254 (99.61% from 255) = 53.59%

R = 41.56%
G = 4.85%
B = 53.59%

CMYK

 C value IS 0.22

 M value IS 0.91

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C517FE (or 0xC517FE) is known color: Electric Purple. HEX triplet: C5, 17 and FE. RGB value is (197,23,254). Sum of RGB (Red+Green+Blue) = 197+23+254=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 23 (9.38% from 255 or 4.85% from 474); Blue value is 254 (99.61% from 255 or 53.59% from 474); Max value from RGB is 254 - color contains mainly: blue. Hex color #C517FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C517FE is #3AE801. Grayscale: #646464. Windows color (decimal): -3860482 or 16652229. OLE color: 16652229.

HSL color Cylindrical-coordinate representation of color #C517FE: hue angle of 285.19º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C517FE is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 197 23 254 -
CMYK 0.22 0.91 0 0.00
HSL 285.19º 0.99% 0.54% -
HSV(B) 285.19º 0.91% 1% -
XYZ 41.22 19.64 95.38 -
YUV 101.36 214.15 196.22 -
System Red Green Blue C M Y K H S L
Decimal 197 23 254 0.22 0.91 0 0.00 285.19 0.99 0.54
Hex C5 17 FE 16 5B 0 0 11D 63 36
Octal 305 27 376 26 133 0 0 435 143 66
Binary 11000101 10111 11111110 10110 1011011 0 0 100011101 1100011 110110

Color Harmonies of #C517FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C517FE

Black with #C517FE

Text Example


Text Example

White with #C517FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C517FE; }

 p { color: rgb(197,23,254); }

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

background-color css

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

 a { background-color: rgb(197,23,254); }

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

border-color css

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

 span { border-color: rgb(197,23,254); }

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