Html Css Color HEX #C51BFE Electric Purple

📋 copy color: '#C51BFE'

red 197 ◦ green 27 ◦ blue 254

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

Shades of Electric Purple #C51BFE

Tints of Electric Purple #C51BFE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.65%

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

R = 41.21%
G = 5.65%
B = 53.14%

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

#C51BFE (or 0xC51BFE) is known color: Electric Purple. HEX triplet: C5, 1B and FE. RGB value is (197,27,254). Sum of RGB (Red+Green+Blue) = 197+27+254=478 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.21% from 478); Green value is 27 (10.94% from 255 or 5.65% from 478); Blue value is 254 (99.61% from 255 or 53.14% from 478); Max value from RGB is 254 - color contains mainly: blue. Hex color #C51BFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C51BFE is #3AE401. Grayscale: #666666. Windows color (decimal): -3859458 or 16653253. OLE color: 16653253.

HSL color Cylindrical-coordinate representation of color #C51BFE: hue angle of 284.93º 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 #C51BFE is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 197 27 254 -
CMYK 0.22 0.89 0 0.00
HSL 284.93º 0.99% 0.55% -
HSV(B) 284.93º 0.89% 1% -
XYZ 41.31 19.81 95.41 -
YUV 103.71 212.82 194.54 -
System Red Green Blue C M Y K H S L
Decimal 197 27 254 0.22 0.89 0 0.00 284.93 0.99 0.55
Hex C5 1B FE 16 59 0 0 11D 63 37
Octal 305 33 376 26 131 0 0 435 143 67
Binary 11000101 11011 11111110 10110 1011001 0 0 100011101 1100011 110111

Color Harmonies of #C51BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51BFE

Black with #C51BFE

Text Example


Text Example

White with #C51BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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