Html Css Color HEX #C507FB Electric Purple

📋 copy color: '#C507FB'

red 197 ◦ green 7 ◦ blue 251

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

Shades of Electric Purple #C507FB

Tints of Electric Purple #C507FB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.54%

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

R = 43.3%
G = 1.54%
B = 55.16%

CMYK

 C value IS 0.22

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C507FB (or 0xC507FB) is known color: Electric Purple. HEX triplet: C5, 07 and FB. RGB value is (197,7,251). Sum of RGB (Red+Green+Blue) = 197+7+251=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 7 (3.12% from 255 or 1.54% from 455); Blue value is 251 (98.44% from 255 or 55.16% from 455); Max value from RGB is 251 - color contains mainly: blue. Hex color #C507FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C507FB is #3AF804. Grayscale: #5A5A5A. Windows color (decimal): -3864581 or 16451525. OLE color: 16451525.

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

Color convert

RGB 197 7 251 -
CMYK 0.22 0.97 0 0.02
HSL 286.72º 0.97% 0.51% -
HSV(B) 286.72º 0.97% 0.98% -
XYZ 40.51 18.99 92.8 -
YUV 91.63 217.95 203.16 -
System Red Green Blue C M Y K H S L
Decimal 197 7 251 0.22 0.97 0 0.02 286.72 0.97 0.51
Hex C5 7 FB 16 61 0 2 11F 61 33
Octal 305 7 373 26 141 0 2 437 141 63
Binary 11000101 111 11111011 10110 1100001 0 10 100011111 1100001 110011

Color Harmonies of #C507FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C507FB

Black with #C507FB

Text Example


Text Example

White with #C507FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C507FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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