Html Css Color HEX #C51FFD Electric Purple

📋 copy color: '#C51FFD'

red 197 ◦ green 31 ◦ blue 253

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

Shades of Electric Purple #C51FFD

Tints of Electric Purple #C51FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 52.6%

R = 40.96%
G = 6.44%
B = 52.6%

CMYK

 C value IS 0.22

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C51FFD (or 0xC51FFD) is known color: Electric Purple. HEX triplet: C5, 1F and FD. RGB value is (197,31,253). Sum of RGB (Red+Green+Blue) = 197+31+253=481 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.96% from 481); Green value is 31 (12.5% from 255 or 6.44% from 481); Blue value is 253 (99.22% from 255 or 52.60% from 481); Max value from RGB is 253 - color contains mainly: blue. Hex color #C51FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C51FFD is #3AE002. Grayscale: #696969. Windows color (decimal): -3858435 or 16588741. OLE color: 16588741.

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

Color convert

RGB 197 31 253 -
CMYK 0.22 0.88 0 0.01
HSL 284.86º 0.98% 0.56% -
HSV(B) 284.86º 0.88% 0.99% -
XYZ 41.25 19.94 94.6 -
YUV 105.94 211 192.95 -
System Red Green Blue C M Y K H S L
Decimal 197 31 253 0.22 0.88 0 0.01 284.86 0.98 0.56
Hex C5 1F FD 16 58 0 1 11D 62 38
Octal 305 37 375 26 130 0 1 435 142 70
Binary 11000101 11111 11111101 10110 1011000 0 1 100011101 1100010 111000

Color Harmonies of #C51FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51FFD

Black with #C51FFD

Text Example


Text Example

White with #C51FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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