Html Css Color HEX #C51BFC Electric Purple

📋 copy color: '#C51BFC'

red 197 ◦ green 27 ◦ blue 252

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

Shades of Electric Purple #C51BFC

Tints of Electric Purple #C51BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 52.94%

R = 41.39%
G = 5.67%
B = 52.94%

CMYK

 C value IS 0.22

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C51BFC (or 0xC51BFC) is known color: Electric Purple. HEX triplet: C5, 1B and FC. RGB value is (197,27,252). Sum of RGB (Red+Green+Blue) = 197+27+252=476 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.39% from 476); Green value is 27 (10.94% from 255 or 5.67% from 476); Blue value is 252 (98.83% from 255 or 52.94% from 476); Max value from RGB is 252 - color contains mainly: blue. Hex color #C51BFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C51BFC is #3AE403. Grayscale: #666666. Windows color (decimal): -3859460 or 16522181. OLE color: 16522181.

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

Color convert

RGB 197 27 252 -
CMYK 0.22 0.89 0 0.01
HSL 285.33º 0.97% 0.55% -
HSV(B) 285.33º 0.89% 0.99% -
XYZ 40.99 19.68 93.73 -
YUV 103.48 211.82 194.7 -
System Red Green Blue C M Y K H S L
Decimal 197 27 252 0.22 0.89 0 0.01 285.33 0.97 0.55
Hex C5 1B FC 16 59 0 1 11D 61 37
Octal 305 33 374 26 131 0 1 435 141 67
Binary 11000101 11011 11111100 10110 1011001 0 1 100011101 1100001 110111

Color Harmonies of #C51BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51BFC

Black with #C51BFC

Text Example


Text Example

White with #C51BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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