Html Css Color HEX #C515FB Electric Purple

📋 copy color: '#C515FB'

red 197 ◦ green 21 ◦ blue 251

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

Shades of Electric Purple #C515FB

Tints of Electric Purple #C515FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 53.52%

R = 42%
G = 4.48%
B = 53.52%

CMYK

 C value IS 0.22

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C515FB (or 0xC515FB) is known color: Electric Purple. HEX triplet: C5, 15 and FB. RGB value is (197,21,251). Sum of RGB (Red+Green+Blue) = 197+21+251=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 21 (8.59% from 255 or 4.48% from 469); Blue value is 251 (98.44% from 255 or 53.52% from 469); Max value from RGB is 251 - color contains mainly: blue. Hex color #C515FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C515FB is #3AEA04. Grayscale: #636363. Windows color (decimal): -3860997 or 16455109. OLE color: 16455109.

HSL color Cylindrical-coordinate representation of color #C515FB: hue angle of 285.91º degrees, saturation: 0.97, 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 #C515FB is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 197 21 251 -
CMYK 0.22 0.92 0 0.02
HSL 285.91º 0.97% 0.53% -
HSV(B) 285.91º 0.92% 0.98% -
XYZ 40.71 19.37 92.86 -
YUV 99.84 213.31 197.3 -
System Red Green Blue C M Y K H S L
Decimal 197 21 251 0.22 0.92 0 0.02 285.91 0.97 0.53
Hex C5 15 FB 16 5C 0 2 11E 61 35
Octal 305 25 373 26 134 0 2 436 141 65
Binary 11000101 10101 11111011 10110 1011100 0 10 100011110 1100001 110101

Color Harmonies of #C515FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C515FB

Black with #C515FB

Text Example


Text Example

White with #C515FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C515FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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