Html Css Color HEX #C508FC Electric Purple

📋 copy color: '#C508FC'

red 197 ◦ green 8 ◦ blue 252

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

Shades of Electric Purple #C508FC

Tints of Electric Purple #C508FC

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.75%

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

R = 43.11%
G = 1.75%
B = 55.14%

CMYK

 C value IS 0.22

 M value IS 0.97

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C508FC (or 0xC508FC) is known color: Electric Purple. HEX triplet: C5, 08 and FC. RGB value is (197,8,252). Sum of RGB (Red+Green+Blue) = 197+8+252=457 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.11% from 457); Green value is 8 (3.52% from 255 or 1.75% from 457); Blue value is 252 (98.83% from 255 or 55.14% from 457); Max value from RGB is 252 - color contains mainly: blue. Hex color #C508FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C508FC is #3AF703. Grayscale: #5B5B5B. Windows color (decimal): -3864324 or 16517317. OLE color: 16517317.

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

Color convert

RGB 197 8 252 -
CMYK 0.22 0.97 0 0.01
HSL 286.48º 0.98% 0.51% -
HSV(B) 286.48º 0.97% 0.99% -
XYZ 40.68 19.07 93.63 -
YUV 92.33 218.12 202.66 -
System Red Green Blue C M Y K H S L
Decimal 197 8 252 0.22 0.97 0 0.01 286.48 0.98 0.51
Hex C5 8 FC 16 61 0 1 11E 62 33
Octal 305 10 374 26 141 0 1 436 142 63
Binary 11000101 1000 11111100 10110 1100001 0 1 100011110 1100010 110011

Color Harmonies of #C508FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C508FC

Black with #C508FC

Text Example


Text Example

White with #C508FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C508FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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