Html Css Color HEX #C532FC Electric Purple

📋 copy color: '#C532FC'

red 197 ◦ green 50 ◦ blue 252

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

Shades of Electric Purple #C532FC

Tints of Electric Purple #C532FC

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.02%

 BLUE value IS 252 (98.83% from 255) = 50.5%

R = 39.48%
G = 10.02%
B = 50.5%

CMYK

 C value IS 0.22

 M value IS 0.80

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C532FC (or 0xC532FC) is known color: Electric Purple. HEX triplet: C5, 32 and FC. RGB value is (197,50,252). Sum of RGB (Red+Green+Blue) = 197+50+252=499 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.48% from 499); Green value is 50 (19.92% from 255 or 10.02% from 499); Blue value is 252 (98.83% from 255 or 50.50% from 499); Max value from RGB is 252 - color contains mainly: blue. Hex color #C532FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C532FC is #3ACD03. Grayscale: #747474. Windows color (decimal): -3853572 or 16528069. OLE color: 16528069.

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

Color convert

RGB 197 50 252 -
CMYK 0.22 0.80 0 0.01
HSL 283.66º 0.97% 0.59% -
HSV(B) 283.66º 0.8% 0.99% -
XYZ 41.74 21.18 93.98 -
YUV 116.98 204.2 185.07 -
System Red Green Blue C M Y K H S L
Decimal 197 50 252 0.22 0.80 0 0.01 283.66 0.97 0.59
Hex C5 32 FC 16 50 0 1 11C 61 3B
Octal 305 62 374 26 120 0 1 434 141 73
Binary 11000101 110010 11111100 10110 1010000 0 1 100011100 1100001 111011

Color Harmonies of #C532FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C532FC

Black with #C532FC

Text Example


Text Example

White with #C532FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C532FC; }

 p { color: rgb(197,50,252); }

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

background-color css

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

 a { background-color: rgb(197,50,252); }

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

border-color css

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

 span { border-color: rgb(197,50,252); }

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