Html Css Color HEX #C51DF8 Electric Purple

📋 copy color: '#C51DF8'

red 197 ◦ green 29 ◦ blue 248

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

Shades of Electric Purple #C51DF8

Tints of Electric Purple #C51DF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 52.32%

R = 41.56%
G = 6.12%
B = 52.32%

CMYK

 C value IS 0.21

 M value IS 0.88

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C51DF8 (or 0xC51DF8) is known color: Electric Purple. HEX triplet: C5, 1D and F8. RGB value is (197,29,248). Sum of RGB (Red+Green+Blue) = 197+29+248=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 29 (11.72% from 255 or 6.12% from 474); Blue value is 248 (97.27% from 255 or 52.32% from 474); Max value from RGB is 248 - color contains mainly: blue. Hex color #C51DF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C51DF8 is #3AE207. Grayscale: #676767. Windows color (decimal): -3858952 or 16260549. OLE color: 16260549.

HSL color Cylindrical-coordinate representation of color #C51DF8: hue angle of 286.03º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C51DF8 is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 197 29 248 -
CMYK 0.21 0.88 0 0.03
HSL 286.03º 0.94% 0.54% -
HSV(B) 286.03º 0.88% 0.97% -
XYZ 40.41 19.53 90.45 -
YUV 104.2 209.16 194.19 -
System Red Green Blue C M Y K H S L
Decimal 197 29 248 0.21 0.88 0 0.03 286.03 0.94 0.54
Hex C5 1D F8 15 58 0 3 11E 5E 36
Octal 305 35 370 25 130 0 3 436 136 66
Binary 11000101 11101 11111000 10101 1011000 0 11 100011110 1011110 110110

Color Harmonies of #C51DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51DF8

Black with #C51DF8

Text Example


Text Example

White with #C51DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51DF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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