Html Css Color HEX #C51FEE Electric Purple

📋 copy color: '#C51FEE'

red 197 ◦ green 31 ◦ blue 238

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

Shades of Electric Purple #C51FEE

Tints of Electric Purple #C51FEE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.65%

 BLUE value IS 238 (93.36% from 255) = 51.07%

R = 42.27%
G = 6.65%
B = 51.07%

CMYK

 C value IS 0.17

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C51FEE (or 0xC51FEE) is known color: Electric Purple. HEX triplet: C5, 1F and EE. RGB value is (197,31,238). Sum of RGB (Red+Green+Blue) = 197+31+238=466 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.27% from 466); Green value is 31 (12.5% from 255 or 6.65% from 466); Blue value is 238 (93.36% from 255 or 51.07% from 466); Max value from RGB is 238 - color contains mainly: blue. Hex color #C51FEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C51FEE is #3AE011. Grayscale: #676767. Windows color (decimal): -3858450 or 15605701. OLE color: 15605701.

HSL color Cylindrical-coordinate representation of color #C51FEE: hue angle of 288.12º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C51FEE is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 31 238 -
CMYK 0.17 0.87 0 0.07
HSL 288.12º 0.86% 0.53% -
HSV(B) 288.12º 0.87% 0.93% -
XYZ 38.95 19.02 82.51 -
YUV 104.23 203.5 194.17 -
System Red Green Blue C M Y K H S L
Decimal 197 31 238 0.17 0.87 0 0.07 288.12 0.86 0.53
Hex C5 1F EE 11 57 0 7 120 56 35
Octal 305 37 356 21 127 0 7 440 126 65
Binary 11000101 11111 11101110 10001 1010111 0 111 100100000 1010110 110101

Color Harmonies of #C51FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51FEE

Black with #C51FEE

Text Example


Text Example

White with #C51FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51FEE; }

 p { color: rgb(197,31,238); }

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

background-color css

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

 a { background-color: rgb(197,31,238); }

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

border-color css

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

 span { border-color: rgb(197,31,238); }

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