Html Css Color HEX #C511FF Electric Purple

📋 copy color: '#C511FF'

red 197 ◦ green 17 ◦ blue 255

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

Shades of Electric Purple #C511FF

Tints of Electric Purple #C511FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.37%

R = 42%
G = 3.62%
B = 54.37%

CMYK

 C value IS 0.23

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C511FF (or 0xC511FF) is known color: Electric Purple. HEX triplet: C5, 11 and FF. RGB value is (197,17,255). Sum of RGB (Red+Green+Blue) = 197+17+255=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 17 (7.03% from 255 or 3.62% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #C511FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C511FF is #3AEE00. Grayscale: #616161. Windows color (decimal): -3862017 or 16716229. OLE color: 16716229.

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

Color convert

RGB 197 17 255 -
CMYK 0.23 0.93 0 0
HSL 285.38º 1% 0.53% -
HSV(B) 285.38º 0.93% 1% -
XYZ 41.28 19.49 96.19 -
YUV 97.95 216.63 198.65 -
System Red Green Blue C M Y K H S L
Decimal 197 17 255 0.23 0.93 0 0 285.38 1 0.53
Hex C5 11 FF 17 5D 0 0 11D 64 35
Octal 305 21 377 27 135 0 0 435 144 65
Binary 11000101 10001 11111111 10111 1011101 0 0 100011101 1100100 110101

Color Harmonies of #C511FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C511FF

Black with #C511FF

Text Example


Text Example

White with #C511FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C511FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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