Html Css Color HEX #C534FE Electric Purple

📋 copy color: '#C534FE'

red 197 ◦ green 52 ◦ blue 254

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

Shades of Electric Purple #C534FE

Tints of Electric Purple #C534FE

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.34%

 BLUE value IS 254 (99.61% from 255) = 50.5%

R = 39.17%
G = 10.34%
B = 50.5%

CMYK

 C value IS 0.22

 M value IS 0.80

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C534FE (or 0xC534FE) is known color: Electric Purple. HEX triplet: C5, 34 and FE. RGB value is (197,52,254). Sum of RGB (Red+Green+Blue) = 197+52+254=503 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.17% from 503); Green value is 52 (20.70% from 255 or 10.34% from 503); Blue value is 254 (99.61% from 255 or 50.50% from 503); Max value from RGB is 254 - color contains mainly: blue. Hex color #C534FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C534FE is #3ACB01. Grayscale: #757575. Windows color (decimal): -3853058 or 16659653. OLE color: 16659653.

HSL color Cylindrical-coordinate representation of color #C534FE: hue angle of 283.07º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C534FE is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 197 52 254 -
CMYK 0.22 0.80 0 0.00
HSL 283.07º 0.99% 0.6% -
HSV(B) 283.07º 0.8% 1% -
XYZ 42.14 21.48 95.69 -
YUV 118.38 204.54 184.07 -
System Red Green Blue C M Y K H S L
Decimal 197 52 254 0.22 0.80 0 0.00 283.07 0.99 0.6
Hex C5 34 FE 16 50 0 0 11B 63 3C
Octal 305 64 376 26 120 0 0 433 143 74
Binary 11000101 110100 11111110 10110 1010000 0 0 100011011 1100011 111100

Color Harmonies of #C534FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C534FE

Black with #C534FE

Text Example


Text Example

White with #C534FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C534FE; }

 p { color: rgb(197,52,254); }

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

background-color css

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

 a { background-color: rgb(197,52,254); }

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

border-color css

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

 span { border-color: rgb(197,52,254); }

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