Html Css Color HEX #C508FD Electric Purple

📋 copy color: '#C508FD'

red 197 ◦ green 8 ◦ blue 253

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

Shades of Electric Purple #C508FD

Tints of Electric Purple #C508FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 55.24%

R = 43.01%
G = 1.75%
B = 55.24%

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

#C508FD (or 0xC508FD) is known color: Electric Purple. HEX triplet: C5, 08 and FD. RGB value is (197,8,253). Sum of RGB (Red+Green+Blue) = 197+8+253=458 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.01% from 458); Green value is 8 (3.52% from 255 or 1.75% from 458); Blue value is 253 (99.22% from 255 or 55.24% from 458); Max value from RGB is 253 - color contains mainly: blue. Hex color #C508FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C508FD is #3AF702. Grayscale: #5B5B5B. Windows color (decimal): -3864323 or 16582853. OLE color: 16582853.

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

Color convert

RGB 197 8 253 -
CMYK 0.22 0.97 0 0.01
HSL 286.29º 0.98% 0.51% -
HSV(B) 286.29º 0.97% 0.99% -
XYZ 40.84 19.14 94.47 -
YUV 92.44 218.62 202.58 -
System Red Green Blue C M Y K H S L
Decimal 197 8 253 0.22 0.97 0 0.01 286.29 0.98 0.51
Hex C5 8 FD 16 61 0 1 11E 62 33
Octal 305 10 375 26 141 0 1 436 142 63
Binary 11000101 1000 11111101 10110 1100001 0 1 100011110 1100010 110011

Color Harmonies of #C508FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C508FD

Black with #C508FD

Text Example


Text Example

White with #C508FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C508FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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