Html Css Color HEX #C501EC Electric Purple

📋 copy color: '#C501EC'

red 197 ◦ green 1 ◦ blue 236

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

Shades of Electric Purple #C501EC

Tints of Electric Purple #C501EC

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.23%

 BLUE value IS 236 (92.58% from 255) = 54.38%

R = 45.39%
G = 0.23%
B = 54.38%

CMYK

 C value IS 0.17

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C501EC (or 0xC501EC) is known color: Electric Purple. HEX triplet: C5, 01 and EC. RGB value is (197,1,236). Sum of RGB (Red+Green+Blue) = 197+1+236=434 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.39% from 434); Green value is 1 (0.78% from 255 or 0.23% from 434); Blue value is 236 (92.58% from 255 or 54.38% from 434); Max value from RGB is 236 - color contains mainly: blue. Hex color #C501EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C501EC is #3AFE13. Grayscale: #555555. Windows color (decimal): -3866132 or 15466949. OLE color: 15466949.

HSL color Cylindrical-coordinate representation of color #C501EC: hue angle of 290.04º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C501EC is Cyan = 0.17, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 1 236 -
CMYK 0.17 1.00 0 0.07
HSL 290.04º 0.99% 0.46% -
HSV(B) 290.04º 1% 0.93% -
XYZ 38.18 17.95 80.81 -
YUV 86.39 212.43 206.89 -
System Red Green Blue C M Y K H S L
Decimal 197 1 236 0.17 1.00 0 0.07 290.04 0.99 0.46
Hex C5 1 EC 11 64 0 7 122 63 2E
Octal 305 1 354 21 144 0 7 442 143 56
Binary 11000101 1 11101100 10001 1100100 0 111 100100010 1100011 101110

Color Harmonies of #C501EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C501EC

Black with #C501EC

Text Example


Text Example

White with #C501EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C501EC; }

 p { color: rgb(197,1,236); }

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

background-color css

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

 a { background-color: rgb(197,1,236); }

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

border-color css

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

 span { border-color: rgb(197,1,236); }

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