Html Css Color HEX #C530FF Electric Purple

📋 copy color: '#C530FF'

red 197 ◦ green 48 ◦ blue 255

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

Shades of Electric Purple #C530FF

Tints of Electric Purple #C530FF

RGB

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

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

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

R = 39.4%
G = 9.6%
B = 51%

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

#C530FF (or 0xC530FF) is known color: Electric Purple. HEX triplet: C5, 30 and FF. RGB value is (197,48,255). Sum of RGB (Red+Green+Blue) = 197+48+255=500 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.4% from 500); Green value is 48 (19.14% from 255 or 9.6% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #C530FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C530FF is #3ACF00. Grayscale: #737373. Windows color (decimal): -3854081 or 16724165. OLE color: 16724165.

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

Color convert

RGB 197 48 255 -
CMYK 0.23 0.81 0 0
HSL 283.19º 1% 0.59% -
HSV(B) 283.19º 0.81% 1% -
XYZ 42.13 21.2 96.48 -
YUV 116.15 206.36 185.67 -
System Red Green Blue C M Y K H S L
Decimal 197 48 255 0.23 0.81 0 0 283.19 1 0.59
Hex C5 30 FF 17 51 0 0 11B 64 3B
Octal 305 60 377 27 121 0 0 433 144 73
Binary 11000101 110000 11111111 10111 1010001 0 0 100011011 1100100 111011

Color Harmonies of #C530FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C530FF

Black with #C530FF

Text Example


Text Example

White with #C530FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C530FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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