Html Css Color HEX #C501EF Electric Purple

📋 copy color: '#C501EF'

red 197 ◦ green 1 ◦ blue 239

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

Shades of Electric Purple #C501EF

Tints of Electric Purple #C501EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 54.69%

R = 45.08%
G = 0.23%
B = 54.69%

CMYK

 C value IS 0.18

 M value IS 1.00

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C501EF (or 0xC501EF) is known color: Electric Purple. HEX triplet: C5, 01 and EF. RGB value is (197,1,239). Sum of RGB (Red+Green+Blue) = 197+1+239=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 1 (0.78% from 255 or 0.23% from 437); Blue value is 239 (93.75% from 255 or 54.69% from 437); Max value from RGB is 239 - color contains mainly: blue. Hex color #C501EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C501EF is #3AFE10. Grayscale: #555555. Windows color (decimal): -3866129 or 15663557. OLE color: 15663557.

HSL color Cylindrical-coordinate representation of color #C501EF: hue angle of 289.41º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C501EF is Cyan = 0.18, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 197 1 239 -
CMYK 0.18 1.00 0 0.06
HSL 289.41º 0.99% 0.47% -
HSV(B) 289.41º 1% 0.94% -
XYZ 38.62 18.12 83.12 -
YUV 86.74 213.93 206.65 -
System Red Green Blue C M Y K H S L
Decimal 197 1 239 0.18 1.00 0 0.06 289.41 0.99 0.47
Hex C5 1 EF 12 64 0 6 121 63 2F
Octal 305 1 357 22 144 0 6 441 143 57
Binary 11000101 1 11101111 10010 1100100 0 110 100100001 1100011 101111

Color Harmonies of #C501EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C501EF

Black with #C501EF

Text Example


Text Example

White with #C501EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C501EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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