Html Css Color HEX #C500EB Electric Purple

📋 copy color: '#C500EB'

red 197 ◦ green 0 ◦ blue 235

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

Shades of Electric Purple #C500EB

Tints of Electric Purple #C500EB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 45.6%
G = 0%
B = 54.4%

CMYK

 C value IS 0.16

 M value IS 1

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C500EB (or 0xC500EB) is known color: Electric Purple. HEX triplet: C5, 00 and EB. RGB value is (197,0,235). Sum of RGB (Red+Green+Blue) = 197+0+235=432 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.60% from 432); Green value is 0 (0.39% from 255 or 0% from 432); Blue value is 235 (92.19% from 255 or 54.40% from 432); Max value from RGB is 235 - color contains mainly: blue. Hex color #C500EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C500EB is #3AFF14. Grayscale: #545454. Windows color (decimal): -3866389 or 15401157. OLE color: 15401157.

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

Color convert

RGB 197 0 235 -
CMYK 0.16 1 0 0.08
HSL 290.3º 1% 0.46% -
HSV(B) 290.3º 1% 0.92% -
XYZ 38.02 17.87 80.04 -
YUV 85.69 212.27 207.39 -
System Red Green Blue C M Y K H S L
Decimal 197 0 235 0.16 1 0 0.08 290.3 1 0.46
Hex C5 0 EB 10 64 0 8 122 64 2E
Octal 305 0 353 20 144 0 10 442 144 56
Binary 11000101 0 11101011 10000 1100100 0 1000 100100010 1100100 101110

Color Harmonies of #C500EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C500EB

Black with #C500EB

Text Example


Text Example

White with #C500EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C500EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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