Html Css Color HEX #C515FA Electric Purple

📋 copy color: '#C515FA'

red 197 ◦ green 21 ◦ blue 250

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

Shades of Electric Purple #C515FA

Tints of Electric Purple #C515FA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.49%

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

R = 42.09%
G = 4.49%
B = 53.42%

CMYK

 C value IS 0.21

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C515FA (or 0xC515FA) is known color: Electric Purple. HEX triplet: C5, 15 and FA. RGB value is (197,21,250). Sum of RGB (Red+Green+Blue) = 197+21+250=468 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.09% from 468); Green value is 21 (8.59% from 255 or 4.49% from 468); Blue value is 250 (98.05% from 255 or 53.42% from 468); Max value from RGB is 250 - color contains mainly: blue. Hex color #C515FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C515FA is #3AEA05. Grayscale: #626262. Windows color (decimal): -3860998 or 16389573. OLE color: 16389573.

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

Color convert

RGB 197 21 250 -
CMYK 0.21 0.92 0 0.02
HSL 286.11º 0.96% 0.53% -
HSV(B) 286.11º 0.92% 0.98% -
XYZ 40.55 19.31 92.03 -
YUV 99.73 212.81 197.38 -
System Red Green Blue C M Y K H S L
Decimal 197 21 250 0.21 0.92 0 0.02 286.11 0.96 0.53
Hex C5 15 FA 15 5C 0 2 11E 60 35
Octal 305 25 372 25 134 0 2 436 140 65
Binary 11000101 10101 11111010 10101 1011100 0 10 100011110 1100000 110101

Color Harmonies of #C515FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C515FA

Black with #C515FA

Text Example


Text Example

White with #C515FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C515FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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