Html Css Color HEX #C51DFE Electric Purple

📋 copy color: '#C51DFE'

red 197 ◦ green 29 ◦ blue 254

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

Shades of Electric Purple #C51DFE

Tints of Electric Purple #C51DFE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.04%

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

R = 41.04%
G = 6.04%
B = 52.92%

CMYK

 C value IS 0.22

 M value IS 0.89

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C51DFE (or 0xC51DFE) is known color: Electric Purple. HEX triplet: C5, 1D and FE. RGB value is (197,29,254). Sum of RGB (Red+Green+Blue) = 197+29+254=480 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.04% from 480); Green value is 29 (11.72% from 255 or 6.04% from 480); Blue value is 254 (99.61% from 255 or 52.92% from 480); Max value from RGB is 254 - color contains mainly: blue. Hex color #C51DFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C51DFE is #3AE201. Grayscale: #686868. Windows color (decimal): -3858946 or 16653765. OLE color: 16653765.

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

Color convert

RGB 197 29 254 -
CMYK 0.22 0.89 0 0.00
HSL 284.8º 0.99% 0.55% -
HSV(B) 284.8º 0.89% 1% -
XYZ 41.35 19.9 95.43 -
YUV 104.88 212.16 193.7 -
System Red Green Blue C M Y K H S L
Decimal 197 29 254 0.22 0.89 0 0.00 284.8 0.99 0.55
Hex C5 1D FE 16 59 0 0 11D 63 37
Octal 305 35 376 26 131 0 0 435 143 67
Binary 11000101 11101 11111110 10110 1011001 0 0 100011101 1100011 110111

Color Harmonies of #C51DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51DFE

Black with #C51DFE

Text Example


Text Example

White with #C51DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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