Html Css Color HEX #C51DFF Electric Purple

📋 copy color: '#C51DFF'

red 197 ◦ green 29 ◦ blue 255

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

Shades of Electric Purple #C51DFF

Tints of Electric Purple #C51DFF

RGB

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

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

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

R = 40.96%
G = 6.03%
B = 53.01%

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

#C51DFF (or 0xC51DFF) is known color: Electric Purple. HEX triplet: C5, 1D and FF. RGB value is (197,29,255). Sum of RGB (Red+Green+Blue) = 197+29+255=481 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.96% from 481); Green value is 29 (11.72% from 255 or 6.03% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #C51DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C51DFF is #3AE200. Grayscale: #686868. Windows color (decimal): -3858945 or 16719301. OLE color: 16719301.

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

Color convert

RGB 197 29 255 -
CMYK 0.23 0.89 0 0
HSL 284.6º 1% 0.56% -
HSV(B) 284.6º 0.89% 1% -
XYZ 41.52 19.97 96.27 -
YUV 105 212.66 193.62 -
System Red Green Blue C M Y K H S L
Decimal 197 29 255 0.23 0.89 0 0 284.6 1 0.56
Hex C5 1D FF 17 59 0 0 11D 64 38
Octal 305 35 377 27 131 0 0 435 144 70
Binary 11000101 11101 11111111 10111 1011001 0 0 100011101 1100100 111000

Color Harmonies of #C51DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51DFF

Black with #C51DFF

Text Example


Text Example

White with #C51DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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