Html Css Color HEX #C501EB Electric Purple

📋 copy color: '#C501EB'

red 197 ◦ green 1 ◦ blue 235

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

Shades of Electric Purple #C501EB

Tints of Electric Purple #C501EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 54.27%

R = 45.5%
G = 0.23%
B = 54.27%

CMYK

 C value IS 0.16

 M value IS 1.00

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C501EB (or 0xC501EB) is known color: Electric Purple. HEX triplet: C5, 01 and EB. RGB value is (197,1,235). Sum of RGB (Red+Green+Blue) = 197+1+235=433 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.50% from 433); Green value is 1 (0.78% from 255 or 0.23% from 433); Blue value is 235 (92.19% from 255 or 54.27% from 433); Max value from RGB is 235 - color contains mainly: blue. Hex color #C501EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C501EB is #3AFE14. Grayscale: #555555. Windows color (decimal): -3866133 or 15401413. OLE color: 15401413.

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

Color convert

RGB 197 1 235 -
CMYK 0.16 1.00 0 0.08
HSL 290.26º 0.99% 0.46% -
HSV(B) 290.26º 1% 0.92% -
XYZ 38.03 17.89 80.05 -
YUV 86.28 211.93 206.97 -
System Red Green Blue C M Y K H S L
Decimal 197 1 235 0.16 1.00 0 0.08 290.26 0.99 0.46
Hex C5 1 EB 10 64 0 8 122 63 2E
Octal 305 1 353 20 144 0 10 442 143 56
Binary 11000101 1 11101011 10000 1100100 0 1000 100100010 1100011 101110

Color Harmonies of #C501EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C501EB

Black with #C501EB

Text Example


Text Example

White with #C501EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C501EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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