Html Css Color HEX #C51EEC Electric Purple

📋 copy color: '#C51EEC'

red 197 ◦ green 30 ◦ blue 236

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

Shades of Electric Purple #C51EEC

Tints of Electric Purple #C51EEC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.48%

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

R = 42.55%
G = 6.48%
B = 50.97%

CMYK

 C value IS 0.17

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C51EEC (or 0xC51EEC) is known color: Electric Purple. HEX triplet: C5, 1E and EC. RGB value is (197,30,236). Sum of RGB (Red+Green+Blue) = 197+30+236=463 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.55% from 463); Green value is 30 (12.11% from 255 or 6.48% from 463); Blue value is 236 (92.58% from 255 or 50.97% from 463); Max value from RGB is 236 - color contains mainly: blue. Hex color #C51EEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C51EEC is #3AE113. Grayscale: #666666. Windows color (decimal): -3858708 or 15474373. OLE color: 15474373.

HSL color Cylindrical-coordinate representation of color #C51EEC: hue angle of 288.64º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C51EEC is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 30 236 -
CMYK 0.17 0.87 0 0.07
HSL 288.64º 0.84% 0.52% -
HSV(B) 288.64º 0.87% 0.93% -
XYZ 38.63 18.85 80.96 -
YUV 103.42 202.83 194.75 -
System Red Green Blue C M Y K H S L
Decimal 197 30 236 0.17 0.87 0 0.07 288.64 0.84 0.52
Hex C5 1E EC 11 57 0 7 121 54 34
Octal 305 36 354 21 127 0 7 441 124 64
Binary 11000101 11110 11101100 10001 1010111 0 111 100100001 1010100 110100

Color Harmonies of #C51EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51EEC

Black with #C51EEC

Text Example


Text Example

White with #C51EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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