Html Css Color HEX #C511FD Electric Purple

📋 copy color: '#C511FD'

red 197 ◦ green 17 ◦ blue 253

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

Shades of Electric Purple #C511FD

Tints of Electric Purple #C511FD

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.64%

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

R = 42.18%
G = 3.64%
B = 54.18%

CMYK

 C value IS 0.22

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C511FD (or 0xC511FD) is known color: Electric Purple. HEX triplet: C5, 11 and FD. RGB value is (197,17,253). Sum of RGB (Red+Green+Blue) = 197+17+253=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 17 (7.03% from 255 or 3.64% from 467); Blue value is 253 (99.22% from 255 or 54.18% from 467); Max value from RGB is 253 - color contains mainly: blue. Hex color #C511FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C511FD is #3AEE02. Grayscale: #606060. Windows color (decimal): -3862019 or 16585157. OLE color: 16585157.

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

Color convert

RGB 197 17 253 -
CMYK 0.22 0.93 0 0.01
HSL 285.76º 0.98% 0.53% -
HSV(B) 285.76º 0.93% 0.99% -
XYZ 40.96 19.36 94.51 -
YUV 97.72 215.63 198.81 -
System Red Green Blue C M Y K H S L
Decimal 197 17 253 0.22 0.93 0 0.01 285.76 0.98 0.53
Hex C5 11 FD 16 5D 0 1 11E 62 35
Octal 305 21 375 26 135 0 1 436 142 65
Binary 11000101 10001 11111101 10110 1011101 0 1 100011110 1100010 110101

Color Harmonies of #C511FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C511FD

Black with #C511FD

Text Example


Text Example

White with #C511FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C511FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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