Html Css Color HEX #C530FC Electric Purple

📋 copy color: '#C530FC'

red 197 ◦ green 48 ◦ blue 252

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

Shades of Electric Purple #C530FC

Tints of Electric Purple #C530FC

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.66%

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

R = 39.64%
G = 9.66%
B = 50.7%

CMYK

 C value IS 0.22

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C530FC (or 0xC530FC) is known color: Electric Purple. HEX triplet: C5, 30 and FC. RGB value is (197,48,252). Sum of RGB (Red+Green+Blue) = 197+48+252=497 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.64% from 497); Green value is 48 (19.14% from 255 or 9.66% from 497); Blue value is 252 (98.83% from 255 or 50.70% from 497); Max value from RGB is 252 - color contains mainly: blue. Hex color #C530FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C530FC is #3ACF03. Grayscale: #737373. Windows color (decimal): -3854084 or 16527557. OLE color: 16527557.

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

Color convert

RGB 197 48 252 -
CMYK 0.22 0.81 0 0.01
HSL 283.82º 0.97% 0.59% -
HSV(B) 283.82º 0.81% 0.99% -
XYZ 41.65 21.01 93.96 -
YUV 115.81 204.86 185.91 -
System Red Green Blue C M Y K H S L
Decimal 197 48 252 0.22 0.81 0 0.01 283.82 0.97 0.59
Hex C5 30 FC 16 51 0 1 11C 61 3B
Octal 305 60 374 26 121 0 1 434 141 73
Binary 11000101 110000 11111100 10110 1010001 0 1 100011100 1100001 111011

Color Harmonies of #C530FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C530FC

Black with #C530FC

Text Example


Text Example

White with #C530FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C530FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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