Html Css Color HEX #C51BFF Electric Purple

📋 copy color: '#C51BFF'

red 197 ◦ green 27 ◦ blue 255

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

Shades of Electric Purple #C51BFF

Tints of Electric Purple #C51BFF

RGB

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

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

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

R = 41.13%
G = 5.64%
B = 53.24%

CMYK

 C value IS 0.23

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C51BFF (or 0xC51BFF) is known color: Electric Purple. HEX triplet: C5, 1B and FF. RGB value is (197,27,255). Sum of RGB (Red+Green+Blue) = 197+27+255=479 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.13% from 479); Green value is 27 (10.94% from 255 or 5.64% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #C51BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C51BFF is #3AE400. Grayscale: #676767. Windows color (decimal): -3859457 or 16718789. OLE color: 16718789.

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

Color convert

RGB 197 27 255 -
CMYK 0.23 0.89 0 0
HSL 284.74º 1% 0.55% -
HSV(B) 284.74º 0.89% 1% -
XYZ 41.47 19.87 96.26 -
YUV 103.82 213.32 194.46 -
System Red Green Blue C M Y K H S L
Decimal 197 27 255 0.23 0.89 0 0 284.74 1 0.55
Hex C5 1B FF 17 59 0 0 11D 64 37
Octal 305 33 377 27 131 0 0 435 144 67
Binary 11000101 11011 11111111 10111 1011001 0 0 100011101 1100100 110111

Color Harmonies of #C51BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51BFF

Black with #C51BFF

Text Example


Text Example

White with #C51BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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