Html Css Color HEX #C508FA Electric Purple

📋 copy color: '#C508FA'

red 197 ◦ green 8 ◦ blue 250

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

Shades of Electric Purple #C508FA

Tints of Electric Purple #C508FA

RGB

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

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

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

R = 43.3%
G = 1.76%
B = 54.95%

CMYK

 C value IS 0.21

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C508FA (or 0xC508FA) is known color: Electric Purple. HEX triplet: C5, 08 and FA. RGB value is (197,8,250). Sum of RGB (Red+Green+Blue) = 197+8+250=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 8 (3.52% from 255 or 1.76% from 455); Blue value is 250 (98.05% from 255 or 54.95% from 455); Max value from RGB is 250 - color contains mainly: blue. Hex color #C508FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C508FA is #3AF705. Grayscale: #5B5B5B. Windows color (decimal): -3864326 or 16386245. OLE color: 16386245.

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

Color convert

RGB 197 8 250 -
CMYK 0.21 0.97 0 0.02
HSL 286.86º 0.96% 0.51% -
HSV(B) 286.86º 0.97% 0.98% -
XYZ 40.37 18.95 91.97 -
YUV 92.1 217.12 202.82 -
System Red Green Blue C M Y K H S L
Decimal 197 8 250 0.21 0.97 0 0.02 286.86 0.96 0.51
Hex C5 8 FA 15 61 0 2 11F 60 33
Octal 305 10 372 25 141 0 2 437 140 63
Binary 11000101 1000 11111010 10101 1100001 0 10 100011111 1100000 110011

Color Harmonies of #C508FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C508FA

Black with #C508FA

Text Example


Text Example

White with #C508FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C508FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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