Html Css Color HEX #C511FA Electric Purple

📋 copy color: '#C511FA'

red 197 ◦ green 17 ◦ blue 250

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

Shades of Electric Purple #C511FA

Tints of Electric Purple #C511FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 53.88%

R = 42.46%
G = 3.66%
B = 53.88%

CMYK

 C value IS 0.21

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C511FA (or 0xC511FA) is known color: Electric Purple. HEX triplet: C5, 11 and FA. RGB value is (197,17,250). Sum of RGB (Red+Green+Blue) = 197+17+250=464 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.46% from 464); Green value is 17 (7.03% from 255 or 3.66% from 464); Blue value is 250 (98.05% from 255 or 53.88% from 464); Max value from RGB is 250 - color contains mainly: blue. Hex color #C511FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C511FA is #3AEE05. Grayscale: #606060. Windows color (decimal): -3862022 or 16388549. OLE color: 16388549.

HSL color Cylindrical-coordinate representation of color #C511FA: hue angle of 286.35º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C511FA is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 197 17 250 -
CMYK 0.21 0.93 0 0.02
HSL 286.35º 0.96% 0.52% -
HSV(B) 286.35º 0.93% 0.98% -
XYZ 40.48 19.17 92.01 -
YUV 97.38 214.13 199.05 -
System Red Green Blue C M Y K H S L
Decimal 197 17 250 0.21 0.93 0 0.02 286.35 0.96 0.52
Hex C5 11 FA 15 5D 0 2 11E 60 34
Octal 305 21 372 25 135 0 2 436 140 64
Binary 11000101 10001 11111010 10101 1011101 0 10 100011110 1100000 110100

Color Harmonies of #C511FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C511FA

Black with #C511FA

Text Example


Text Example

White with #C511FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C511FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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