Html Css Color HEX #C51CFD Electric Purple

📋 copy color: '#C51CFD'

red 197 ◦ green 28 ◦ blue 253

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

Shades of Electric Purple #C51CFD

Tints of Electric Purple #C51CFD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.86%

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

R = 41.21%
G = 5.86%
B = 52.93%

CMYK

 C value IS 0.22

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C51CFD (or 0xC51CFD) is known color: Electric Purple. HEX triplet: C5, 1C and FD. RGB value is (197,28,253). Sum of RGB (Red+Green+Blue) = 197+28+253=478 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.21% from 478); Green value is 28 (11.33% from 255 or 5.86% from 478); Blue value is 253 (99.22% from 255 or 52.93% from 478); Max value from RGB is 253 - color contains mainly: blue. Hex color #C51CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C51CFD is #3AE302. Grayscale: #676767. Windows color (decimal): -3859203 or 16587973. OLE color: 16587973.

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

Color convert

RGB 197 28 253 -
CMYK 0.22 0.89 0 0.01
HSL 285.07º 0.98% 0.55% -
HSV(B) 285.07º 0.89% 0.99% -
XYZ 41.17 19.79 94.58 -
YUV 104.18 211.99 194.2 -
System Red Green Blue C M Y K H S L
Decimal 197 28 253 0.22 0.89 0 0.01 285.07 0.98 0.55
Hex C5 1C FD 16 59 0 1 11D 62 37
Octal 305 34 375 26 131 0 1 435 142 67
Binary 11000101 11100 11111101 10110 1011001 0 1 100011101 1100010 110111

Color Harmonies of #C51CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51CFD

Black with #C51CFD

Text Example


Text Example

White with #C51CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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