Html Css Color HEX #C51DFB Electric Purple

📋 copy color: '#C51DFB'

red 197 ◦ green 29 ◦ blue 251

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

Shades of Electric Purple #C51DFB

Tints of Electric Purple #C51DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 52.62%

R = 41.3%
G = 6.08%
B = 52.62%

CMYK

 C value IS 0.22

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C51DFB (or 0xC51DFB) is known color: Electric Purple. HEX triplet: C5, 1D and FB. RGB value is (197,29,251). Sum of RGB (Red+Green+Blue) = 197+29+251=477 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.30% from 477); Green value is 29 (11.72% from 255 or 6.08% from 477); Blue value is 251 (98.44% from 255 or 52.62% from 477); Max value from RGB is 251 - color contains mainly: blue. Hex color #C51DFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C51DFB is #3AE204. Grayscale: #676767. Windows color (decimal): -3858949 or 16457157. OLE color: 16457157.

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

Color convert

RGB 197 29 251 -
CMYK 0.22 0.88 0 0.02
HSL 285.41º 0.97% 0.55% -
HSV(B) 285.41º 0.88% 0.98% -
XYZ 40.88 19.71 92.92 -
YUV 104.54 210.66 193.95 -
System Red Green Blue C M Y K H S L
Decimal 197 29 251 0.22 0.88 0 0.02 285.41 0.97 0.55
Hex C5 1D FB 16 58 0 2 11D 61 37
Octal 305 35 373 26 130 0 2 435 141 67
Binary 11000101 11101 11111011 10110 1011000 0 10 100011101 1100001 110111

Color Harmonies of #C51DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51DFB

Black with #C51DFB

Text Example


Text Example

White with #C51DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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