Html Css Color HEX #C51AFD Electric Purple

📋 copy color: '#C51AFD'

red 197 ◦ green 26 ◦ blue 253

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

Shades of Electric Purple #C51AFD

Tints of Electric Purple #C51AFD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.46%

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

R = 41.39%
G = 5.46%
B = 53.15%

CMYK

 C value IS 0.22

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C51AFD (or 0xC51AFD) is known color: Electric Purple. HEX triplet: C5, 1A and FD. RGB value is (197,26,253). Sum of RGB (Red+Green+Blue) = 197+26+253=476 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.39% from 476); Green value is 26 (10.55% from 255 or 5.46% from 476); Blue value is 253 (99.22% from 255 or 53.15% from 476); Max value from RGB is 253 - color contains mainly: blue. Hex color #C51AFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C51AFD is #3AE502. Grayscale: #666666. Windows color (decimal): -3859715 or 16587461. OLE color: 16587461.

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

Color convert

RGB 197 26 253 -
CMYK 0.22 0.90 0 0.01
HSL 285.2º 0.98% 0.55% -
HSV(B) 285.2º 0.9% 0.99% -
XYZ 41.12 19.7 94.56 -
YUV 103.01 212.65 195.04 -
System Red Green Blue C M Y K H S L
Decimal 197 26 253 0.22 0.90 0 0.01 285.2 0.98 0.55
Hex C5 1A FD 16 5A 0 1 11D 62 37
Octal 305 32 375 26 132 0 1 435 142 67
Binary 11000101 11010 11111101 10110 1011010 0 1 100011101 1100010 110111

Color Harmonies of #C51AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51AFD

Black with #C51AFD

Text Example


Text Example

White with #C51AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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