Html Css Color HEX #C531FF Electric Purple

📋 copy color: '#C531FF'

red 197 ◦ green 49 ◦ blue 255

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

Shades of Electric Purple #C531FF

Tints of Electric Purple #C531FF

RGB

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

 GREEN value IS 49 (19.53% from 255) = 9.78%

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

R = 39.32%
G = 9.78%
B = 50.9%

CMYK

 C value IS 0.23

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C531FF (or 0xC531FF) is known color: Electric Purple. HEX triplet: C5, 31 and FF. RGB value is (197,49,255). Sum of RGB (Red+Green+Blue) = 197+49+255=501 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.32% from 501); Green value is 49 (19.53% from 255 or 9.78% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #C531FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C531FF is #3ACE00. Grayscale: #747474. Windows color (decimal): -3853825 or 16724421. OLE color: 16724421.

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

Color convert

RGB 197 49 255 -
CMYK 0.23 0.81 0 0
HSL 283.11º 1% 0.6% -
HSV(B) 283.11º 0.81% 1% -
XYZ 42.17 21.29 96.49 -
YUV 116.74 206.03 185.25 -
System Red Green Blue C M Y K H S L
Decimal 197 49 255 0.23 0.81 0 0 283.11 1 0.6
Hex C5 31 FF 17 51 0 0 11B 64 3C
Octal 305 61 377 27 121 0 0 433 144 74
Binary 11000101 110001 11111111 10111 1010001 0 0 100011011 1100100 111100

Color Harmonies of #C531FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C531FF

Black with #C531FF

Text Example


Text Example

White with #C531FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C531FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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