Html Css Color HEX #C515FC Electric Purple

📋 copy color: '#C515FC'

red 197 ◦ green 21 ◦ blue 252

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

Shades of Electric Purple #C515FC

Tints of Electric Purple #C515FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 53.62%

R = 41.91%
G = 4.47%
B = 53.62%

CMYK

 C value IS 0.22

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C515FC (or 0xC515FC) is known color: Electric Purple. HEX triplet: C5, 15 and FC. RGB value is (197,21,252). Sum of RGB (Red+Green+Blue) = 197+21+252=470 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.91% from 470); Green value is 21 (8.59% from 255 or 4.47% from 470); Blue value is 252 (98.83% from 255 or 53.62% from 470); Max value from RGB is 252 - color contains mainly: blue. Hex color #C515FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C515FC is #3AEA03. Grayscale: #636363. Windows color (decimal): -3860996 or 16520645. OLE color: 16520645.

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

Color convert

RGB 197 21 252 -
CMYK 0.22 0.92 0 0.01
HSL 285.71º 0.97% 0.54% -
HSV(B) 285.71º 0.92% 0.99% -
XYZ 40.86 19.43 93.69 -
YUV 99.96 213.81 197.22 -
System Red Green Blue C M Y K H S L
Decimal 197 21 252 0.22 0.92 0 0.01 285.71 0.97 0.54
Hex C5 15 FC 16 5C 0 1 11E 61 36
Octal 305 25 374 26 134 0 1 436 141 66
Binary 11000101 10101 11111100 10110 1011100 0 1 100011110 1100001 110110

Color Harmonies of #C515FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C515FC

Black with #C515FC

Text Example


Text Example

White with #C515FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C515FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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