Html Css Color HEX #C532FF Electric Purple

📋 copy color: '#C532FF'

red 197 ◦ green 50 ◦ blue 255

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

Shades of Electric Purple #C532FF

Tints of Electric Purple #C532FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.8%

R = 39.24%
G = 9.96%
B = 50.8%

CMYK

 C value IS 0.23

 M value IS 0.80

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C532FF (or 0xC532FF) is known color: Electric Purple. HEX triplet: C5, 32 and FF. RGB value is (197,50,255). Sum of RGB (Red+Green+Blue) = 197+50+255=502 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.24% from 502); Green value is 50 (19.92% from 255 or 9.96% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #C532FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C532FF is #3ACD00. Grayscale: #747474. Windows color (decimal): -3853569 or 16724677. OLE color: 16724677.

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

Color convert

RGB 197 50 255 -
CMYK 0.23 0.80 0 0
HSL 283.02º 1% 0.6% -
HSV(B) 283.02º 0.8% 1% -
XYZ 42.22 21.37 96.51 -
YUV 117.32 205.7 184.83 -
System Red Green Blue C M Y K H S L
Decimal 197 50 255 0.23 0.80 0 0 283.02 1 0.6
Hex C5 32 FF 17 50 0 0 11B 64 3C
Octal 305 62 377 27 120 0 0 433 144 74
Binary 11000101 110010 11111111 10111 1010000 0 0 100011011 1100100 111100

Color Harmonies of #C532FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C532FF

Black with #C532FF

Text Example


Text Example

White with #C532FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C532FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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